Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Newbie Question: Calculating physical coverage from genome coverage

    Hey guys,

    I could not find a precise information of how to calculate the physical coverage from genome coverage, assuming that I have a paired end library, where both reads have an average length of 70bps and the insert size is around 200bp.

    Does the definition of physical coverage include both reads?

    I was guessing that it does and calculated it the following way:

    Physical_Coverage=Genome_Coverage*(2*Read_Length+Insert_Size)/(2*Read_Length)

    As an example:
    If I know that my genome coverage is 4,
    then the phyiscal coverage is 4*(2*70+200)/(2*70)=9.7

    Is that correct?

    Thanks in advance!
    Tristan
    Last edited by tristanstoeber; 02-22-2012, 08:47 AM.

  • #2
    What's the difference between physical coverage and genome coverage? Is that coverage including unsequenced insert bases vs coverage only for sequenced bases?

    The coverage calculation I am used to is fairly simple:

    Code:
    total number of base pairs sequenced (S)
    ----------------------------------------
    total number of base pairs in genome (G)
    For a single end run of 100M reads, each with 100bp sequenced, that's 10Gbp sequenced bases, which would be a coverage of 5x for a 2Gbp genome.

    Code:
    both reads have an average length of 70bps and the insert size is around 200bp.
    insert size is a confusing term. I much prefer fragment length, because the size selection is most commonly for fragments of a particular size.

    For paired-end runs, you could either consider S to include the non-sequenced bases present in the fragment (Sf = fragment length * number of pairs), or only include the sequenced bases (Ss = read length * number of reads, or Ss = 2 * read length * number of pairs).

    The ratio of these two S sizes is the ratio of total fragment length to sequenced bases, which will be the same as the ratio for any coverage value calculated based on these sizes:
    Code:
        Sf/Ss = (fragment length) / (read length * 2) 
    <=> Sf = (fragment length) * Ss / (read length * 2)
    <=> Ss = (read length * 2) * Sf / (fragment length)
    Last edited by gringer; 02-22-2012, 12:30 PM. Reason: correction -- reads / pairs, relationship equation

    Comment


    • #3
      Can anyone please explain to me the difference between physical and genome coverage please?

      Thank you

      Kind Regards

      Parinita

      Comment


      • #4
        For paired end reads, a typical Illumina library would consist of two 100-bp reads from a 500 bp genomic fragment. So if you get 10X coverage of the genome with the sequenced reads, you will have a higher coverage of the genomic fragments used to generate those reads. See here:

        Code:
        [FONT="Courier New"]          
                          ssssss---------------ssssss
        ssssss-------------sssssss        ssssss---------ssssss
        GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
        [/FONT]
        This example has less than 1X sequence coverage "s" of the genome "G". But there is >1X coverage by the genomic fragments in the library. If you are mapping inversions, for example, the physical coverage of the fragments is more important than the sequencing coverage. If you are using mate pairs (two 100 bp reads from 5-10kb fragments), the physical coverage will be much higher than the sequencing coverage.
        Providing nextRAD genotyping and PacBio sequencing services. http://snpsaurus.com

        Comment


        • #5
          Thank you. Now I understand the difference.

          Kind Regards

          Parinita.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            Today, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 07:17 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-29-2024, 10:49 AM
          0 responses
          28 views
          0 likes
          Last Post seqadmin  
          Working...
          X