SlideShare a Scribd company logo
1 of 28
BLAST
Contents
īƒ˜Definition
īƒ˜Background
īƒ˜Types of BLAST Program
īƒ˜Algorithm
īƒ˜BLAST Input-Output
īƒ˜BLAST search
īƒ˜BLAST Function
īƒ˜Objectives of BLAST
Definition
The Basic Local Alignment Search Tool
(BLAST) for comparing gene and protein
sequences against others in public
databases.
BLAST is a set of sequence comparison
algorithms used to search databases for
optimal local alignments to a query.
Definition
It breaks the query and databases
sequences into fragments and seeks
matches between them.
Nucleic acid/Protein Alignments were
time consuming. Alignments were
done by full alignments by using
dynamic programming. BLAST is 50
times faster then dynamic
programming.
Background
Beginning in the 1970s, scientists began
to accumulate DNA and protein
sequence data at an exponential rate; in
fact, researchers currently have
approximately 97 billion bases
sequenced and over 93 million records.
Amazingly, this sequence data doubles
every 18 months!
Background
Today, one of the most commonly used
tools to examine DNA and protein
sequences is the Basic Local Alignment
Search Tool, also known as BLAST.
BLAST is a computer algorithm that is
available for use online at the National
Center for Biotechnology Information
(NCBI) website and many other sites.
Types of BLAST
īƒŧ Nucleotide-nucleotide BLAST (blastn)
- This program, given a DNA query,
returns the most similar DNA sequences from
the DNA database that the user specifies.
īƒŧ Protein-protein BLAST (blastp)
- This program, given a protein query,
returns the most similar protein sequences from
the protein database that the user specifies.
īƒŧ Position-Specific Iterative BLAST (PSI-
BLAST) (blastpgp)
- This program is used to find distant
relatives of a protein.
Types of BLAST
īƒŧ Nucleotide 6-frame translation-protein
(blastx)
-This program compares the six-frame
conceptual translation products of a
nucleotide query sequence (both strands)
against a protein sequence database.
īƒŧ Nucleotide 6-frame translation-nucleotide
6-frame translation (tblastx)
-The purpose of tblastx is to find very distant
relationships between nucleotide sequences.
Types of BLAST
īƒŧ Protein-nucleotide 6-frame translation
(tblastn)
-This program compares a protein query against
the all six reading frames of a nucleotide
sequence database.
īƒŧ Large numbers of query sequences
(megablast)
-When comparing large numbers of input
sequences via the command-line BLAST,
"megablast" is much faster than running BLAST
multiple times.
Types of BLAST
Of these programs, BLASTn and BLASTp are
the most commonly used because they use
direct comparisons, and do not require
translations.
However, since protein sequences are better
conserved evolutionarily than nucleotide
sequences, tBLASTn, tBLASTx, and BLASTx,
produce more reliable and accurate results
when dealing with coding DNA.
BLASTAlgorithm
The blast algorithm is fast, accurate and
web-accessible.
It is relatively faster than other sequence
similarity search tools.
Complex BLAST algorithm requires
multiple steps and many parameters.
BLASTAlgorithm
An overview of the
BLAST algorithm (a
protein to protein
search) is as follows:
īƒŧRemove low-
complexity region or
sequence repeats in
the query sequence.
īƒŧMake a k-letter word
list of the query
sequence - Take k=3 for
example, we list the words of length 3
in the query protein sequence (k is
usually 11 for a DNA sequence)
"sequentially", until the last letter of
the query sequence is included.
BLASTAlgorithm
īƒŧ List the possible matching words.
īƒŧ Organize the remaining high-scoring words into an
efficient search tree.
īƒŧ Repeat step 3 to 4 for each k-letter word in the
query sequence.
īƒŧ Scan the database sequences for exact matches
with the remaining high-scoring words.
īƒŧ Extend the exact matches to high-scoring segment
pair (HSP).
BLASTAlgorithm
īƒŧ List all of the HSPs in the database whose score
is high enough to be considered.
īƒŧ Evaluate the significance of the HSP score.
īƒŧ Make two or more HSP regions into a longer
alignment.
īƒŧ Show the gapped Smith-Waterman local
alignments of the query and each of the matched
database sequences.
īƒŧ Report every match whose expect score is lower
than a threshold parameter E.
BLAST Input-Output
Input
Input sequences
in FASTA or Genbank format.
Output
BLAST output can be delivered in a variety of
formats. These formats include HTML, plain
text, and XML formatting. For NCBI's web-
page, the default format for output is HTML.
īƒ˜An introduction that tells where the search
occurred and what database and query were
compared
BLAST Output
īƒ˜ A list of the
sequences in the
database containing
segment pairs whose
scores were least
likely to occur by
chance
īƒ˜ Alignments of the
high-scoring segment
pairs showing identical
and similar residues
īƒ˜ A complete list of the
parameter settings
used for the search.
BLAST Output
E-value (expectation value)
ī‚§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.
ī‚§In general terms the smaller E is the more
likely the match is significant.
BLAST Output
ī‚§ Default E value for blastn, blastp, blastx
and tblastn is 10
ī‚§ At this setting, 10 hits with scores equal to
or better than the defined alignment score,
S, are expected to occur by chance. The E-
value can be increased or decreased to
alter the stringency of the search.
ī‚§ Increase the E value when searching with
a short query, since it is likely to be found
many times by chance in a given database.
BLAST Output
Bit Score
ī‚—A bit score is another prominent statistical
indicator used in addition to the E value in
a BLAST output.
ī‚—The bit score measures sequence
similarity independent of query sequence
length and database size and is normalized
based on the raw pairwise alignment score.
BLAST Search
â€ĸ Go to http://www.ncbi.nlm.nih.gov/
â€ĸ Select BLAST program
BLAST Search
Selecting the BLASTDatabase
BLAST Search
īƒ˜ Entering sequence
īƒ˜ Submitting search
BLAST Function
BLAST can be used for several purposes.
These include identifying species, locating
domains, establishing phylogeny, DNA
mapping, and comparison.
īƒŧIdentifying species
-With the use of BLAST, we can possibly
correctly identify a species or find homologous
species. This can be useful, for example, when
we are working with a DNA sequence from an
unknown species.
BLAST Function
īƒŧLocating domains
- When working with a protein sequence
you can input it into BLAST, to locate
known domains within the sequence of
interest.
īƒŧEstablishing phylogeny
-Using the results received through BLAST
we can create a phylogenetic tree using
the BLAST web-page.
BLAST Function
īƒŧDNA mapping
-When working with a known species, and
looking to sequence a gene at an unknown
location, BLAST can compare the
chromosomal position of the sequence of
interest, to relevant sequences in the
database
īƒŧComparison
-When working with genes, BLAST can locate
common genes in two related species, and
can be used to map annotations from one
organism to another.
Objectives of BLAST
īąIt is one of the most popular programs for
sequence analysis.
īąEnables a researcher to compare a
query sequence with a library or database
of sequence.
īąIdentify library sequences that resemble
the query sequence above a certain
threshold.
īąThe objective is to find high scoring
ungapped segments among related
sequences.
Objectives of BLAST
īą Alignments of the high-scoring segment pairs
showing identical and similar residues.
īą A complete list of the parameter settings used for the
search.
THANKYOU

