SlideShare a Scribd company logo
1 of 27
Basic Biology: DNA
 Genetic information is stored in
deoxyribonucleic acid (DNA)
molecules.
 A single DNA molecule is a sequence
of nucleotides
 adenine (A)
 cytosine (C)
 guanine (G)
 thymine (T)
nitrogenous
base
pentose
sugar
phosphate
Nucleotide DNA molecule
Basic Biology: DNA
 Paired DNA strands are in
reverse complementary
orientation.
One in forward, 5’ to 3’ direction
The other in reverse, 3’ to 5’
direction
 Both strands are
complementary.
A pairs with a T
G pairs with a C
forward
strand
reverse
strand
5’
3’
3’
5’
Image modified with the permission of the
National Human Genome Research Institute
(NHGRI), artist Darryl Leja.
Basic Biology: Genome
• The genome is the
entire hereditary
information of an
organism.
• Genomes are
partitioned into
chromosomes.
• A chromosome can
be linear
(eukaryotes), or
circular
(prokaryotes). Image modified with the permission of the
National Human Genome Research Institute
(NHGRI), artist Darryl Leja.
The Human Karyogram
Karyotype of a human male.
Courtesy: National Human Genome Research Institute
Changes in Genomic Sequences
 Genomes of different species (even of
closely related individuals) differ from
one another.
 These differences are caused by
point mutations, in which only one
nucleotide is changed, and
genome rearrangements, where multiple
nucleotides are modified.
Point Mutations
 Insertion …ATGGCG… → …
ATGTGCG…
 Deletion …ATGTGCG…→ …
ATGGCG…
 Substitution …ATGTGCG… → …
ATGCGCG…
…ATG-GCATGTGCGATGTGCG…
…ATGTGCATG-GCGATGCGCG…
DNA sequence alignment showing matches, mismatches,
and insertions/deletions
Genome Rearrangements
 Reversal
 Translocation
 Fission
 Fusion
1 2 3 4 5 6 7 8 9 1 2 3 6 5 4 7 8 9
1 2 3 4 5 6 7 8 9
10 11 12 13 14 15
1 2 3 4 13 14 15
10 11 12 5 6 7 8 9
1 2 3 4 5 6 7 8 9 1 2 3 4
5 6 7 8 9
1 2 3 4
5 6 7 8 9
1 2 3 4 5 6 7 8 9
Reversal:
A reversal is an operation that transforms one
signed permutation into another, reversing the
order or a contiguous protein and flipping the
sign.
Translocation:
It is process of exchange of genetic material
between chromosomes. A balanced translocation
results in no gain or loss of material.
Furthermore, while an unbalanced translocation
may result in trisomy or monosomy of a
particular chromosome segments.
Fission:
It is the division of a single entity into two or
more parts and then regeneration of those parts
into separate entities resembling the original.
Fusion:
It is the process in which several unicellular cells
combine to form a multinuclear cell.
Genome Rearrangements
Signed Reversals
5’ ATGCCTGTACTA 3’
3’ TACGGACATGAT 5’
5’ ATGTACAGGCTA 3’
3’ TACATGTCCGAT 5’
Break
and
Invert
Taken and modified from An Introduction to Bioinformatics Algorithms by Neil Jones and Pavel Pevzner
Levenshtein’s Edit Distance
 Let A and B be two sequences
(genomes). The minimum number of
edit operations that transforms A into B
defines the edit distance, dedit, between
A and B.
 Possible edit operations:
point mutations
genome rearrangements
A Word Puzzle
 To transform a start word into a target
word, change, add, or delete characters
until the target is reached.
 Example: start “spices” target “lice”:
