BLAST is the Basic Local Alignment Search Tool. It is a set of search programs designed to explore all available sequence databases in either protein or DNA. This software has been designed to achieve great speeds while keeping a well-defined statistical interpretation.
Setup
No setup is needed to run BLAST.
Usage
BLAST provides a variety of commands including:
- blastall
- performs protein-protein (blastp) searches,
- nucleotide-nucleotide (blastn) searches,
- nucleotide to protein database (blastx) searches,
- protein to translated nucleotide database (tblastn) searches,
- nucleotide to translated protein database (tblastx) searches,
- or position-specific interated (psiblastn) searches.
- megablast
- performs nucleotide-nucleotide searches using an optimized greedy algorithm that concatenates queries to save time spent scanning the database.
- blastpgp
- performs gapped blastp searches and can be used to perform iterative searches in psi-blast and phi-blast mode.
- bl2seq
- performs a comparison between two sequences using either the blastn or blastp algorithm. Both sequences must be proteins or both sequences must be nucleotides.
So, here are the example of the usage of this database.
HIV BLAST
Purpose: Find the HIV database sequences most similar to your query(s).
No comments:
Post a Comment