SlideShare a Scribd company logo
1 of 26
PILLAI ASWATHY VISWANATH
BOTANY
• An alignment is an arrangement of two or
more sequence (DNA, RNA or protein) which
shows whether the two sequence aligned are
similar or different
• Helps in inferring functional , Structural or
evolutionary relationship between the sequence
• Sequence alignment methods are used to find
the best- matching sequences
 The sequence alignment is made between
a known sequence and unknown sequence
or between two unknown sequences.
 The known sequence is called reference
sequence,the unknown sequence is called
query sequence
 Sequences that are very much alike may have
similar secondary and 3D structure, similar
function and likely a common ancestral
sequence.
 Such sequence are termed as homologous and
shares a common ancestors
 In sequence alignment,the sequence to be
compared are written one above the other.
A T C G………..1
-- T C A………...2
-2 +2 +2 -1 = 1
 there are match and mismatch characters
 To reduce mismatch a “gap’’ is added
A T C G ………..1
T C A --………...2
-1 -1 -1 -2 = -5
A T C G………..1
T -- C A ………...2
-1 -2 +2 -1 = -2
 if match = +2
 Mismatch = -1
 Gap = -2
 Very short or very similar sequences can be
aligned by hand.
 However, most interesting problems require
the alignment of lengthy, highly variable or
extremely numerous sequences that cannot be
aligned solely by human effort.
 Computational approaches to sequence
alignment
 Different computational methods,called
dynamic programming algorithems
 They are required for finding the best
alignment of the sequence
There Are Mainly Two Types Of Sequence
Alignment
Global Alignment
Local Alignment
 A general global alignment technique is
the Needleman–Wunsch algorithm, which
is based on dynamic programming.
 The Smith–Waterman algorithm is a
general local alignment method also
based on dynamic programming.
 In global alignment ,an attempt is made
to align the entire sequence ( end to end
alignment )
 It two sequences have approximately the
same length and are quite similar,they
are suitable for global alingment
 Suitable for aligning two closely related
sequences
 Global Alignment are usually done for
comparing homologous genes
 Like comparing two genes with same
function or comparing two proteins with
similar function
 Finds local regions with the highest level
of similarity between the two sequence
 Any two sequences can be locally aligned
as local alignment finds stretches of
sequence with high level of matches
without considering the alingnment of
rest of the sequence regions
 Suitable for aligning more divergent
sequence or distantly related sequence
 Sequences which are suspected to have
similarity or even dissimilar sequences
can be compared with local alignment
method. It finds local regions with high
level of similarity.
 These two algorithms make all possible pair wise
comparisons to all of the data base sequence and
find the the best alignment of sequence
 But the process is often too slow for searching
large database.some times it takes hours for a
search
 So faster algorithem,such as BLAST and FASTA
have been developed
 Blast and Fasta are two software that are used to compare biological
sequences of DNA, amino acids, proteins and nucleotides of different
species and look for the similarities.
 These algorithms were written keeping speed in mind because as the
data bank of the sequences swelled once DNA was isolated in the
laboratory by the scientists in mid 1980s there raised a need to
compare and find identical genes for further research at high speed.
 Blast is an acronym for Basic Local Alignment Search Tool and uses
localized approach in comparing the two sequences.
 Fasta is a software known as Fast A where A stands for All because it
works with the alphabet like Fast A for DNA sequencing and Fast P for
protein.
 Both Blast and Fasta are very fast in comparing any genome database
and are therefore very viable monetarily as well as in saving time.
 One of the most widely used bioinformatics software
Blast was developed in 1990 and since then have been
available to everyone at NCBI site.
 This software can be accessed by any one and can be
modified according to ones need.
 Blast is the software in which input data of a sequence
to be compared is in Fasta format and output data can
be obtained in plain text, HTML or XML.
 Blast works on the principle of searching for localized
similarities between the two sequences and after short
listing the similar sequences it searches for neighborhood
similarities.
 The software searches for high number of
similar local regions and gives the result after a
threshold value is reached.
 This process differs from earlier software in
which entire sequence was searched and
compared which took a lot of time.
 Blast is used for many purposes like DNA
mapping, comparing two identical genes in
different species, creating phylogenetic tree.
  For example, following the discovery of a previously unknown
gene in the mouse, a scientist will typically perform a BLAST
search of the human genome to see if humans carry a similar
gene;
 BLAST will identify sequences in the human genome that
