Basic Local Alignment Search Tool (BLAST) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

main NCBI tool for comparing a protein or DNA sequence (query) to other database sequences (target) = reveals related sequences

finds regions of local similarity between sequences having both speed and sensitivity (heuristic local alignment)

A

Basic Local Alignment Search Tool (BLAST)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

BLAST algorithm

  1. For the query find the list of high scoring words of length w
  2. Compare the word list to the database and identify exact matches.
  3. For each word match, extend alignment in both directions to find alignments that score greater than score threshold S.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

BLAST: Uses

A
  1. Determining what orthologs and paralogs are known for a particular protein or nucleic acid sequence.
  2. Determining what proteins or genes are present in a particular organism.
  3. Determining the identity of a DNA or protein sequence.
  4. Discovering new genes.
  5. Determining what variants have been described for a particular gene or protein.
  6. Investigating expressed sequence tags (ESTs) that may exhibit alternative splicing.
  7. Exploring amino acid residues that are important in a protein’s function and/or structure.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

BLAST: 4 Key Steps

A
  1. Specifying Sequence of Interest
  2. Selecting BLAST Program
  3. Selecting a Database
  4. a: Selecting Optional Search Parameters
    b: Selecting Formatting Parameters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What program to use to compare a protein query to a database of proteins.

A

BLASTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What program to use to compare both strands of a DNA query against a DNA database

A

BLASTN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What program to use to translate a DNA sequence into 6 protein sequences using all 6 possible reading frames, and then compare each of these proteins to a protein database

A

BLASTX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What program to use to translate every DNA sequence in a database into 6 potential proteins, and then compare the protein query against each of those translated proteins.

A

TBLASTN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What program is the most computationally intensive BLAST algorithm. It translates DNA from both a query and a database into 6 potential proteins, then performs 36 protein-protein database searches.

A

TBLASTX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

BLAST: Search Statistics

the number of different alignments with scores equivalent to or better than S (similarity score) that are expected to occur by chance in a database search; affected by the scoring system, size of the database, and size of the query

A

E = expect value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

probability of a chance alignment occurring with the score in question or better; closer to zero the better

A

p-value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly