Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Bowtie and ERANGE

    Hi,

    We're planning on using the Mortazavi ERANGE package for quantifying gene expression in our rna-seq data. An aligner must be used for this process, and we are going to use Bowtie.

    The ERANGE documentation describes how Bowtie should be used to create output that is compatible with the ERANGE process, but part of it is confusing me:
    We use the following settings to emulate Eland output:

    $BOWTIEDIR/bowtie zzz -v 2 -k 11 -m 10 -t --best -f s1.32mer.query.txt --unfa s1.unmapped.fa --maxfa s1.repeat.fa s1.zzz.bowtie.txt

    where zzz is the genome prefix that you gave when building the
    genome. In particular, we ask bowtie to map all multireads up
    to 11 ("-k") with up to 2 mismatches ("-v" and "--best"), however
    we will only import all multireads up to 10x multiplicity ("-m").

    My understanding is that the "-m 10" will make the "-k 11" non-sensical, since any reads with more than 10 matches will be discarded, therefore making it impossible to report up to 11.

    Have I misunderstood?

    Thanks!

  • #2
    Specifying "-m 10" without "-k 11" would cause (a) all alignments for reads with more than 10 alignments to be suppressed, and (b) one random alignment to be reported for reads with 1 to 10 alignments. Specifying both (equivalent to "-m 10 -a") causes (a) all alignments for reads with more than 10 alignments to be suppressed, and (b) *all* alignments to be reported for reads with 1 to 10 alignments

    Hope that helps,
    Ben

    Comment


    • #3
      Hi Ben,

      Thanks for the explanation.

      Does this mean that "-k 10" or "-a" would have been more appropriate here, since "-k 11" would be as redundant as "-k 1234" ?

      I suppose I'm trying to determine if I'm missing something from the ERANGE documentation. Does their explanation in blue make sense?

      Thanks!

      Comment


      • #4
        I think you should also try out TopHat and Cufflinks as it does much the same thing as Erange.

        In addition, TopHat and Cufflinks were (at least for me) much easier to set up, and the latest versions seem to have sorted out the most significant bugs. Never having succesfully run Erange I can't tell you if there are speed differences, but I think cufflinks is probably much faster than Erange (I believe much of the code is in Python, but there might be C/C++ code for the speed sensitive parts).

        Looking at the list of Cufflinks contributors I see Ali Mortazavi and Barbara Wold, so Cufflinks might even have design elements in common with Erange. Ben, you must know a lot more about this?

        Comment


        • #5
          @Bio.X2Y:

          Yes, their explanation makes sense, (incidentally, it's similar to what TopHat does). I would have said "-a -m 10", but, as I say, the effect is exactly the same as "-k 11 -m 10" or "-k 1234 -m 10".

          @Thomas Doktor

          Yes, TopHat and Cufflinks are highly recommended. Ali and Barbara and Cole (and others) collaborate very tightly on them. Please check them out! If you have questions about those tools, feel free to post them here. Cole reads this forum with some regularity.

          Thanks,
          Ben

          Comment


          • #6
            Hi,
            Could anyone explain to me where these input files come from
            s1.32mer.query.txt
            s1.unmapped.fa
            s1.repeat.fa

            I only have the fastq files downloaded from GEO-database and the bowtie d_melanogaster index files.
            Thanks

            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, Today, 08:47 AM
            0 responses
            10 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
            57 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            53 views
            0 likes
            Last Post seqadmin  
            Working...
            X