SlideShare ist ein Scribd-Unternehmen logo
1 von 17
PAM MATRICES
EVOLUTION
MITHUNJHA
ANANDAKUMAR
DNA SUBSTITUTION
MATRIX
 Simple substitution matrix
 4 bases – Adenine, Guanine,
Thymine, Cytosine
A C T G
A 1 -1 -1 -1
C -1 1 -1 -1
T -1 -1 1 -1
G -1 -1 -1 1
PROTEIN SUBSTITUTION MATRICES
 Protein substitution matrices are complex than DNA substitution matrices – 20 Residues
 Physio-chemical properties of each individual amino acids vary significantly.
 A protein substitution matrix can be based on any property – size, polarity, charge and so on.
 Evolution based substitution matrices are the most important!
THE NEEDLEMAN-WUNSCH ALGORITHM FOR SEQUENCE ALIGNMENT, 7TH MELBOURNE BIOINFORMATICS COURSE
EVOLUTIONARY SUBSTITUTION MATRICES (WIDELY USED)
PAM – point accepted mutation
E.g.: PAM250
BLOSUM – block substitution
E.g.: BLOSUM62
A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
POINT ACCEPTED MUTATION (PAM) MATRICES
 Used to score sequence alignments for proteins.
 Based on strong evolutionary principles.
 PAM matrices are symmetrical.
 PAM matrix gives the probability of single amino acid replaced by another single amino acid, for a given
period of evolutionary time- time taken for ‘n’ point accepted mutations to occur per 100 amino acids.
A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
CONSTRUCTION OF PAM MATRICES
 Introduced by Margaret Dayhoff in 1978.
 The data used in study includes 1572 mutations in the phylogenetic trees of 71 families of closely related
proteins.
 Sequence within a tree were 85% similar(only 15% different) to it’s Ancestors.
 Assumption: aligned mismatch resulted by a single mutation event.
 Explicit evolution model such as phylogenetic trees are required to identify point accepted mutations
and development of matrix of accepted point mutations - Mutations that are accepted by natural
selection.
Phylogenetic tree
Without explicit model such as Phylogenetic
tree:
A C G H
D B G H
A D I J
C B I J
A B G H
A B I J
CB CD BD BB CB X BD BB
A B C D G H I J
A 1 1
B 1 1
C 1 1
D 1 1
G 1
H 1
I 1
J 1
Matrix of accepted point mutations
A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
 Assumption – the like hood of amino acid X
replacing Y is same as amino acid Y replacing
X.
 Elements in the matrices are (x10).
 Fractional exchange results when ancestral
sequences are unknown
 What are the information we can acquire from
this matrix?
 Can we directly say Asp-Glu has higher
mutability compared to Gly-Trp?
 Number of occurrence of each amino acid
RELATIVE MUTABILITY & FREQUENCY
 𝑅𝑒𝑙𝑎𝑡𝑖𝑣𝑒 𝑚𝑢𝑡𝑎𝑏𝑖𝑙𝑖𝑡𝑦 − 𝑚(𝑗) =
𝑡𝑜𝑡𝑎𝑙 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑐ℎ𝑎𝑛𝑔𝑒𝑠 𝑜𝑓 𝑒𝑎𝑐ℎ 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑
𝑡𝑜𝑡𝑎𝑙 𝑒𝑥𝑝𝑜𝑠𝑢𝑟𝑒 𝑜𝑓 𝑡ℎ𝑒 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑 𝑡𝑜 𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛
=
 𝐹𝑟𝑒𝑞𝑢𝑒𝑛𝑐𝑦 𝑁𝑜𝑟𝑚𝑎𝑙𝑖𝑧𝑒𝑑 − 𝑓(𝑗) =
𝑡𝑜𝑡𝑎𝑙 𝑒𝑥𝑝𝑜𝑠𝑢𝑟𝑒 𝑜𝑓 𝑡ℎ𝑒 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑 𝑡𝑜 𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛
𝑡𝑜𝑡𝑎𝑙 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑎𝑙𝑙 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑𝑠
=
 Sum of normalized frequency = 1