resemble the mouse gene based on similarity of sequence.
 The BLAST algorithm and program were designed by Stephen
Altschul, Warren Gish, Webb Miller, Eugene Myers,
and David J. Lipman at the National Institutes of Health and
was published in the Journal of Molecular Biology in 1990 
 Fasta program was written in 1985 for comparing
protein sequences only but was later modified to
conduct searches on DNA also.
 Fasta software uses the principle of finding the
similarity between the two sequences
statistically.
 This software matches one sequence of DNA or
protein with the other by local sequence
alignment method.
 It searches for local region for similarity and
not the best match between two sequences.
 Since this software compares localized
similarities at times it can come up with a
mismatch.
 In a sequence Fasta takes a small part known as
k-tuples where tuple can be from 1 to 6 and
matches with k-tuples of other sequence and
once a threshold value of matching is reached it
comes up with the result.
 It is a program that is used to shortlist
prospects of matching sequence from a large
number for full comparison as it is very fast.
 Blast is much faster than Fasta.
 Blast is much more accurate than Fasta.
 For closely matched sequences Blast is very accurate
and for dissimilar sequence Fasta is better software.
 Blast can be modified according to the need but
Fasta cannot be modified.
 Blast has to use Fasta input format to get the output
data.
 Blast is much more versatile and widely used than
Fasta.
 Global and local sequence alignments can
be of two types:
pair wise alignemnt
multiple sequence alignemnt
 This is primarily a method for comparing
two sequence to find the best matching in
local and global alignments
 The purpose of pair wise alignment is to
find related gene or gene product in a
database of known sequence
 It is used for the identification of
sequence of unknown structure of function
 Another important use is the study of
molecular evolution.
 Multiple alignments is an alingnment that compares
more than two sequences
 Here an unknown sequence is matched with several
known sequence to reveal the relatedness of
sequences ,with out making pair wise alignment first
 A multiple alignment contains a distribution of closely
and distantly related sequences
 It provides information about the most similar regions
in the set
 Thus it is more informative about
evolutionary relationship
 This is used to build phylogenetic trees.
 It begins with the most closely related
sequence and ends the most distant
 The most commonly used multiple
alignment software is the CLUSTAL.
 Similar sequence are aligned in pairs
first and distanly related sequence are
added later
 The aligned scores thus obtained are
used to cluster the sequences to
generate the final multiple alignment

More Related Content

What's hot (20)

BITS: Basics of Sequence similarity
BITS: Basics of Sequence similarityBITS: Basics of Sequence similarity
BITS: Basics of Sequence similarity
 
Global and Local Sequence Alignment
Global and Local Sequence AlignmentGlobal and Local Sequence Alignment
Global and Local Sequence Alignment
 
Dynamic programming
Dynamic programming Dynamic programming
Dynamic programming
 
Multiple sequence alignment
Multiple sequence alignmentMultiple sequence alignment
Multiple sequence alignment
 
Clustal
ClustalClustal
Clustal
 
Est database
Est databaseEst database
Est database
 
(Expasy)
(Expasy)(Expasy)
(Expasy)
 
Sequence Alignment
Sequence AlignmentSequence Alignment
Sequence Alignment
 
Sequence alignment
Sequence alignmentSequence alignment
Sequence alignment
 
Blast
BlastBlast
Blast
 
Secondary protein structure prediction
Secondary protein structure predictionSecondary protein structure prediction
Secondary protein structure prediction
 
PAM : Point Accepted Mutation
PAM : Point Accepted MutationPAM : Point Accepted Mutation
PAM : Point Accepted Mutation
 
Applications of bioinformatics
Applications of bioinformaticsApplications of bioinformatics
Applications of bioinformatics
 
Tools and database of NCBI
Tools and database of NCBITools and database of NCBI
Tools and database of NCBI
 
Bioinformatics
BioinformaticsBioinformatics
Bioinformatics
 
String.pptx
String.pptxString.pptx
String.pptx
 
Protein Structure Prediction
Protein Structure PredictionProtein Structure Prediction
Protein Structure Prediction
 
Sage
SageSage
Sage
 
Introduction to Data Mining / Bioinformatics
Introduction to Data Mining / BioinformaticsIntroduction to Data Mining / Bioinformatics
Introduction to Data Mining / Bioinformatics
 
