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
                                Investigating the Gut Microbiome Through Diet and Spatial Biology
                                by seqadmin




                                The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
                                02-24-2025, 06:31 AM
                              • seqadmin
                                Quality Control Essentials for Next-Generation Sequencing Workflows
                                by seqadmin




                                Like all molecular biology applications, next-generation sequencing (NGS) workflows require diligent quality control (QC) measures to ensure accurate and reproducible results. Proper QC begins at nucleic acid extraction and continues all the way through to data analysis. This article outlines the key QC steps in an NGS workflow, along with the commonly used tools and techniques.

                                Nucleic Acid Quality Control
                                Preparing for NGS starts with isolating the...
                                02-10-2025, 01:58 PM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by seqadmin, 03-03-2025, 01:15 PM
                              0 responses
                              149 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 02-28-2025, 12:58 PM
                              0 responses
                              223 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 02-24-2025, 02:48 PM
                              0 responses
                              590 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 02-21-2025, 02:46 PM
                              0 responses
                              259 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X