𝐴𝑖𝑗 := elements on previous matrix (number of mutation occurred between amino acid i and amino acid j)
A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
MUTATION PROBABILITY MATRIX (BASIS FOR 1PAM)
𝑀𝑢𝑡𝑎𝑏𝑖𝑙𝑖𝑡𝑦(𝑀𝑖𝑗) =
𝜆𝑚𝑗 𝐴𝑖𝑗
𝑖
𝑖≠𝑗
𝐴𝑖𝑗
𝑀𝑗𝑗 = 1 − 𝜆𝑚𝑗
=
𝜆𝐴𝑖𝑗
𝑁𝑓(𝑗)
= 𝜆
𝐴𝑖𝑗
𝑛(𝑗)
Non-diagonal elements Diagonal elements
𝑀𝑗𝑗 = 1 −
𝑖
𝑖≠𝑗
𝑀𝑖𝑗
𝜆:= proportionality constant
Pr(remain same)+Pr(change into another amino acid)=1
Sum of elements in each column sum up to 1
CONSTANT PROPORTIONALITY
 𝑂𝑛𝑒 𝑃𝐴𝑀 =
𝑜𝑛𝑒 𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛
100 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑
 One pam is the basic time evolutionary unit
 Mutation matrix for 1PAM = 99% of the amino acids remain
conserved.
 Above equation gives the total probability of conserved amino
acids.
 𝜆 value needed to be chosen to produce 99% of conserved
probability.
100 ∗ 𝜆 𝑗 𝑓 𝑗 𝑚 𝑗 = 1 (observed percentage difference for 1pam)
 𝑀𝑖𝑗 ≠ 𝑀𝑗𝑖 𝑏𝑢𝑡, 𝑀𝑖𝑗 𝑓 𝑗 = 𝑀𝑗𝑖 𝑓 𝑖
 42 ≠ 36 but, 𝑀𝑖𝑗 𝑓 𝑗 = 𝑀𝑗𝑖 𝑓 𝑖 = 1.68
 Each elements gives the probability of that
the amino acid in column j will be replaced
by the amino acid in row i after a given
evolutionary interval (1pam)
 𝑃𝑖𝑗,1 = Pr(𝑋1 = 𝑗|𝑋0 = 𝑖)
 Elements shown are (x10,000)
A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
Mutation probability matrix – basis for
1PAM
MARKOV CHAIN MODEL
 𝑃𝑖𝑗,1 = Pr(𝑋1 = 𝑗|𝑋0 = 𝑖) or 𝑃𝑖𝑗,1 = Pr(𝑋𝑚 + 1 = 𝑗|𝑋𝑚 = 𝑖)
 𝑃𝑖𝑗,𝑛 = Pr(𝑋𝑛 = 𝑗|𝑋0 = 𝑖) ?
 Do we need to make n observation to know the probability of observing j if i was in the initial
observation? Then we need examples of proteins at given n evolutionary interval.
 𝑀 𝑛 = 𝑀1