Genome annotation
Genome annotationGenome annotation
Genome annotation
 

Viewers also liked

Viewers also liked (6)

identification of ornamental plants
identification of ornamental plantsidentification of ornamental plants
identification of ornamental plants
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentation
 
basaka
basakabasaka
basaka
 
Identification of different climbers and shrubs
Identification of  different climbers and shrubsIdentification of  different climbers and shrubs
Identification of different climbers and shrubs
 
MUSHROOM CULTIVATION
MUSHROOM CULTIVATIONMUSHROOM CULTIVATION
MUSHROOM CULTIVATION
 
Flower arrangment ppt
Flower arrangment pptFlower arrangment ppt
Flower arrangment ppt
 

Similar to Sequencealignmentinbioinformatics 100204112518-phpapp02

Blast and fasta
Blast and fastaBlast and fasta
Blast and fastaALLIENU
 
Lecture 5.pptx
Lecture 5.pptxLecture 5.pptx
Lecture 5.pptxericndunek
 
Sequence similarity tools.pptx
Sequence similarity tools.pptxSequence similarity tools.pptx
Sequence similarity tools.pptxPagudalaSangeetha
 
BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234alizain9604
 
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
 
Basic BLAST (BLASTn)
Basic BLAST (BLASTn)Basic BLAST (BLASTn)
Basic BLAST (BLASTn)Syed Lokman
 
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
 
Blast gp assignment
Blast  gp assignmentBlast  gp assignment
Blast gp assignmentbarathvaj
 
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...journal ijrtem
 
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...IJRTEMJOURNAL
 
Data base searching tool
Data base searching toolData base searching tool
Data base searching toolNithyaNandapal
 
BLAST AND FASTA.pptx
BLAST AND FASTA.pptxBLAST AND FASTA.pptx
BLAST AND FASTA.pptxPiyushBehgal1
 
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSNEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSbioejjournal
 
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSNEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSbioejjournal
 
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSNEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSbioejjournal
 

Similar to Sequencealignmentinbioinformatics 100204112518-phpapp02 (20)

Blast and fasta
Blast and fastaBlast and fasta
Blast and fasta
 
Lecture 5.pptx
Lecture 5.pptxLecture 5.pptx
Lecture 5.pptx
 
Sequence similarity tools.pptx
Sequence similarity tools.pptxSequence similarity tools.pptx
Sequence similarity tools.pptx
 
BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234BLAST AND FASTA.pptx12345789999987544321234
BLAST AND FASTA.pptx12345789999987544321234
 
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)
 
Sequence alignment.pptx
Sequence alignment.pptxSequence alignment.pptx
Sequence alignment.pptx
 
BLAST
BLASTBLAST
BLAST
 
BLAST
BLASTBLAST
BLAST
 
Basic BLAST (BLASTn)
Basic BLAST (BLASTn)Basic BLAST (BLASTn)
Basic BLAST (BLASTn)
 
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 gp assignment
Blast  gp assignmentBlast  gp assignment
Blast gp assignment
 
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
 
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
Performance Improvement of BLAST with Use of MSA Techniques to Search Ancesto...
 
Data base searching tool
Data base searching toolData base searching tool
Data base searching tool
 
BLAST AND FASTA.pptx
BLAST AND FASTA.pptxBLAST AND FASTA.pptx
BLAST AND FASTA.pptx
 
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSNEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
 
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSNEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
 
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDSNEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
NEW SEQUENCE ALIGNMENT ALGORITHM USING AI RULES AND DYNAMIC SEEDS
 
BLAST
BLASTBLAST
BLAST
 
Blasta
BlastaBlasta
Blasta
 

More from PILLAI ASWATHY VISWANATH (19)

Cell biology dc3
Cell biology dc3Cell biology dc3
Cell biology dc3
 
Ultra structure of plant cell (1)
Ultra structure of plant cell (1)Ultra structure of plant cell (1)
Ultra structure of plant cell (1)
 
Ultra structure of plant cell (2)
Ultra structure of plant cell (2)Ultra structure of plant cell (2)
Ultra structure of plant cell (2)
 
Module 2
Module   2Module   2
Module 2
 
Docking
DockingDocking
Docking
 
Common cut flowers
Common cut flowersCommon cut flowers
Common cut flowers
 