More Related Content

What's hot

Bioinformatics biological databases
Bioinformatics biological databasesBioinformatics biological databases
Bioinformatics biological databasesSangeeta Das
 
Multiple sequence alignment
Multiple sequence alignmentMultiple sequence alignment
Multiple sequence alignmentRamya S
 
DNA data bank of japan (DDBJ)
DNA data bank of japan (DDBJ)DNA data bank of japan (DDBJ)
DNA data bank of japan (DDBJ)ZoufishanY
 
Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)Pritom Chaki
 
BLAST [Basic Alignment Local Search Tool]
BLAST [Basic Alignment Local Search Tool]BLAST [Basic Alignment Local Search Tool]
BLAST [Basic Alignment Local Search Tool]BiotechOnline
 
BIOLOGICAL SEQUENCE DATABASES
BIOLOGICAL SEQUENCE DATABASES BIOLOGICAL SEQUENCE DATABASES
BIOLOGICAL SEQUENCE DATABASES nadeem akhter
 
Protein information resource (PIR)
Protein information resource (PIR)Protein information resource (PIR)
Protein information resource (PIR)ShivaniShewale2
 
Introduction to sequence alignment partii
Introduction to sequence alignment partiiIntroduction to sequence alignment partii
Introduction to sequence alignment partiiSumatiHajela
 
BLAST(Basic Local Alignment Tool)
BLAST(Basic Local Alignment Tool)BLAST(Basic Local Alignment Tool)
BLAST(Basic Local Alignment Tool)Sobia
 
