/
BLAST BNFO 236 Usman Roshan BLAST BNFO 236 Usman Roshan

BLAST BNFO 236 Usman Roshan - PowerPoint Presentation

genevieve
genevieve . @genevieve
Follow
342 views
Uploaded On 2022-06-01

BLAST BNFO 236 Usman Roshan - PPT Presentation

BLAST Local pairwise alignment heuristic Faster than standard pairwise alignment programs such as SSEARCH but less sensitive Online server httpwwwncbinlmnihgovblast BLAST Given a query ID: 912749

sequence blast score query blast sequence query score mers time linear takes table hash pairwise alignment target database maximal

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "BLAST BNFO 236 Usman Roshan" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

BLAST

BNFO 236

Usman Roshan

Slide2

BLAST

Local pairwise alignment heuristic

Faster than standard pairwise alignment programs such as SSEARCH, but less sensitive.

Online server:

http://www.ncbi.nlm.nih.gov/blast

Slide3

BLAST

Given a query

q

and a target sequence, find substrings of length

k

(

k

-mers) of score at least

t

--- also called

hits

.

k

is normally 3 to 5 for amino acids and 12 for nucleotides.

Extend each hit to a

locally maximal segment

. Terminate the extension when the reduction in score exceeds a pre-defined threshold

Report maximal segments above score

S

.

Slide4

Finding k-mers quickly

Preprocess the database of sequences:

For each sequence in the database store all k-mers in hash-table.

This takes linear time

Query sequence:

For each k-mer in the query sequence look up the hash table of the target to see if it exists

Also takes linear time