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
        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
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 08:47 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      59 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      54 views
      0 likes
      Last Post seqadmin  
      Working...
      X