BLAST (Basic local alignment search Tool)
BLAST (Basic local alignment search Tool)BLAST (Basic local alignment search Tool)
BLAST (Basic local alignment search Tool)Ariful Islam Sagar
 
Sequence Alignment In Bioinformatics
Sequence Alignment In BioinformaticsSequence Alignment In Bioinformatics
Sequence Alignment In BioinformaticsNikesh Narayanan
 
Needleman-Wunsch Algorithm
Needleman-Wunsch AlgorithmNeedleman-Wunsch Algorithm
Needleman-Wunsch AlgorithmProshantaShil
 

What's hot (20)

BLAST Search tool
BLAST Search toolBLAST Search tool
BLAST Search tool
 
Bioinformatics biological databases
Bioinformatics biological databasesBioinformatics biological databases
Bioinformatics biological databases
 
Prosite
PrositeProsite
Prosite
 
Multiple sequence alignment
Multiple sequence alignmentMultiple sequence alignment
Multiple sequence alignment
 
DNA data bank of japan (DDBJ)
DNA data bank of japan (DDBJ)DNA data bank of japan (DDBJ)
DNA data bank of japan (DDBJ)
 
Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)Global and local alignment (bioinformatics)
Global and local alignment (bioinformatics)
 
Sequence alignment
Sequence alignmentSequence alignment
Sequence alignment
 
TrEMBL
TrEMBLTrEMBL
TrEMBL
 
Gen bank databases
Gen bank databasesGen bank databases
Gen bank databases
 
BLAST [Basic Alignment Local Search Tool]
BLAST [Basic Alignment Local Search Tool]BLAST [Basic Alignment Local Search Tool]
BLAST [Basic Alignment Local Search Tool]
 
BIOLOGICAL SEQUENCE DATABASES
BIOLOGICAL SEQUENCE DATABASES BIOLOGICAL SEQUENCE DATABASES
BIOLOGICAL SEQUENCE DATABASES
 
Protein information resource (PIR)
Protein information resource (PIR)Protein information resource (PIR)
Protein information resource (PIR)
 
Introduction to sequence alignment partii
Introduction to sequence alignment partiiIntroduction to sequence alignment partii
Introduction to sequence alignment partii
 
Genome Database Systems
Genome Database Systems Genome Database Systems
Genome Database Systems
 
BLAST(Basic Local Alignment Tool)
BLAST(Basic Local Alignment Tool)BLAST(Basic Local Alignment Tool)
BLAST(Basic Local Alignment Tool)
 
BLAST (Basic local alignment search Tool)
BLAST (Basic local alignment search Tool)BLAST (Basic local alignment search Tool)
BLAST (Basic local alignment search Tool)
 
blast bioinformatics
blast bioinformaticsblast bioinformatics
blast bioinformatics
 
Sequence Alignment In Bioinformatics
Sequence Alignment In BioinformaticsSequence Alignment In Bioinformatics
Sequence Alignment In Bioinformatics
 
Clustal W - Multiple Sequence alignment
Clustal W - Multiple Sequence alignment   Clustal W - Multiple Sequence alignment
Clustal W - Multiple Sequence alignment
 
Needleman-Wunsch Algorithm
Needleman-Wunsch AlgorithmNeedleman-Wunsch Algorithm
Needleman-Wunsch Algorithm
 

Similar to Blast

BLAST
BLASTBLAST
BLASTRabia W.
 
Blast bioinformatics
Blast bioinformaticsBlast bioinformatics
Blast bioinformaticsatmapandey
 
Sequence similarity tools.pptx
Sequence similarity tools.pptxSequence similarity tools.pptx
Sequence similarity tools.pptxPagudalaSangeetha
 
Lecture 5.pptx
Lecture 5.pptxLecture 5.pptx
Lecture 5.pptxericndunek
 
BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234alizain9604
 
Blast and fasta
Blast and fastaBlast and fasta
Blast and fastaALLIENU
 
Blast gp assignment
Blast  gp assignmentBlast  gp assignment
Blast gp assignmentbarathvaj
 
Data base searching tool
Data base searching toolData base searching tool
Data base searching toolNithyaNandapal
 
Basic BLAST (BLASTn)
Basic BLAST (BLASTn)Basic BLAST (BLASTn)
Basic BLAST (BLASTn)Syed Lokman
 