○ spices → slices → slice → lice
○ spices → spice→ slice→ lice
Edit Distance Using Point
Mutations
S1=AGCTT, S2=AGCCTG, S3=ACAG
AGCTT AGCTG AGCCTG
⇒ dedit(S1,S2) = 2
AGCTT AGCTG AGCAG ACAG
⇒ dedit(S1,S3) = 2
AGCCTG AGCTG AGCAG ACAG
⇒ dedit(S2,S3) = 2
T→G insert C
T→G T→A delete G
delete C T→A delete G
Edit Distance and Evolution
 The edit distance is often used to infer evolutionary
relationships.
 Parsimony assumption: the minimum number of changes
reflects the true evolutionary distance
Parsimonious phylogeny inferred from edit distances
Levenshtein’s Edit Distance
 Let A and B be two sequences
(genomes). The minimum number of
edit operations that transforms A into B
defines the edit distance, dedit, between
A and B.
 Possible edit operations:
point mutations
genome rearrangements
Rearrangements and Anagrams
 An anagram is a rearrangement of a
word or phrase into another word or
phrase.
○ eleven plus two → twelve plus one
○ forty five → over fifty
Please visit the Internet Anagram web
server at
http://wordsmith.org/anagram/.
Rearrangements and Anagrams
Dot plot: “spendit” vs. “stipend” Dot plot: Mouse genome vs. Human genome
Genome Comparison: Human -
Mouse
 Humans and mice
have similar genomes,
but their genes are in a
different order.
 How many edits
(rearrangements) are
needed to transform
human into mouse?
 245 rearrangements
Taken and modified from An Introduction to Bioinformatics Algorithms by Neil Jones and Pavel Pevzner
Transforming Mice into Humans
a) Mouse and
human share a
common ancestor
b) They share the
same genes, but in a
different order
c) A series of
rearrangements transforms
one genome into the other
Web Tools
 GRIMM Web Server
computes signed and unsigned reversal
distances between permutations.
 Cinteny
a web server for synteny identification and
the analysis of genome rearrangement
DCJ Genome Rearrangements
 The DCJ model uses Double-Cut-and-
Join genome rearrangement operations.
 DCJ operations break and rejoin one or
two intergenic regions (possibly on
different chromosomes).
Genome Representation
 In the DCJ model, a genome is
grouped into chromosomes
(linear/circular).
 A gene g on the forward strand
is represented by [-g,+g]
 A gene g on the reverse strand
is represented by [+g,-g]
 Telomeres are represented by
the special symbol ‘o’.
 An adjacency (intergenic
region) is encoded by the
unordered pair of neighboring
gene/telomere ends.
Example.
 linear c1=(o 1 -2 3 4 o)
 circular c2=(5 6 7)
Research paper on DCJ rearrangements
http://www.lirmm.fr/~rivals/CoCoGEN/articles/B
erard_RECOMBCG08.pdf
DNA Basics: Genetic Information Stored in DNA Molecules

More Related Content

What's hot

What's hot (20)

Holliday Model of DNA Recombination
Holliday Model of DNA RecombinationHolliday Model of DNA Recombination
Holliday Model of DNA Recombination
 
Genome annotation
Genome annotationGenome annotation
Genome annotation
 
Yeast Genome
Yeast Genome Yeast Genome
Yeast Genome
 
C value
C value C value
C value
 
Prokaryotic genome organization
Prokaryotic genome organizationProkaryotic genome organization
Prokaryotic genome organization
 
Restriction Mapping
Restriction MappingRestriction Mapping
Restriction Mapping
 
Genome organization in prokaryotes
Genome organization in prokaryotesGenome organization in prokaryotes
Genome organization in prokaryotes
 
Binary Vector, By KK Sahu sir
Binary Vector, By KK Sahu sirBinary Vector, By KK Sahu sir
Binary Vector, By KK Sahu sir
 
Chromosome walking
Chromosome walkingChromosome walking
Chromosome walking
 
Linkage mapping
Linkage mappingLinkage mapping
Linkage mapping
 
Mutation detection methods in genetic disorders
Mutation detection methods in genetic disordersMutation detection methods in genetic disorders
Mutation detection methods in genetic disorders
 
