Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • miRNA mapping using BOWTIE

    Hi,

    Can bowtie be used for mapping miRNAs to the genome and if so what is the best parameters to use? I have FASTQ files where I have removed the adapter sequence leaving a 18-23mer.

    Would

    bowtie -l 18 --best --strata

    be appropriate?

    Thanks.

  • #2
    We've been using (to get the top 101 exact matches);
    bowtie -k 101 -v 0

    Our workflow uniquifies the sequences before alignment so we're not concerned about quality values. I'm also guessing that the miRNA sequences are sufficiently conserved for us not to worry about mismatches.

    However, I'm very interested in the views of others on this.

    Comment


    • #3
      in our deepBase database, we use options: –k 200 –v 0. the Specifying the parameters (–k 200 –v 0) instructs Bowtie to report up to 200 perfect hits for each read.

      deepBase is a platform for annotating and discovering small and long ncRNAs from next generation sequencing data. It is available at http://deepbase.sysu.edu.cn

      Comment


      • #4
        Are you looking for this?
        Last edited by houhuabin; 02-02-2010, 07:58 AM.

        Comment


        • #5
          Could well be. However, the link is broken. I would be very grateful if you could fix. Thanks!

          Comment


          • #6
            Sorry for that, now it is fixed.

            Thanks!
            Last edited by houhuabin; 02-02-2010, 08:03 AM.

            Comment


            • #7
              After a few days of struggling with quality/homeopolymer/adaptor trimming my reads, and reading about 3' RNA edits and so forth, I've decided to try something similar to staylor's original suggestion (similar to the algorithm used by miRanalyzer);

              bowtie -n 0 -l 15 --best

              This should give the best match(es) for an exact 15bp 5' seed. If anyone is interested in a direct comparison between this and the original (-v 0) parameters, or has another view on this, please let me know.

              Comment


              • #8
                so what is your post processing? what is the reference sequence? and how do you summarize the data?
                --
                bioinfosm

                Comment


                • #9
                  In terms of post-processing, We're loading the alignments into an Ensembl database so that we can screen for known genes and repeats. We then predict novel small RNAs, and estimate transcript counts for all loci based on read coverage. It's designed to be a generic pipeline for metazoa. As everything is in an Ensembl database the results can be browsed, and ad-hoc reports generated.

                  Comment


                  • #10
                    Originally posted by whsqwghlm View Post
                    In terms of post-processing, We're loading the alignments into an Ensembl database so that we can screen for known genes and repeats. We then predict novel small RNAs, and estimate transcript counts for all loci based on read coverage. It's designed to be a generic pipeline for metazoa. As everything is in an Ensembl database the results can be browsed, and ad-hoc reports generated.
                    For some reason I didn't get emailed about the activity on my post so I thought no-one was interested! Looks like people have been thinking about it...

                    whsqwghlm - how did you get on with the mapping? Did the parameters work?

                    Comment


                    • #11
                      Yes! We ended up using;
                      bowtie -n 0 -l 15 -e 99999 -k 200 --best --chunkmbs 128

                      We then post-processed the alignments to take the one with the longest 5' exact match (could not find a way to get bowtie to do this natively). The preparation of our library helped - it had been poly-A filled, and the 3' primer was terminated with a poly-T chain. We did not bother to poly-A trim the reads (i.e. remove the primer) as we did not want to lose any 'real' As of the end of sequences.

                      I'm still generating comparisons with other bowtie configs, and I also need to test the pipeline against a GEO data set with 'normal' primers.

                      Comment


                      • #12
                        Ah excellent. I will try that. Thanks for the tip!

                        Comment


                        • #13
                          Originally posted by whsqwghlm View Post
                          In terms of post-processing, We're loading the alignments into an Ensembl database so that we can screen for known genes and repeats. We then predict novel small RNAs, and estimate transcript counts for all loci based on read coverage. It's designed to be a generic pipeline for metazoa. As everything is in an Ensembl database the results can be browsed, and ad-hoc reports generated.
                          Are you using the mirBase for mapping, or the whole human genome?
                          --
                          bioinfosm

                          Comment


                          • #14
                            We're aligning against the whole genome. Reads that do not align to the genome are aligned to mirBase (all species) just in case the assembly is incomplete.

                            Comment


                            • #15
                              So are you filtering on the one with the smallest NM value with the longest read?

                              If you get multiple matches and they all score equally do you pick one at random?

                              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
                              10 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, Yesterday, 06:07 PM
                              0 responses
                              9 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
                              67 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X