Bioinformatics MiRON
Bioinformatics MiRONBioinformatics MiRON
Bioinformatics MiRONPrabin Shakya
 
Sequence homology search and multiple sequence alignment(1)
Sequence homology search and multiple sequence alignment(1)Sequence homology search and multiple sequence alignment(1)
Sequence homology search and multiple sequence alignment(1)AnkitTiwari354
 
BIOINFORMATICS_AND_PHYLOGENY.pdf.pdf
BIOINFORMATICS_AND_PHYLOGENY.pdf.pdfBIOINFORMATICS_AND_PHYLOGENY.pdf.pdf
BIOINFORMATICS_AND_PHYLOGENY.pdf.pdfsirwansleman
 
Sequencealignmentinbioinformatics 100204112518-phpapp02
Sequencealignmentinbioinformatics 100204112518-phpapp02Sequencealignmentinbioinformatics 100204112518-phpapp02
Sequencealignmentinbioinformatics 100204112518-phpapp02PILLAI ASWATHY VISWANATH
 

Similar to Blast (20)

Blasta
BlastaBlasta
Blasta
 
BLAST
BLASTBLAST
BLAST
 
BLAST
BLASTBLAST
BLAST
 
Blast
Blast Blast
Blast
 
BLAST
BLASTBLAST
BLAST
 
Blast bioinformatics
Blast bioinformaticsBlast bioinformatics
Blast bioinformatics
 
BLAST
BLASTBLAST
BLAST
 
Sequence similarity tools.pptx
Sequence similarity tools.pptxSequence similarity tools.pptx
Sequence similarity tools.pptx
 
Lecture 5.pptx
Lecture 5.pptxLecture 5.pptx
Lecture 5.pptx
 
BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234
 
Blast and fasta
Blast and fastaBlast and fasta
Blast and fasta
 
Blast gp assignment
Blast  gp assignmentBlast  gp assignment
Blast gp assignment
 
Data base searching tool
Data base searching toolData base searching tool
Data base searching tool
 
Basic BLAST (BLASTn)
Basic BLAST (BLASTn)Basic BLAST (BLASTn)
Basic BLAST (BLASTn)
 
Bioinformatics MiRON
Bioinformatics MiRONBioinformatics MiRON
Bioinformatics MiRON
 
Sequence database
Sequence databaseSequence database
Sequence database
 
Sequence homology search and multiple sequence alignment(1)
Sequence homology search and multiple sequence alignment(1)Sequence homology search and multiple sequence alignment(1)
Sequence homology search and multiple sequence alignment(1)
 
BIOINFORMATICS_AND_PHYLOGENY.pdf.pdf
BIOINFORMATICS_AND_PHYLOGENY.pdf.pdfBIOINFORMATICS_AND_PHYLOGENY.pdf.pdf
BIOINFORMATICS_AND_PHYLOGENY.pdf.pdf
 
Sequencealignmentinbioinformatics 100204112518-phpapp02
Sequencealignmentinbioinformatics 100204112518-phpapp02Sequencealignmentinbioinformatics 100204112518-phpapp02
Sequencealignmentinbioinformatics 100204112518-phpapp02
 
Ncbi
NcbiNcbi
Ncbi
 

More from Indira Kandasamy

Write your paper.ppt
Write your paper.pptWrite your paper.ppt
Write your paper.pptIndira Kandasamy
 
Methods of Vermicomposting
Methods of VermicompostingMethods of Vermicomposting
Methods of VermicompostingIndira Kandasamy
 
Vermiculture Technology
Vermiculture TechnologyVermiculture Technology
Vermiculture TechnologyIndira Kandasamy
 
Overview of immune system
Overview of immune systemOverview of immune system
Overview of immune systemIndira Kandasamy
 
Cells of immune system
Cells of immune systemCells of immune system
Cells of immune systemIndira Kandasamy
 
Types of biopesticides
Types of biopesticidesTypes of biopesticides
Types of biopesticidesIndira Kandasamy
 
Plant essential oils
Plant essential  oilsPlant essential  oils
Plant essential oilsIndira Kandasamy
 
Types of medical coding
Types of medical codingTypes of medical coding
Types of medical codingIndira Kandasamy
 
History of medical coding
History of medical codingHistory of medical coding
History of medical codingIndira Kandasamy
 
Medical coding - introduction
Medical coding - introductionMedical coding - introduction
Medical coding - introductionIndira Kandasamy
 