𝑛
(relation between mutation matrix of 1PAM and PAMn.
RELATEDNESS ODDS MATRIX
 Ratio of the probability of j-th amino acid replaced by i-th amino acid, to the probability of these amino
acids being aligned by chance.
 𝑅𝑖𝑗 =
𝑀 𝑖𝑗
𝑓 𝑖
 Symmetrical
 PAM(i,j) = log (𝑅𝑖𝑗)
PAM250
 Elements shown are (x10)
 Neutral score = 0
 Most informative matrix
with strong evolutionary
priciples
A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Cath
CathCath
Cath
 
Protein data bank
Protein data bankProtein data bank
Protein data bank
 
PIR- Protein Information Resource
PIR- Protein Information ResourcePIR- Protein Information Resource
PIR- Protein Information Resource
 
MULTIPLE SEQUENCE ALIGNMENT
MULTIPLE  SEQUENCE  ALIGNMENTMULTIPLE  SEQUENCE  ALIGNMENT
MULTIPLE SEQUENCE ALIGNMENT
 
Scoring schemes in bioinformatics (blosum)
Scoring schemes in bioinformatics (blosum)Scoring schemes in bioinformatics (blosum)
Scoring schemes in bioinformatics (blosum)
 
Swiss PROT
Swiss PROT Swiss PROT
Swiss PROT
 
Chou fasman algorithm for protein structure prediction
Chou fasman algorithm for protein structure predictionChou fasman algorithm for protein structure prediction
Chou fasman algorithm for protein structure prediction
 
Swiss prot database
Swiss prot databaseSwiss prot database
Swiss prot database
 
Introduction to Biological databases
Introduction to Biological databasesIntroduction to Biological databases
Introduction to Biological databases
 
Kegg
KeggKegg
Kegg
 
Dynamic programming
Dynamic programming Dynamic programming
Dynamic programming
 
Sequence alig Sequence Alignment Pairwise alignment:-
Sequence alig Sequence Alignment Pairwise alignment:-Sequence alig Sequence Alignment Pairwise alignment:-
Sequence alig Sequence Alignment Pairwise alignment:-
 
Primary and secondary databases ppt by puneet kulyana
Primary and secondary databases ppt by puneet kulyanaPrimary and secondary databases ppt by puneet kulyana
Primary and secondary databases ppt by puneet kulyana
 
biological detabase
biological detabasebiological detabase
biological detabase
 
Protein data bank
Protein data bankProtein data bank
Protein data bank
 
Uni prot presentation
Uni prot presentationUni prot presentation
Uni prot presentation
 
METHODS TO DETERMINE PROTEIN STRUCTURE
METHODS TO DETERMINE PROTEIN STRUCTURE METHODS TO DETERMINE PROTEIN STRUCTURE
METHODS TO DETERMINE PROTEIN STRUCTURE
 
Fasta
FastaFasta
Fasta
 
Fasta
FastaFasta
Fasta
 
Introduction to sequence alignment partii
Introduction to sequence alignment partiiIntroduction to sequence alignment partii
Introduction to sequence alignment partii
 

Ähnlich wie PAM matrices evolution

DNA,RNA and PROTEIN Overview.Just know about the genetics
DNA,RNA and PROTEIN Overview.Just know about the geneticsDNA,RNA and PROTEIN Overview.Just know about the genetics
DNA,RNA and PROTEIN Overview.Just know about the geneticsssherin678
 
Plant epigenetic memory in plant growth behavior and stress response. Sally M...
Plant epigenetic memory in plant growth behavior and stress response. Sally M...Plant epigenetic memory in plant growth behavior and stress response. Sally M...
Plant epigenetic memory in plant growth behavior and stress response. Sally M...CIAT
 
PARP-1 Inhibitors In Oncology
PARP-1 Inhibitors In OncologyPARP-1 Inhibitors In Oncology
PARP-1 Inhibitors In OncologyGregory J. Wells
 
Scoring schemes in bioinformatics
Scoring schemes in bioinformaticsScoring schemes in bioinformatics
Scoring schemes in bioinformaticsSumatiHajela
 
Computation and System Biology Assignment Help
Computation and System Biology Assignment HelpComputation and System Biology Assignment Help
Computation and System Biology Assignment HelpNursing Assignment Help
 
2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...
2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...
2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...Spencer Bliven
 
Network analysis of cancer metabolism: A novel route to precision medicine
Network analysis of cancer metabolism: A novel route to precision medicineNetwork analysis of cancer metabolism: A novel route to precision medicine
Network analysis of cancer metabolism: A novel route to precision medicineVarshit Dusad
 
Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...
Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...
Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...J. Colin Cox
 
Bioinformatica 20-10-2011-t3-scoring matrices
Bioinformatica 20-10-2011-t3-scoring matricesBioinformatica 20-10-2011-t3-scoring matrices
Bioinformatica 20-10-2011-t3-scoring matricesProf. Wim Van Criekinge
 
Bisubstrate reactions enzyme kinetics
Bisubstrate reactions enzyme kineticsBisubstrate reactions enzyme kinetics
Bisubstrate reactions enzyme kineticsDilruba Afrin
 
20100515 bioinformatics kapushesky_lecture07
20100515 bioinformatics kapushesky_lecture0720100515 bioinformatics kapushesky_lecture07
20100515 bioinformatics kapushesky_lecture07Computer Science Club
 
Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)
Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)
Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)Marilen Parungao
 
error of transmission.pdf
error of transmission.pdferror of transmission.pdf
error of transmission.pdfOM VERMA
 

Ähnlich wie PAM matrices evolution (16)

DNA,RNA and PROTEIN Overview.Just know about the genetics
DNA,RNA and PROTEIN Overview.Just know about the geneticsDNA,RNA and PROTEIN Overview.Just know about the genetics
DNA,RNA and PROTEIN Overview.Just know about the genetics
 
Plant epigenetic memory in plant growth behavior and stress response. Sally M...
Plant epigenetic memory in plant growth behavior and stress response. Sally M...Plant epigenetic memory in plant growth behavior and stress response. Sally M...
Plant epigenetic memory in plant growth behavior and stress response. Sally M...
 
PARP-1 Inhibitors In Oncology
PARP-1 Inhibitors In OncologyPARP-1 Inhibitors In Oncology
PARP-1 Inhibitors In Oncology
 
Scoring schemes in bioinformatics
Scoring schemes in bioinformaticsScoring schemes in bioinformatics
Scoring schemes in bioinformatics
 
Computation and System Biology Assignment Help
Computation and System Biology Assignment HelpComputation and System Biology Assignment Help
Computation and System Biology Assignment Help
 
2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...
2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...
2018-05-24 Research update on Armadillo Repeat Proteins: Evolution and Design...
 