HGD -Pillai aswathy viswanath
HGD -Pillai aswathy viswanathHGD -Pillai aswathy viswanath
HGD -Pillai aswathy viswanath
 
M.P Pillai aswathy viswanath
M.P Pillai aswathy viswanathM.P Pillai aswathy viswanath
M.P Pillai aswathy viswanath
 
S.P Pillai aswathy viswanath
S.P Pillai aswathy viswanathS.P Pillai aswathy viswanath
S.P Pillai aswathy viswanath
 
G.E pillai aswathy viswanath
G.E pillai aswathy viswanathG.E pillai aswathy viswanath
G.E pillai aswathy viswanath
 
C.p aswathy viswanath
C.p aswathy viswanathC.p aswathy viswanath
C.p aswathy viswanath
 
E.i aswathy viswanath
E.i aswathy viswanathE.i aswathy viswanath
E.i aswathy viswanath
 
Gene aswa (2)
Gene aswa (2)Gene aswa (2)
Gene aswa (2)
 
Aswathy gene library
Aswathy gene libraryAswathy gene library
Aswathy gene library
 
N.m - p.aswathy viswanath
N.m - p.aswathy viswanathN.m - p.aswathy viswanath
N.m - p.aswathy viswanath
 
S.n p.aswathy viswanath
S.n p.aswathy viswanathS.n p.aswathy viswanath
S.n p.aswathy viswanath
 
Androgenesis by Aswathy Viswanath
Androgenesis by  Aswathy ViswanathAndrogenesis by  Aswathy Viswanath
Androgenesis by Aswathy Viswanath
 
G.c -p.aswathy viswanath
G.c -p.aswathy viswanathG.c -p.aswathy viswanath
G.c -p.aswathy viswanath
 
G.c -p.aswathy viswanath
G.c -p.aswathy viswanathG.c -p.aswathy viswanath
G.c -p.aswathy viswanath
 

Recently uploaded

Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxAleenaTreesaSaji
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaPraksha3
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)Jshifa
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡anilsa9823
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)DHURKADEVIBASKAR
 

Recently uploaded (20)

Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptx
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)
 