Ri Plasmid
Ri PlasmidRi Plasmid
Ri Plasmid
 
Gene mapping and DNA markers
Gene mapping and DNA markersGene mapping and DNA markers
Gene mapping and DNA markers
 
Sts
StsSts
Sts
 
repetitive and non repetitive dna.pptx
repetitive and non repetitive dna.pptxrepetitive and non repetitive dna.pptx
repetitive and non repetitive dna.pptx
 
Structural genomics
Structural genomicsStructural genomics
Structural genomics
 
Sequence alignment
Sequence alignmentSequence alignment
Sequence alignment
 
Selectable marker genes
Selectable marker genesSelectable marker genes
Selectable marker genes
 
Transposon mutagenesis & site directed mutagenesis
Transposon mutagenesis & site directed mutagenesisTransposon mutagenesis & site directed mutagenesis
Transposon mutagenesis & site directed mutagenesis
 
Analysis of gene expression
Analysis of gene expressionAnalysis of gene expression
Analysis of gene expression
 

Similar to DNA Basics: Genetic Information Stored in DNA Molecules

Macromolecule evolution
Macromolecule  evolutionMacromolecule  evolution
Macromolecule evolutionPaula Mills
 
Basic genetics ,mutation and karyotyping
Basic genetics ,mutation and karyotypingBasic genetics ,mutation and karyotyping
Basic genetics ,mutation and karyotypingAamir Sharif
 
Ap Chapter 21
Ap Chapter 21Ap Chapter 21
Ap Chapter 21smithbio
 
Exploring the Solution Space of Sorting by Reversals: A New Approach
Exploring the Solution Space of Sorting by Reversals: A New ApproachExploring the Solution Space of Sorting by Reversals: A New Approach
Exploring the Solution Space of Sorting by Reversals: A New ApproachIDES Editor
 
Molecular Genetics final.pptx
Molecular Genetics final.pptxMolecular Genetics final.pptx
Molecular Genetics final.pptxAntonetteAlbina3
 
Complete assignment on human Genome Project
Complete assignment on human Genome ProjectComplete assignment on human Genome Project
Complete assignment on human Genome Projectaafaq ali
 
Comparative Genomics and Visualisation BS32010
Comparative Genomics and Visualisation BS32010Comparative Genomics and Visualisation BS32010
Comparative Genomics and Visualisation BS32010Leighton Pritchard
 
Recombination Final.ppt
Recombination Final.pptRecombination Final.ppt
Recombination Final.pptdrpvczback
 
Recombination model and cytological basis of crossing over
Recombination model and cytological basis of crossing overRecombination model and cytological basis of crossing over
Recombination model and cytological basis of crossing overAlex Harley
 
Marzillier_09052014.pdf
Marzillier_09052014.pdfMarzillier_09052014.pdf
Marzillier_09052014.pdf7006ASWATHIRR
 
SYNTHETIC CHROMOSOME PLATFORMs IN PLANTS: CONCEPTS & APPLICATIONs
SYNTHETIC CHROMOSOME PLATFORMs IN PLANTS:  CONCEPTS & APPLICATIONsSYNTHETIC CHROMOSOME PLATFORMs IN PLANTS:  CONCEPTS & APPLICATIONs
SYNTHETIC CHROMOSOME PLATFORMs IN PLANTS: CONCEPTS & APPLICATIONskundan Jadhao
 
Epigenome roadmap ge-mvt2016-amb.slideshare
Epigenome roadmap ge-mvt2016-amb.slideshareEpigenome roadmap ge-mvt2016-amb.slideshare
Epigenome roadmap ge-mvt2016-amb.slidesharebarrioam
 
ppgardner-lecture03-genomesize-complexity.pdf
ppgardner-lecture03-genomesize-complexity.pdfppgardner-lecture03-genomesize-complexity.pdf
ppgardner-lecture03-genomesize-complexity.pdfPaul Gardner
 

