What is the purpose of the BLAST program?
Table of Contents
What is the purpose of the BLAST program?
BLAST is a computer algorithm that is available for use online at the National Center for Biotechnology Information (NCBI) website, as well as many other sites. BLAST can rapidly align and compare a query DNA sequence with a database of sequences, which makes it a critical tool in ongoing genomic research.
What does BLAST stand for and what is the purpose?
Basic Local Alignment Search Tool (BLAST) The program compares nucleotide or protein sequences and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families.
Who developed BLAST algorithm?
BLAST (biotechnology)
Original author(s) | Stephen Altschul, Warren Gish, Webb Miller, Eugene Myers, and David Lipman |
---|---|
Developer(s) | NCBI |
Stable release | 2.12.0+ / 28 June 2021 |
Written in | C and C++ |
Operating system | UNIX, Linux, Mac, MS-Windows |
Why would you do a BLAST search?
The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families.
What do Blast results mean?
BLAST Scores and Statistics BLAST uses statistical theory to produce a bit score and expect value (E-value) for each alignment pair (query to hit). The bit score gives an indication of how good the alignment is; the higher the score, the better the alignment.
What is blast and how is it used quizlet?
BLAST (Basic Local Alignment Search Tool) is a set of similarity search programs designed to explore all of the available sequence databases regardless of whether the query is protein or DNA.
How does BLAST algorithm work?
How does BLAST work? BLAST identifies homologous sequences using a heuristic method which initially finds short matches between two sequences; thus, the method does not take the entire sequence space into account. After initial match, BLAST attempts to start local alignments from these initial matches.
Which is one of the main ideas of the BLAST?
One of the key ideas of BLAST is that it does not require the individual alignments to be perfect; once an initial match is identified, we can fine-tune the matches later to find a good alignment which meets a threshold score.
What do BLAST results mean?
How do you analyze BLAST results?
How to Interpret BLAST Results
- Maximum Score is the highest alignment score (bit-score) between the query sequence and the database segments.
- Total Score is the sum of the alignment scores of all sequences from the same db.
- Percent Query Coverage is the percent of the query length that is included in the aligned segments.
What is the expect value in BLAST?
The Expect value (E) is a parameter that describes the number of hits one can “expect” to see by chance when searching a database of a particular size. It decreases exponentially as the Score (S) of the match increases. Essentially, the E value describes the random background noise.