History of microbiology
History of microbiologyHistory of microbiology
History of microbiologyIndira Kandasamy
 

More from Indira Kandasamy (16)

Write your paper.ppt
Write your paper.pptWrite your paper.ppt
Write your paper.ppt
 
Methods of Vermicomposting
Methods of VermicompostingMethods of Vermicomposting
Methods of Vermicomposting
 
Earthworm
EarthwormEarthworm
Earthworm
 
Vermiculture Technology
Vermiculture TechnologyVermiculture Technology
Vermiculture Technology
 
Overview of immune system
Overview of immune systemOverview of immune system
Overview of immune system
 
Cells of immune system
Cells of immune systemCells of immune system
Cells of immune system
 
Types of biopesticides
Types of biopesticidesTypes of biopesticides
Types of biopesticides
 
Plant essential oils
Plant essential  oilsPlant essential  oils
Plant essential oils
 
Biopesticides
BiopesticidesBiopesticides
Biopesticides
 
Types of medical coding
Types of medical codingTypes of medical coding
Types of medical coding
 
History of medical coding
History of medical codingHistory of medical coding
History of medical coding
 
Medical coding - introduction
Medical coding - introductionMedical coding - introduction
Medical coding - introduction
 
Autoimmune diseases
Autoimmune diseasesAutoimmune diseases
Autoimmune diseases
 
Immune system
Immune systemImmune system
Immune system
 
History of microbiology
History of microbiologyHistory of microbiology
History of microbiology
 
Louis pasteur
Louis pasteurLouis pasteur
Louis pasteur
 

Recently uploaded

call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,Virag Sontakke
 

Recently uploaded (20)

call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 