Similar to DNA Basics: Genetic Information Stored in DNA Molecules (20)

Macromolecule evolution
Macromolecule  evolutionMacromolecule  evolution
Macromolecule evolution
 
Basic genetics ,mutation and karyotyping
Basic genetics ,mutation and karyotypingBasic genetics ,mutation and karyotyping
Basic genetics ,mutation and karyotyping
 
Basics of Genome Assembly
Basics of Genome Assembly Basics of Genome Assembly
Basics of Genome Assembly
 
Mutations, types , causes
Mutations, types , causesMutations, types , causes
Mutations, types , causes
 
Ap Chapter 21
Ap Chapter 21Ap Chapter 21
Ap Chapter 21
 
Exploring the Solution Space of Sorting by Reversals: A New Approach
Exploring the Solution Space of Sorting by Reversals: A New ApproachExploring the Solution Space of Sorting by Reversals: A New Approach
Exploring the Solution Space of Sorting by Reversals: A New Approach
 
01.cb1.ppt
01.cb1.ppt01.cb1.ppt
01.cb1.ppt
 
Molecular Genetics final.pptx
Molecular Genetics final.pptxMolecular Genetics final.pptx
Molecular Genetics final.pptx
 
Complete assignment on human Genome Project
Complete assignment on human Genome ProjectComplete assignment on human Genome Project
Complete assignment on human Genome Project
 
Comparative Genomics and Visualisation BS32010
Comparative Genomics and Visualisation BS32010Comparative Genomics and Visualisation BS32010
Comparative Genomics and Visualisation BS32010
 
Recombination Final.ppt
Recombination Final.pptRecombination Final.ppt
Recombination Final.ppt
 
Recombination model and cytological basis of crossing over
Recombination model and cytological basis of crossing overRecombination model and cytological basis of crossing over
Recombination model and cytological basis of crossing over
 
Synthetic biology
Synthetic biologySynthetic biology
Synthetic biology
 
Marzillier_09052014.pdf
Marzillier_09052014.pdfMarzillier_09052014.pdf
Marzillier_09052014.pdf
 
New generation Sequencing
New generation Sequencing New generation Sequencing
New generation Sequencing
 
Chapter 10 Notes
Chapter 10   NotesChapter 10   Notes
Chapter 10 Notes
 
SYNTHETIC CHROMOSOME PLATFORMs IN PLANTS: CONCEPTS & APPLICATIONs
SYNTHETIC CHROMOSOME PLATFORMs IN PLANTS:  CONCEPTS & APPLICATIONsSYNTHETIC CHROMOSOME PLATFORMs IN PLANTS:  CONCEPTS & APPLICATIONs
SYNTHETIC CHROMOSOME PLATFORMs IN PLANTS: CONCEPTS & APPLICATIONs
 
Epigenome roadmap ge-mvt2016-amb.slideshare
Epigenome roadmap ge-mvt2016-amb.slideshareEpigenome roadmap ge-mvt2016-amb.slideshare
Epigenome roadmap ge-mvt2016-amb.slideshare
 
ppgardner-lecture03-genomesize-complexity.pdf
ppgardner-lecture03-genomesize-complexity.pdfppgardner-lecture03-genomesize-complexity.pdf
ppgardner-lecture03-genomesize-complexity.pdf
 
3.1 Notes
3.1 Notes3.1 Notes
3.1 Notes
 

More from Diya Khan

Human insulin
Human insulinHuman insulin
Human insulinDiya Khan
 
Genetic engineering
Genetic engineering Genetic engineering
Genetic engineering Diya Khan
 
BEGINING OF JAZZ
BEGINING OF JAZZBEGINING OF JAZZ
BEGINING OF JAZZDiya Khan
 
NANOBIOTECHNOLOGY
NANOBIOTECHNOLOGYNANOBIOTECHNOLOGY
NANOBIOTECHNOLOGYDiya Khan
 
