Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • A reference-genome guided compression stratigy for storing mapped reads

    Recent days, I encounter space problem for storing mapped reads. Then, I came up with some new ideas.

    As developing of sequencing more and more reads would be generated. A very significant property is that all reads came from a genome with very few errors. A wise method to store mapped reads could be

    1. Use reference genome as guide.
    2. Store the mapped position of every read and the error information
    3. Use difference between quality scores to store quality score under the assumption that adjacent quality score would not change too much. This part could be lossy.
    4. Discard or keep other useless fields
    5. Sort the reads by genome position, then chromosome ID could be saved and the mapped coordinates could be saved by storing differences only.

    If we just keep the mapped location and error information, each read may costs only several bytes because

    1. chromosome IDs for each read costs 1bit, encoding whether current read has changed chromosome/strand if we fix an order beforehand
    2. relative position for each read cost 1byte, allowing 128 difference (e.g. for DNA sequencing, suppose the whole genome are covered)
    3. Error information: k mismatches need k * 4 bits if do not allow indels.

    The above 3 information is actually most frequently used. Such a reference-genome guided compression strategy should be much effective than SAM/BAM format. If there is no effective reference genome, a genome based on reads could be constructed using Bruijn graph like idea.

    How do you guys think?
    Last edited by feeldead; 09-17-2011, 05:08 AM. Reason: For correcting a typo in the subject

  • #2
    You may be interested in this paper, which describes a similar strategy:

    An international, peer-reviewed genome sciences journal featuring outstanding original research that offers novel insights into the biology of all organisms

    Comment


    • #3
      Thanks. That's what I mean.

      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...
        05-06-2024, 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, 05-10-2024, 06:35 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      25 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Working...
      X