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