BIONANOTECHNOLOGY
BIONANOTECHNOLOGYBIONANOTECHNOLOGY
BIONANOTECHNOLOGYDiya Khan
 
PAKIISTAN ARMY
PAKIISTAN ARMYPAKIISTAN ARMY
PAKIISTAN ARMYDiya Khan
 
Dawlance presentation
Dawlance presentationDawlance presentation
Dawlance presentationDiya Khan
 

More from Diya Khan (9)

Human insulin
Human insulinHuman insulin
Human insulin
 
Genetic engineering
Genetic engineering Genetic engineering
Genetic engineering
 
BEGINING OF JAZZ
BEGINING OF JAZZBEGINING OF JAZZ
BEGINING OF JAZZ
 
NANOBIOTECHNOLOGY
NANOBIOTECHNOLOGYNANOBIOTECHNOLOGY
NANOBIOTECHNOLOGY
 
BIONANOTECHNOLOGY
BIONANOTECHNOLOGYBIONANOTECHNOLOGY
BIONANOTECHNOLOGY
 
Q mobile
Q mobileQ mobile
Q mobile
 
PAKIISTAN ARMY
PAKIISTAN ARMYPAKIISTAN ARMY
PAKIISTAN ARMY
 
enzymes
enzymesenzymes
enzymes
 
Dawlance presentation
Dawlance presentationDawlance presentation
Dawlance presentation
 

Recently uploaded

原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 

