SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von 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
 

Kürzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Kürzlich hochgeladen (20)

Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

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