Aacr poster2007
Aacr poster2007Aacr poster2007
Aacr poster2007
 
BIOS 5260 Term Paper
BIOS 5260 Term PaperBIOS 5260 Term Paper
BIOS 5260 Term Paper
 
Mol evolution
Mol evolutionMol evolution
Mol evolution
 
Network analysis of cancer metabolism: A novel route to precision medicine
Network analysis of cancer metabolism: A novel route to precision medicineNetwork analysis of cancer metabolism: A novel route to precision medicine
Network analysis of cancer metabolism: A novel route to precision medicine
 
Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...
Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...
Cox2002-Automated_selection_of_aptamers_against_protein_targets_translated_in...
 
Bioinformatica 20-10-2011-t3-scoring matrices
Bioinformatica 20-10-2011-t3-scoring matricesBioinformatica 20-10-2011-t3-scoring matrices
Bioinformatica 20-10-2011-t3-scoring matrices
 
Bisubstrate reactions enzyme kinetics
Bisubstrate reactions enzyme kineticsBisubstrate reactions enzyme kinetics
Bisubstrate reactions enzyme kinetics
 
20100515 bioinformatics kapushesky_lecture07
20100515 bioinformatics kapushesky_lecture0720100515 bioinformatics kapushesky_lecture07
20100515 bioinformatics kapushesky_lecture07
 
Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)
Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)
Lecture on DNA to Proteins (The Central Dogma of Molecular Biology)
 
error of transmission.pdf
error of transmission.pdferror of transmission.pdf
error of transmission.pdf
 

Kürzlich hochgeladen

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Kürzlich hochgeladen (20)

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