DNA Basics: Genetic Information Stored in DNA Molecules

  • 1.
  • 2.
  • 3. Basic Biology: DNA  Genetic information is stored in deoxyribonucleic acid (DNA) molecules.  A single DNA molecule is a sequence of nucleotides  adenine (A)  cytosine (C)  guanine (G)  thymine (T) nitrogenous base pentose sugar phosphate Nucleotide DNA molecule
  • 4. Basic Biology: DNA  Paired DNA strands are in reverse complementary orientation. One in forward, 5’ to 3’ direction The other in reverse, 3’ to 5’ direction  Both strands are complementary. A pairs with a T G pairs with a C forward strand reverse strand 5’ 3’ 3’ 5’ Image modified with the permission of the National Human Genome Research Institute (NHGRI), artist Darryl Leja.
  • 5. Basic Biology: Genome • The genome is the entire hereditary information of an organism. • Genomes are partitioned into chromosomes. • A chromosome can be linear (eukaryotes), or circular (prokaryotes). Image modified with the permission of the National Human Genome Research Institute (NHGRI), artist Darryl Leja.
  • 6. The Human Karyogram Karyotype of a human male. Courtesy: National Human Genome Research Institute
  • 7. Changes in Genomic Sequences  Genomes of different species (even of closely related individuals) differ from one another.  These differences are caused by point mutations, in which only one nucleotide is changed, and genome rearrangements, where multiple nucleotides are modified.
  • 8. Point Mutations  Insertion …ATGGCG… → … ATGTGCG…  Deletion …ATGTGCG…→ … ATGGCG…  Substitution …ATGTGCG… → … ATGCGCG… …ATG-GCATGTGCGATGTGCG… …ATGTGCATG-GCGATGCGCG… DNA sequence alignment showing matches, mismatches, and insertions/deletions
  • 9. Genome Rearrangements  Reversal  Translocation  Fission  Fusion 1 2 3 4 5 6 7 8 9 1 2 3 6 5 4 7 8 9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 2 3 4 13 14 15 10 11 12 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9
  • 10. Reversal: A reversal is an operation that transforms one signed permutation into another, reversing the order or a contiguous protein and flipping the sign. Translocation: It is process of exchange of genetic material between chromosomes. A balanced translocation results in no gain or loss of material. Furthermore, while an unbalanced translocation may result in trisomy or monosomy of a particular chromosome segments.
  • 11. Fission: It is the division of a single entity into two or more parts and then regeneration of those parts into separate entities resembling the original. Fusion: It is the process in which several unicellular cells combine to form a multinuclear cell.
  • 13. Signed Reversals 5’ ATGCCTGTACTA 3’ 3’ TACGGACATGAT 5’ 5’ ATGTACAGGCTA 3’ 3’ TACATGTCCGAT 5’ Break and Invert Taken and modified from An Introduction to Bioinformatics Algorithms by Neil Jones and Pavel Pevzner
  • 14. Levenshtein’s Edit Distance  Let A and B be two sequences (genomes). The minimum number of edit operations that transforms A into B defines the edit distance, dedit, between A and B.  Possible edit operations: point mutations genome rearrangements
  • 15. A Word Puzzle  To transform a start word into a target word, change, add, or delete characters until the target is reached.  Example: start “spices” target “lice”: ○ spices → slices → slice → lice ○ spices → spice→ slice→ lice
  • 16. Edit Distance Using Point Mutations S1=AGCTT, S2=AGCCTG, S3=ACAG AGCTT AGCTG AGCCTG ⇒ dedit(S1,S2) = 2 AGCTT AGCTG AGCAG ACAG ⇒ dedit(S1,S3) = 2 AGCCTG AGCTG AGCAG ACAG ⇒ dedit(S2,S3) = 2 T→G insert C T→G T→A delete G delete C T→A delete G
  • 17. Edit Distance and Evolution  The edit distance is often used to infer evolutionary relationships.  Parsimony assumption: the minimum number of changes reflects the true evolutionary distance Parsimonious phylogeny inferred from edit distances
  • 18. Levenshtein’s Edit Distance  Let A and B be two sequences (genomes). The minimum number of edit operations that transforms A into B defines the edit distance, dedit, between A and B.  Possible edit operations: point mutations genome rearrangements
  • 19. Rearrangements and Anagrams  An anagram is a rearrangement of a word or phrase into another word or phrase. ○ eleven plus two → twelve plus one ○ forty five → over fifty Please visit the Internet Anagram web server at http://wordsmith.org/anagram/.
  • 20. Rearrangements and Anagrams Dot plot: “spendit” vs. “stipend” Dot plot: Mouse genome vs. Human genome
  • 21. Genome Comparison: Human - Mouse  Humans and mice have similar genomes, but their genes are in a different order.  How many edits (rearrangements) are needed to transform human into mouse?  245 rearrangements Taken and modified from An Introduction to Bioinformatics Algorithms by Neil Jones and Pavel Pevzner
  • 22. Transforming Mice into Humans a) Mouse and human share a common ancestor b) They share the same genes, but in a different order c) A series of rearrangements transforms one genome into the other
  • 23. Web Tools  GRIMM Web Server computes signed and unsigned reversal distances between permutations.  Cinteny a web server for synteny identification and the analysis of genome rearrangement
  • 24. DCJ Genome Rearrangements  The DCJ model uses Double-Cut-and- Join genome rearrangement operations.  DCJ operations break and rejoin one or two intergenic regions (possibly on different chromosomes).
  • 25. Genome Representation  In the DCJ model, a genome is grouped into chromosomes (linear/circular).  A gene g on the forward strand is represented by [-g,+g]  A gene g on the reverse strand is represented by [+g,-g]  Telomeres are represented by the special symbol ‘o’.  An adjacency (intergenic region) is encoded by the unordered pair of neighboring gene/telomere ends. Example.  linear c1=(o 1 -2 3 4 o)  circular c2=(5 6 7)
  • 26. Research paper on DCJ rearrangements http://www.lirmm.fr/~rivals/CoCoGEN/articles/B erard_RECOMBCG08.pdf

Editor's Notes

  1. Redo this slide. Have a look at http://lib.bioinfo.pl/courses/view/693
  2. Animate this?
  3. Redo this slide?
  4. Redo this slide?