




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Class: Computational Biology Tools; Subject: Biomolecular Engineering; University: University of California-Santa Cruz; Term: Unknown 1989;
Typology: Exams
1 / 8
This page cannot be seen from the preview
Don't miss anything!





Program Database Query Typical uses BLASTN Nucleotide Nucleotide Mapping oligonucleotides, cDNAs, and PCR products to a genome; screening repetitive elements; cross- species sequence exploration; annotating genomic DNA; clustering sequencing reads; vector clipping BLASTP Protein Protein Identifying common regions between proteins; collecting related proteins for phylogenetic analyses BLASTX Protein Nucleotide translated into protein Finding protein-coding genes in genomic DNA; determining if a cDNA corresponds to a known protein TBLASTN Nucleotide translated into protein Protein Identifying transcripts, potentially from multiple organisms, similar to a given protein; mapping a protein to genomic DNA TBLASTX Nucleotide translated into protein Nucleotide translated into protein Cross-species gene prediction at the genome or transcript level; searching for genes missed by traditional methods or not yet in protein databases From: BLAST by Joseph Bedell, Ian Korf, Mark Yandell; O’Rielly 2003
Expressions of the same thing: E-value : number of expected random (not biological) matches in a given db search Examples: 0.001, 0.1, 1.0, 10, 100, 1000 P-value: probability that this hit is random (not biological) Examples: 0.1, 0.05, 0.0001, 1x10-3, 1x10-^60
Mathematical conversion between them: P-value = 1 – e-(E-value)
Source: http://www.ncbi.nlm.nih.gov/Education/BLASTinfo/Orthology.html