Sequencealignmentinbioinformatics 100204112518-phpapp02

  • 2. • An alignment is an arrangement of two or more sequence (DNA, RNA or protein) which shows whether the two sequence aligned are similar or different • Helps in inferring functional , Structural or evolutionary relationship between the sequence • Sequence alignment methods are used to find the best- matching sequences
  • 3.  The sequence alignment is made between a known sequence and unknown sequence or between two unknown sequences.  The known sequence is called reference sequence,the unknown sequence is called query sequence
  • 4.  Sequences that are very much alike may have similar secondary and 3D structure, similar function and likely a common ancestral sequence.  Such sequence are termed as homologous and shares a common ancestors
  • 5.  In sequence alignment,the sequence to be compared are written one above the other. A T C G………..1 -- T C A………...2 -2 +2 +2 -1 = 1  there are match and mismatch characters  To reduce mismatch a “gap’’ is added A T C G ………..1 T C A --………...2 -1 -1 -1 -2 = -5
  • 6. A T C G………..1 T -- C A ………...2 -1 -2 +2 -1 = -2  if match = +2  Mismatch = -1  Gap = -2
  • 7.  Very short or very similar sequences can be aligned by hand.  However, most interesting problems require the alignment of lengthy, highly variable or extremely numerous sequences that cannot be aligned solely by human effort.  Computational approaches to sequence alignment
  • 8.  Different computational methods,called dynamic programming algorithems  They are required for finding the best alignment of the sequence There Are Mainly Two Types Of Sequence Alignment Global Alignment Local Alignment
  • 9.  A general global alignment technique is the Needleman–Wunsch algorithm, which is based on dynamic programming.  The Smith–Waterman algorithm is a general local alignment method also based on dynamic programming.
  • 10.  In global alignment ,an attempt is made to align the entire sequence ( end to end alignment )  It two sequences have approximately the same length and are quite similar,they are suitable for global alingment  Suitable for aligning two closely related sequences
  • 11.  Global Alignment are usually done for comparing homologous genes  Like comparing two genes with same function or comparing two proteins with similar function
  • 12.  Finds local regions with the highest level of similarity between the two sequence  Any two sequences can be locally aligned as local alignment finds stretches of sequence with high level of matches without considering the alingnment of rest of the sequence regions  Suitable for aligning more divergent sequence or distantly related sequence
  • 13.  Sequences which are suspected to have similarity or even dissimilar sequences can be compared with local alignment method. It finds local regions with high level of similarity.
  • 14.  These two algorithms make all possible pair wise comparisons to all of the data base sequence and find the the best alignment of sequence  But the process is often too slow for searching large database.some times it takes hours for a search  So faster algorithem,such as BLAST and FASTA have been developed
  • 15.  Blast and Fasta are two software that are used to compare biological sequences of DNA, amino acids, proteins and nucleotides of different species and look for the similarities.  These algorithms were written keeping speed in mind because as the data bank of the sequences swelled once DNA was isolated in the laboratory by the scientists in mid 1980s there raised a need to compare and find identical genes for further research at high speed.  Blast is an acronym for Basic Local Alignment Search Tool and uses localized approach in comparing the two sequences.  Fasta is a software known as Fast A where A stands for All because it works with the alphabet like Fast A for DNA sequencing and Fast P for protein.  Both Blast and Fasta are very fast in comparing any genome database and are therefore very viable monetarily as well as in saving time.
  • 16.  One of the most widely used bioinformatics software Blast was developed in 1990 and since then have been available to everyone at NCBI site.  This software can be accessed by any one and can be modified according to ones need.  Blast is the software in which input data of a sequence to be compared is in Fasta format and output data can be obtained in plain text, HTML or XML.  Blast works on the principle of searching for localized similarities between the two sequences and after short listing the similar sequences it searches for neighborhood similarities.
  • 17.  The software searches for high number of similar local regions and gives the result after a threshold value is reached.  This process differs from earlier software in which entire sequence was searched and compared which took a lot of time.  Blast is used for many purposes like DNA mapping, comparing two identical genes in different species, creating phylogenetic tree.
  • 18.   For example, following the discovery of a previously unknown gene in the mouse, a scientist will typically perform a BLAST search of the human genome to see if humans carry a similar gene;  BLAST will identify sequences in the human genome that resemble the mouse gene based on similarity of sequence.  The BLAST algorithm and program were designed by Stephen Altschul, Warren Gish, Webb Miller, Eugene Myers, and David J. Lipman at the National Institutes of Health and was published in the Journal of Molecular Biology in 1990 
  • 19.  Fasta program was written in 1985 for comparing protein sequences only but was later modified to conduct searches on DNA also.  Fasta software uses the principle of finding the similarity between the two sequences statistically.  This software matches one sequence of DNA or protein with the other by local sequence alignment method.  It searches for local region for similarity and not the best match between two sequences.
  • 20.  Since this software compares localized similarities at times it can come up with a mismatch.  In a sequence Fasta takes a small part known as k-tuples where tuple can be from 1 to 6 and matches with k-tuples of other sequence and once a threshold value of matching is reached it comes up with the result.  It is a program that is used to shortlist prospects of matching sequence from a large number for full comparison as it is very fast.
  • 21.  Blast is much faster than Fasta.  Blast is much more accurate than Fasta.  For closely matched sequences Blast is very accurate and for dissimilar sequence Fasta is better software.  Blast can be modified according to the need but Fasta cannot be modified.  Blast has to use Fasta input format to get the output data.  Blast is much more versatile and widely used than Fasta.
  • 22.  Global and local sequence alignments can be of two types: pair wise alignemnt multiple sequence alignemnt
  • 23.  This is primarily a method for comparing two sequence to find the best matching in local and global alignments  The purpose of pair wise alignment is to find related gene or gene product in a database of known sequence  It is used for the identification of sequence of unknown structure of function  Another important use is the study of molecular evolution.
  • 24.  Multiple alignments is an alingnment that compares more than two sequences  Here an unknown sequence is matched with several known sequence to reveal the relatedness of sequences ,with out making pair wise alignment first  A multiple alignment contains a distribution of closely and distantly related sequences  It provides information about the most similar regions in the set
  • 25.  Thus it is more informative about evolutionary relationship  This is used to build phylogenetic trees.  It begins with the most closely related sequence and ends the most distant  The most commonly used multiple alignment software is the CLUSTAL.
  • 26.  Similar sequence are aligned in pairs first and distanly related sequence are added later  The aligned scores thus obtained are used to cluster the sequences to generate the final multiple alignment