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