SlideShare a Scribd company logo
1 of 33
 HIRA BATOOL
 MAIRA KHAN
 MARYAM ZAHRAH
 NADIA ASHRAF
NEXT
GENERATION
SEQUENCING
   Determining the sequence of the nucleotides i.e. A,T,C,G
    along a DNA strand
   Why DNA to be sequenced…???
   To know the order of nucleotides which will enable us to:
    › To know about genes
    › Find information about the architecture of the genome
    › Comparative genome analysis
 Plus-minus strand sequencing
 Maxam-Gilbert chemical sequencing
 Sanger`s chain termination sequencing (Dye
  termination sequencing)
      The most used method for last 30 years!
   By the passage of time new techniques were
    developed which replaced old techniques
    because they were:
    › Old
    › Time consuming
    › Laborious
    › Expensive
    › Hazardous(used hazardous reagents)
    › Volume of reagents and space
   Roche’s (454) GS FLX Genome Analyzer
   Illuminas Solexa 1G sequencer
   Applied Biosystem’s SOLiD system
   Helicos
 A DNA sequence that initially binds the RNA
  polymerase.
 Upstream to the transcription start site.
 Core promoter refers to the minimal set of
  sequence elements required for accurate
  transcription Initiation.
 Usually -35 to +35
 - 37 TO -32
 Consensus sequence: G/C G/C G/A CGCCC
 Recognized by TFIIB.
 The TFIIB–BRE interaction facilitates the
  assembly of a TFIIB–TBP–TATA complex
 -31 to – 26
 Consensus sequence : T A T A A/T A A/T
 Recognized by TBP( a subunit of TFIID)
 In Humans, 32% of 1031 potential promoter
  regions have one.
 Primary role is formation of pre-initiation
  complex(promoters + General TF).
 -2 TO +4
 C/T C/T A+1 N T/A C/T C/T
 Recognized by TFIID
 Nucleates PIC formation in TATA less
  promoter
 facilitates the binding of Transcription
  Factor II D (TBP)..
 + 28 to +32
 A/G G A/T CGTG
 Recognized by TFIID
 DPE plays a major role at TATA-less
  promoters.
 +18 TO +29
 Consensus sequence: CSARSSAACGC
 cooperate with the initiator to stimulate
  transcription.
 NO TATA in these promoters.
 DNA sequences in which Four guanine bases
  can associate through Hoogsteen hydrogen
  bonding to form a square planar structure
  called a G-tetrad, and two or more G- tetrads
  can stack on top of each other to form a G-
  quadruplex.
 Repeats of at least 3 guanine residues are
  separated by loops of 1-7 other base pairs
 Present in DNA, RNA, LNA (locked), PNA
  (peptide)
 Across a wide range of species, G4 DNA motifs
  were found in telomeres, G-rich micro- and
  mini-satellites, near promoters, and within the
  ribosomal DNA (rDNA)
 Important components of human telomeres,
  and play a role in regulation of transcription
  and translation.
 They are also interesting as nanotechnological
  devices..
 Generally, a simple pattern match is used for
  searching for possible quadruplex forming
  sequences:
 G3+N1-7G3+N1-7G3+N1-7G3+
                      where N is any base (including G)
.
   Text = Promoter or Telomere sequence
   Pattern= GGG
   N=text.length( )
   M=pattern.length( )
   Count=0                       [ count the no of G’s]
   Array[i][j]             [ stores start and end position]
   i=0                     [stores start]
   For(t=0;t<=N;)                                    [scans Text]
    {
           for(p=0;p<=M;)                                  [scans Pattern]
          {
               if(text[t]==Pattern[p])
                {
                        p++;
                        t++;
                         count++;
                }
               else
                      t++; count=0
if(count>=M)
         {
              j=0;
             array[i][j]=t -2;              [stores start]
             array[i][j+1]=t;               [stores end]
             i++;
          }
        t= prefix function( )
         if(arr[i][j] – arr[i-1][j+1] >0 && arr[i][j]- arr[i-
    1][j+1]!<=7)
             {
                  t= prefix function( )
              }
     }
}
   http://www.ploscompbiol.org/article/info%3
    Adoi%2F10.1371%2Fjournal.pcbi.1000861

 http://www.ncbi.nlm.nih.gov/pmc/articles/P
  MC1636468/
 Quadruplex.org
   R   Purine (A or G)
   Y   Pyrimidine (C or T)
   N   Any nucleotide
   W   Weak (A or T)
   S   Strong (G or C)
   M   Amino (A or C)
   K   Keto (G or T)
   B   Not A (G or C or T)
   H   Not G (A or C or T)
   D   Not C (A or G or T)
   V   Not T (A or G or C)
 PNA's backbone is composed of repeating N-
  (2-aminoethyl)-glycine units linked by peptide
  bonds. The bases are linked to the backbone
  by methylene carbonyl bonds.
 LNA The ribose moiety of an LNA nucleotide is
  modified with an extra bridge connecting the
  2' oxygen and 4' carbon

More Related Content

Similar to Next generation sequencing

Master theorm practive problems with solutions
Master theorm practive problems with solutionsMaster theorm practive problems with solutions
Master theorm practive problems with solutions
Kumar
 
5. cables and arches
5. cables and arches5. cables and arches
5. cables and arches
Chhay Teng
 

Similar to Next generation sequencing (20)

Generating code from dags
Generating code from dagsGenerating code from dags
Generating code from dags
 
機械学習によるデータ分析 実践編
機械学習によるデータ分析 実践編機械学習によるデータ分析 実践編
機械学習によるデータ分析 実践編
 
String kmp
String kmpString kmp
String kmp
 
The Inner Secrets of Compilers
The Inner Secrets of CompilersThe Inner Secrets of Compilers
The Inner Secrets of Compilers
 
Contemporary communication systems 1st edition mesiya solutions manual
Contemporary communication systems 1st edition mesiya solutions manualContemporary communication systems 1st edition mesiya solutions manual
Contemporary communication systems 1st edition mesiya solutions manual
 
RNA synthesis
RNA synthesisRNA synthesis
RNA synthesis
 
Data Structure: Algorithm and analysis
Data Structure: Algorithm and analysisData Structure: Algorithm and analysis
Data Structure: Algorithm and analysis
 
Operations on Continuous time Signals.
Operations on Continuous time Signals.Operations on Continuous time Signals.
Operations on Continuous time Signals.
 
Master theorm practive problems with solutions
Master theorm practive problems with solutionsMaster theorm practive problems with solutions
Master theorm practive problems with solutions
 
Chap09alg
Chap09algChap09alg
Chap09alg
 
Chap09alg
Chap09algChap09alg
Chap09alg
 
Lecture_9.pdf
Lecture_9.pdfLecture_9.pdf
Lecture_9.pdf
 
Thiele
ThieleThiele
Thiele
 
String-Matching Algorithms Advance algorithm
String-Matching  Algorithms Advance algorithmString-Matching  Algorithms Advance algorithm
String-Matching Algorithms Advance algorithm
 
MUMS Undergraduate Workshop - A Biased Introduction to Global Sensitivity Ana...
MUMS Undergraduate Workshop - A Biased Introduction to Global Sensitivity Ana...MUMS Undergraduate Workshop - A Biased Introduction to Global Sensitivity Ana...
MUMS Undergraduate Workshop - A Biased Introduction to Global Sensitivity Ana...
 
5. cables and arches
5. cables and arches5. cables and arches
5. cables and arches
 
chap09alg.ppt for string matching algorithm
chap09alg.ppt for string matching algorithmchap09alg.ppt for string matching algorithm
chap09alg.ppt for string matching algorithm
 
CSE680-07QuickSort.pptx
CSE680-07QuickSort.pptxCSE680-07QuickSort.pptx
CSE680-07QuickSort.pptx
 
updated_tuple_in_python.pdf
updated_tuple_in_python.pdfupdated_tuple_in_python.pdf
updated_tuple_in_python.pdf
 
2Bytesprog2 course_2014_c6_single linked list
2Bytesprog2 course_2014_c6_single linked list2Bytesprog2 course_2014_c6_single linked list
2Bytesprog2 course_2014_c6_single linked list
 

More from HIRA Zaidi (6)

Back propagation network
Back propagation networkBack propagation network
Back propagation network
 
SNP Effect viewing and Graphing
SNP Effect viewing and GraphingSNP Effect viewing and Graphing
SNP Effect viewing and Graphing
 
Ligase Chain Reaction(LCR)
Ligase Chain Reaction(LCR)Ligase Chain Reaction(LCR)
Ligase Chain Reaction(LCR)
 
Pituitary Gland
Pituitary GlandPituitary Gland
Pituitary Gland
 
Diabetic Melliteno
Diabetic MellitenoDiabetic Melliteno
Diabetic Melliteno
 
Telomeric G-Quadruplexes as Therapeutic Targets in Cancer
Telomeric G-Quadruplexes as Therapeutic Targets in CancerTelomeric G-Quadruplexes as Therapeutic Targets in Cancer
Telomeric G-Quadruplexes as Therapeutic Targets in Cancer
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 

Next generation sequencing

  • 1.  HIRA BATOOL  MAIRA KHAN  MARYAM ZAHRAH  NADIA ASHRAF
  • 2.
  • 4. Determining the sequence of the nucleotides i.e. A,T,C,G along a DNA strand  Why DNA to be sequenced…???  To know the order of nucleotides which will enable us to: › To know about genes › Find information about the architecture of the genome › Comparative genome analysis
  • 5.  Plus-minus strand sequencing  Maxam-Gilbert chemical sequencing  Sanger`s chain termination sequencing (Dye termination sequencing)  The most used method for last 30 years!
  • 6. By the passage of time new techniques were developed which replaced old techniques because they were: › Old › Time consuming › Laborious › Expensive › Hazardous(used hazardous reagents) › Volume of reagents and space
  • 7. Roche’s (454) GS FLX Genome Analyzer
  • 8. Illuminas Solexa 1G sequencer
  • 9. Applied Biosystem’s SOLiD system
  • 10. Helicos
  • 11.
  • 12.  A DNA sequence that initially binds the RNA polymerase.  Upstream to the transcription start site.  Core promoter refers to the minimal set of sequence elements required for accurate transcription Initiation.  Usually -35 to +35
  • 13.
  • 14.
  • 15.  - 37 TO -32  Consensus sequence: G/C G/C G/A CGCCC  Recognized by TFIIB.  The TFIIB–BRE interaction facilitates the assembly of a TFIIB–TBP–TATA complex
  • 16.  -31 to – 26  Consensus sequence : T A T A A/T A A/T  Recognized by TBP( a subunit of TFIID)  In Humans, 32% of 1031 potential promoter regions have one.  Primary role is formation of pre-initiation complex(promoters + General TF).
  • 17.  -2 TO +4  C/T C/T A+1 N T/A C/T C/T  Recognized by TFIID  Nucleates PIC formation in TATA less promoter  facilitates the binding of Transcription Factor II D (TBP)..
  • 18.  + 28 to +32  A/G G A/T CGTG  Recognized by TFIID  DPE plays a major role at TATA-less promoters.
  • 19.  +18 TO +29  Consensus sequence: CSARSSAACGC  cooperate with the initiator to stimulate transcription.  NO TATA in these promoters.
  • 20.
  • 21.  DNA sequences in which Four guanine bases can associate through Hoogsteen hydrogen bonding to form a square planar structure called a G-tetrad, and two or more G- tetrads can stack on top of each other to form a G- quadruplex.  Repeats of at least 3 guanine residues are separated by loops of 1-7 other base pairs
  • 22.
  • 23.  Present in DNA, RNA, LNA (locked), PNA (peptide)  Across a wide range of species, G4 DNA motifs were found in telomeres, G-rich micro- and mini-satellites, near promoters, and within the ribosomal DNA (rDNA)
  • 24.  Important components of human telomeres, and play a role in regulation of transcription and translation.  They are also interesting as nanotechnological devices..
  • 25.
  • 26.
  • 27.  Generally, a simple pattern match is used for searching for possible quadruplex forming sequences:  G3+N1-7G3+N1-7G3+N1-7G3+ where N is any base (including G) .
  • 28. Text = Promoter or Telomere sequence  Pattern= GGG  N=text.length( )  M=pattern.length( )  Count=0 [ count the no of G’s]  Array[i][j] [ stores start and end position]  i=0 [stores start]  For(t=0;t<=N;) [scans Text] { for(p=0;p<=M;) [scans Pattern] { if(text[t]==Pattern[p]) { p++; t++; count++; } else t++; count=0
  • 29. if(count>=M) { j=0; array[i][j]=t -2; [stores start] array[i][j+1]=t; [stores end] i++; } t= prefix function( ) if(arr[i][j] – arr[i-1][j+1] >0 && arr[i][j]- arr[i- 1][j+1]!<=7) { t= prefix function( ) } } }
  • 30.
  • 31. http://www.ploscompbiol.org/article/info%3 Adoi%2F10.1371%2Fjournal.pcbi.1000861  http://www.ncbi.nlm.nih.gov/pmc/articles/P MC1636468/  Quadruplex.org
  • 32. R Purine (A or G)  Y Pyrimidine (C or T)  N Any nucleotide  W Weak (A or T)  S Strong (G or C)  M Amino (A or C)  K Keto (G or T)  B Not A (G or C or T)  H Not G (A or C or T)  D Not C (A or G or T)  V Not T (A or G or C)
  • 33.  PNA's backbone is composed of repeating N- (2-aminoethyl)-glycine units linked by peptide bonds. The bases are linked to the backbone by methylene carbonyl bonds.  LNA The ribose moiety of an LNA nucleotide is modified with an extra bridge connecting the 2' oxygen and 4' carbon