Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Super Large Reference Genome

    I am working on a project in which i am analyzing RNAseq data from fused interspecific cell types, specifically mouse cells and rat cells, and then performing. Being confident that a given read came from the mouse genome or the rat genome is crucial thus the optimal reference genome would be the union of mm9.fa and rn4.fa, but the size is too large for build with bowtie/tophat. Is their anyway to build this reference genome? Why is there a set limit on the size that a reference genome can be. Any help would be greatly appreciated. I know there are work arounds by performing alignemnts to one genome then the other and looking at differences and overlap so on and so forth but this is not optimal.

    Cheers,

  • #2
    Are you trying to use a single concatenated sequence? Is so, why not use a multi-entry FASTA file containing both the rat and the mouse chromosomes?

    The SAM/BAM format itself has a limit of 2^31 - 1 base pairs for each reference sequence, or about 2Gbp (2 billion base pairs). In theory this could be raised to 2^32 - 1 or about 4Gbp but it would cause trouble for Java tools. However, you are much more likely to hit a limitation in the current BAM indexing scheme (BAI files) of 512Mbp (or half a billion base pairs), which is a problem for some organisms - but not for mice, rats or humans!

    Perhaps there is some other limiting factor in bowtie/tophat as well?

    Comment


    • #3
      Yes, bowtie indices use 32 unsigned integers which limits them to about 4gb.
      Going up to 64 bit integers would double the memory requirement and probably also slow down the alignment process.

      You could extend bowtie to allow larger genomes - the SeqAn library it uses should even make this a pretty straightforward endeavour. Better ask the authors how to go about it though.

      Comment


      • #4
        Thanks ffinkernagel, thats really helpful, i'll start looking at the SeqAn library and try to get in contact with the authors.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM
        • seqadmin
          Techniques and Challenges in Conservation Genomics
          by seqadmin



          The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

          Avian Conservation
          Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
          03-08-2024, 10:41 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 06:37 PM
        0 responses
        7 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 06:07 PM
        0 responses
        7 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-22-2024, 10:03 AM
        0 responses
        49 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-21-2024, 07:32 AM
        0 responses
        66 views
        0 likes
        Last Post seqadmin  
        Working...
        X