Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Palgrave
    Member
    • Aug 2011
    • 73

    #1

    Map to miRBase

    Which tool (i.e. perl script) could I use to map my fastq-file onto the hairpin.fa file in mirbase?
  • Nicolas
    Member
    • Apr 2009
    • 41

    #2
    You can use Bowtie (or BWA, or any short-read aligner). Create an index from the hairpin.fa file (bowtie-build) and map your fastq directly to the index. Specify the number of mismatches you want (up to 3).
    Make sure that you remove the 3'end adapter sequences from your raw file, if necessary (fastx-toolkit does that pretty well, but there are other tools).

    Comment

    • Palgrave
      Member
      • Aug 2011
      • 73

      #3
      I made an bowtie_index from hairpin.fa and aligned mapped with bowtie useing following command $ bowtie <bowtie_hairpin> <my_input>
      but i get the following message:

      # reads processed: 23178672
      # reads with at least one reported alignment: 86 (0.00%)
      # reads that failed to align: 23178586 (100.00%)
      Reported 86 alignments to 1 output stream(s)


      The input-file is fastqsanger and has been processed by fastq-groomer in Galaxy.

      Comment

      • Nicolas
        Member
        • Apr 2009
        • 41

        #4
        fastq-groomer does not remove the 3'end adapter sequence present on the 3'end of your sequences (correct me if I am wrong).

        What is the size of the sequences you tried to align?

        If they are microRNA sequences, most of them should be in the range 20-24 nt. Most probably, your sequences are longer than that, and therefore, you should remove some nucleotides (a non-fixed number) on the 3'end.

        On Galaxy, you should use the tool "clip" under "fastx-toolkit for fastq data". If you don't know the sequence of your adapter, you can either guess it by looking at your file, look around to find the most common ones, or use the tool "trim" to trim a fixed number of nucleotides at the end of your sequences (this is not recommended, since you'll lose useful nucleotides).

        Keep me posted,

        Comment

        • Palgrave
          Member
          • Aug 2011
          • 73

          #5
          I have clipped adapters from 3'end and I have trimmed remaining reads so that they are between 18 and 24 nt long. Most of them should therefore be miRNAs.

          Shouldnt it work to downloads one of the files from miRBase and do bowtie_build and then just run

          $ bowtie <db_file> <input> <output>

          Comment

          • aggp11
            Member
            • Jun 2011
            • 87

            #6
            Palgrave,

            I think the hairpin.fa has the sequences in A, U, G, C nucleotide format. Whereas, your sequence reads might have A,T,G,C. I don't know if this would matter with bowtie, but you might want to try converting the U to T in the ref and do index again and run an alignment.

            P

            Comment

            • Palgrave
              Member
              • Aug 2011
              • 73

              #7
              Thanks, I think that will do it.
              However the hairpin.fa file contains alot of artifacts like Y and R, so my tool is not able to convert this from RNA-DNA. How do I remove sequences which does not contain only AGCU?

              Comment

              • deepika123
                Member
                • Mar 2012
                • 14

                #8
                hello

                I know this post was posted earlier.... but i want to know that how many percentage of reads were align on precursor. fa because i got same problem.

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                  by SEQadmin2



                  CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                  Despite this, “CRISPR helped turn genome editing from a specialized technique into
                  ...
                  Yesterday, 11:01 AM
                • SEQadmin2
                  Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                  by SEQadmin2


                  Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                  The systematic characterization of the human proteome has
                  ...
                  07-20-2026, 11:48 AM
                • SEQadmin2
                  Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                  by SEQadmin2



                  Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                  ...
                  07-09-2026, 11:10 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, Yesterday, 02:55 AM
                0 responses
                8 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-24-2026, 12:17 PM
                0 responses
                12 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-23-2026, 11:41 AM
                0 responses
                12 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-20-2026, 11:10 AM
                0 responses
                24 views
                0 reactions
                Last Post SEQadmin2  
                Working...