PAM matrices evolution

  • 2. DNA SUBSTITUTION MATRIX  Simple substitution matrix  4 bases – Adenine, Guanine, Thymine, Cytosine A C T G A 1 -1 -1 -1 C -1 1 -1 -1 T -1 -1 1 -1 G -1 -1 -1 1
  • 3. PROTEIN SUBSTITUTION MATRICES  Protein substitution matrices are complex than DNA substitution matrices – 20 Residues  Physio-chemical properties of each individual amino acids vary significantly.  A protein substitution matrix can be based on any property – size, polarity, charge and so on.  Evolution based substitution matrices are the most important! THE NEEDLEMAN-WUNSCH ALGORITHM FOR SEQUENCE ALIGNMENT, 7TH MELBOURNE BIOINFORMATICS COURSE
  • 4. EVOLUTIONARY SUBSTITUTION MATRICES (WIDELY USED) PAM – point accepted mutation E.g.: PAM250 BLOSUM – block substitution E.g.: BLOSUM62 A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
  • 5. POINT ACCEPTED MUTATION (PAM) MATRICES  Used to score sequence alignments for proteins.  Based on strong evolutionary principles.  PAM matrices are symmetrical.  PAM matrix gives the probability of single amino acid replaced by another single amino acid, for a given period of evolutionary time- time taken for ‘n’ point accepted mutations to occur per 100 amino acids. A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
  • 6. CONSTRUCTION OF PAM MATRICES  Introduced by Margaret Dayhoff in 1978.  The data used in study includes 1572 mutations in the phylogenetic trees of 71 families of closely related proteins.  Sequence within a tree were 85% similar(only 15% different) to it’s Ancestors.  Assumption: aligned mismatch resulted by a single mutation event.  Explicit evolution model such as phylogenetic trees are required to identify point accepted mutations and development of matrix of accepted point mutations - Mutations that are accepted by natural selection. Phylogenetic tree
  • 7. Without explicit model such as Phylogenetic tree: A C G H D B G H A D I J C B I J A B G H A B I J CB CD BD BB CB X BD BB A B C D G H I J A 1 1 B 1 1 C 1 1 D 1 1 G 1 H 1 I 1 J 1 Matrix of accepted point mutations A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
  • 8.  Assumption – the like hood of amino acid X replacing Y is same as amino acid Y replacing X.  Elements in the matrices are (x10).  Fractional exchange results when ancestral sequences are unknown  What are the information we can acquire from this matrix?  Can we directly say Asp-Glu has higher mutability compared to Gly-Trp?  Number of occurrence of each amino acid
  • 9. RELATIVE MUTABILITY & FREQUENCY  𝑅𝑒𝑙𝑎𝑡𝑖𝑣𝑒 𝑚𝑢𝑡𝑎𝑏𝑖𝑙𝑖𝑡𝑦 − 𝑚(𝑗) = 𝑡𝑜𝑡𝑎𝑙 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑐ℎ𝑎𝑛𝑔𝑒𝑠 𝑜𝑓 𝑒𝑎𝑐ℎ 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑 𝑡𝑜𝑡𝑎𝑙 𝑒𝑥𝑝𝑜𝑠𝑢𝑟𝑒 𝑜𝑓 𝑡ℎ𝑒 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑 𝑡𝑜 𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛 =  𝐹𝑟𝑒𝑞𝑢𝑒𝑛𝑐𝑦 𝑁𝑜𝑟𝑚𝑎𝑙𝑖𝑧𝑒𝑑 − 𝑓(𝑗) = 𝑡𝑜𝑡𝑎𝑙 𝑒𝑥𝑝𝑜𝑠𝑢𝑟𝑒 𝑜𝑓 𝑡ℎ𝑒 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑 𝑡𝑜 𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛 𝑡𝑜𝑡𝑎𝑙 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑎𝑙𝑙 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑𝑠 =  Sum of normalized frequency = 1 𝐴𝑖𝑗 := elements on previous matrix (number of mutation occurred between amino acid i and amino acid j)
  • 10. A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS
  • 11. MUTATION PROBABILITY MATRIX (BASIS FOR 1PAM) 𝑀𝑢𝑡𝑎𝑏𝑖𝑙𝑖𝑡𝑦(𝑀𝑖𝑗) = 𝜆𝑚𝑗 𝐴𝑖𝑗 𝑖 𝑖≠𝑗 𝐴𝑖𝑗 𝑀𝑗𝑗 = 1 − 𝜆𝑚𝑗 = 𝜆𝐴𝑖𝑗 𝑁𝑓(𝑗) = 𝜆 𝐴𝑖𝑗 𝑛(𝑗) Non-diagonal elements Diagonal elements 𝑀𝑗𝑗 = 1 − 𝑖 𝑖≠𝑗 𝑀𝑖𝑗 𝜆:= proportionality constant Pr(remain same)+Pr(change into another amino acid)=1 Sum of elements in each column sum up to 1
  • 12. CONSTANT PROPORTIONALITY  𝑂𝑛𝑒 𝑃𝐴𝑀 = 𝑜𝑛𝑒 𝑚𝑢𝑡𝑎𝑡𝑖𝑜𝑛 100 𝑎𝑚𝑖𝑛𝑜 𝑎𝑐𝑖𝑑  One pam is the basic time evolutionary unit  Mutation matrix for 1PAM = 99% of the amino acids remain conserved.  Above equation gives the total probability of conserved amino acids.  𝜆 value needed to be chosen to produce 99% of conserved probability. 100 ∗ 𝜆 𝑗 𝑓 𝑗 𝑚 𝑗 = 1 (observed percentage difference for 1pam)
  • 13.  𝑀𝑖𝑗 ≠ 𝑀𝑗𝑖 𝑏𝑢𝑡, 𝑀𝑖𝑗 𝑓 𝑗 = 𝑀𝑗𝑖 𝑓 𝑖  42 ≠ 36 but, 𝑀𝑖𝑗 𝑓 𝑗 = 𝑀𝑗𝑖 𝑓 𝑖 = 1.68  Each elements gives the probability of that the amino acid in column j will be replaced by the amino acid in row i after a given evolutionary interval (1pam)  𝑃𝑖𝑗,1 = Pr(𝑋1 = 𝑗|𝑋0 = 𝑖)  Elements shown are (x10,000) A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS Mutation probability matrix – basis for 1PAM
  • 14. MARKOV CHAIN MODEL  𝑃𝑖𝑗,1 = Pr(𝑋1 = 𝑗|𝑋0 = 𝑖) or 𝑃𝑖𝑗,1 = Pr(𝑋𝑚 + 1 = 𝑗|𝑋𝑚 = 𝑖)  𝑃𝑖𝑗,𝑛 = Pr(𝑋𝑛 = 𝑗|𝑋0 = 𝑖) ?  Do we need to make n observation to know the probability of observing j if i was in the initial observation? Then we need examples of proteins at given n evolutionary interval.  𝑀 𝑛 = 𝑀1 𝑛 (relation between mutation matrix of 1PAM and PAMn.
  • 15. RELATEDNESS ODDS MATRIX  Ratio of the probability of j-th amino acid replaced by i-th amino acid, to the probability of these amino acids being aligned by chance.  𝑅𝑖𝑗 = 𝑀 𝑖𝑗 𝑓 𝑖  Symmetrical  PAM(i,j) = log (𝑅𝑖𝑗)
  • 16. PAM250  Elements shown are (x10)  Neutral score = 0  Most informative matrix with strong evolutionary priciples A MODEL OF EVOLUTIONARY CHANGE IN PROTEINS