Blast

  • 2. Contents īƒ˜Definition īƒ˜Background īƒ˜Types of BLAST Program īƒ˜Algorithm īƒ˜BLAST Input-Output īƒ˜BLAST search īƒ˜BLAST Function īƒ˜Objectives of BLAST
  • 3. Definition The Basic Local Alignment Search Tool (BLAST) for comparing gene and protein sequences against others in public databases. BLAST is a set of sequence comparison algorithms used to search databases for optimal local alignments to a query.
  • 4. Definition It breaks the query and databases sequences into fragments and seeks matches between them. Nucleic acid/Protein Alignments were time consuming. Alignments were done by full alignments by using dynamic programming. BLAST is 50 times faster then dynamic programming.
  • 5. Background Beginning in the 1970s, scientists began to accumulate DNA and protein sequence data at an exponential rate; in fact, researchers currently have approximately 97 billion bases sequenced and over 93 million records. Amazingly, this sequence data doubles every 18 months!
  • 6. Background Today, one of the most commonly used tools to examine DNA and protein sequences is the Basic Local Alignment Search Tool, also known as BLAST. BLAST is a computer algorithm that is available for use online at the National Center for Biotechnology Information (NCBI) website and many other sites.
  • 7. Types of BLAST īƒŧ Nucleotide-nucleotide BLAST (blastn) - This program, given a DNA query, returns the most similar DNA sequences from the DNA database that the user specifies. īƒŧ Protein-protein BLAST (blastp) - This program, given a protein query, returns the most similar protein sequences from the protein database that the user specifies. īƒŧ Position-Specific Iterative BLAST (PSI- BLAST) (blastpgp) - This program is used to find distant relatives of a protein.
  • 8. Types of BLAST īƒŧ Nucleotide 6-frame translation-protein (blastx) -This program compares the six-frame conceptual translation products of a nucleotide query sequence (both strands) against a protein sequence database. īƒŧ Nucleotide 6-frame translation-nucleotide 6-frame translation (tblastx) -The purpose of tblastx is to find very distant relationships between nucleotide sequences.
  • 9. Types of BLAST īƒŧ Protein-nucleotide 6-frame translation (tblastn) -This program compares a protein query against the all six reading frames of a nucleotide sequence database. īƒŧ Large numbers of query sequences (megablast) -When comparing large numbers of input sequences via the command-line BLAST, "megablast" is much faster than running BLAST multiple times.
  • 10. Types of BLAST Of these programs, BLASTn and BLASTp are the most commonly used because they use direct comparisons, and do not require translations. However, since protein sequences are better conserved evolutionarily than nucleotide sequences, tBLASTn, tBLASTx, and BLASTx, produce more reliable and accurate results when dealing with coding DNA.
  • 11. BLASTAlgorithm The blast algorithm is fast, accurate and web-accessible. It is relatively faster than other sequence similarity search tools. Complex BLAST algorithm requires multiple steps and many parameters.
  • 12. BLASTAlgorithm An overview of the BLAST algorithm (a protein to protein search) is as follows: īƒŧRemove low- complexity region or sequence repeats in the query sequence. īƒŧMake a k-letter word list of the query sequence - Take k=3 for example, we list the words of length 3 in the query protein sequence (k is usually 11 for a DNA sequence) "sequentially", until the last letter of the query sequence is included.
  • 13. BLASTAlgorithm īƒŧ List the possible matching words. īƒŧ Organize the remaining high-scoring words into an efficient search tree. īƒŧ Repeat step 3 to 4 for each k-letter word in the query sequence. īƒŧ Scan the database sequences for exact matches with the remaining high-scoring words. īƒŧ Extend the exact matches to high-scoring segment pair (HSP).
  • 14. BLASTAlgorithm īƒŧ List all of the HSPs in the database whose score is high enough to be considered. īƒŧ Evaluate the significance of the HSP score. īƒŧ Make two or more HSP regions into a longer alignment. īƒŧ Show the gapped Smith-Waterman local alignments of the query and each of the matched database sequences. īƒŧ Report every match whose expect score is lower than a threshold parameter E.
  • 15. BLAST Input-Output Input Input sequences in FASTA or Genbank format. Output BLAST output can be delivered in a variety of formats. These formats include HTML, plain text, and XML formatting. For NCBI's web- page, the default format for output is HTML. īƒ˜An introduction that tells where the search occurred and what database and query were compared
  • 16. BLAST Output īƒ˜ A list of the sequences in the database containing segment pairs whose scores were least likely to occur by chance īƒ˜ Alignments of the high-scoring segment pairs showing identical and similar residues īƒ˜ A complete list of the parameter settings used for the search.
  • 17. BLAST Output E-value (expectation value) ī‚§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. ī‚§In general terms the smaller E is the more likely the match is significant.
  • 18. BLAST Output ī‚§ Default E value for blastn, blastp, blastx and tblastn is 10 ī‚§ At this setting, 10 hits with scores equal to or better than the defined alignment score, S, are expected to occur by chance. The E- value can be increased or decreased to alter the stringency of the search. ī‚§ Increase the E value when searching with a short query, since it is likely to be found many times by chance in a given database.
  • 19. BLAST Output Bit Score ī‚—A bit score is another prominent statistical indicator used in addition to the E value in a BLAST output. ī‚—The bit score measures sequence similarity independent of query sequence length and database size and is normalized based on the raw pairwise alignment score.
  • 20. BLAST Search â€ĸ Go to http://www.ncbi.nlm.nih.gov/ â€ĸ Select BLAST program
  • 21. BLAST Search Selecting the BLASTDatabase
  • 22. BLAST Search īƒ˜ Entering sequence īƒ˜ Submitting search
  • 23. BLAST Function BLAST can be used for several purposes. These include identifying species, locating domains, establishing phylogeny, DNA mapping, and comparison. īƒŧIdentifying species -With the use of BLAST, we can possibly correctly identify a species or find homologous species. This can be useful, for example, when we are working with a DNA sequence from an unknown species.
  • 24. BLAST Function īƒŧLocating domains - When working with a protein sequence you can input it into BLAST, to locate known domains within the sequence of interest. īƒŧEstablishing phylogeny -Using the results received through BLAST we can create a phylogenetic tree using the BLAST web-page.
  • 25. BLAST Function īƒŧDNA mapping -When working with a known species, and looking to sequence a gene at an unknown location, BLAST can compare the chromosomal position of the sequence of interest, to relevant sequences in the database īƒŧComparison -When working with genes, BLAST can locate common genes in two related species, and can be used to map annotations from one organism to another.
  • 26. Objectives of BLAST īąIt is one of the most popular programs for sequence analysis. īąEnables a researcher to compare a query sequence with a library or database of sequence. īąIdentify library sequences that resemble the query sequence above a certain threshold. īąThe objective is to find high scoring ungapped segments among related sequences.
  • 27. Objectives of BLAST īą Alignments of the high-scoring segment pairs showing identical and similar residues. īą A complete list of the parameter settings used for the search.