Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Irina Pulyakhina
    Member
    • Sep 2010
    • 24

    mapping microRNA data -- less than 1% maps

    Hi guys,

    I am not new to NGS/RNA-Seq, but I am new to miRNA sequencing... I want to map human miRNA reads (HiSeq 2500, single end, 50bp) to the miRNA databases (mature and hairpin, I took both from here: http://www.mirbase.org/ftp.shtml; I also checked that the headers of the sequences contain "human", so I don't map against the wrong database). This is the procedure I follow:

    (1) using cutadapt, remove Illumina adapters, discard reads that are too short (<17bp) or too long (>35bp) after removing adapters -- works fine, no errors/warnings, removes 5-10% of reads from the initial fastq files.
    (2) index the miRNA databases.
    (3) map trimmed reads (1) to the indexed databases (2)

    However, when I do it using stampy, bwa, bowtie or bowtie2, I get less than 0.5% of reads mapped... I believe I'm doing something wrong at the indexing step or am missing something at the alignment step (duh...). Does anyone have an idea of what I could be doing wrong?

    You could find all my commands here:
    bioinformatics pipeline to analyze micro RNA sequencing data - File not found · jknightlab/mirna_pipeline


    And I also copy them here:

    **Stampy**

    > stampy.py -g human_mature_mirna -H human_mature_mirna
    > stampy.py -g human_mature_mirna -h human_mature_mirna -M reads.fastq -o alignment.stampy.sam


    **bowtie**

    > bowtie-build mature_dna_human.fa mature_mirna
    > bowtie -l 8 mature_mirna reads.fastq > alignment.bowtie.sam

    **bowtie2**

    > bowtie2-build mature_dna_human.fa mature_mirna.bowtie2
    > bowtie2 -L 8 -x mature_mirna.bowtie2 reads.fastq > alignment.bowtie1.sam

    **BWA**

    > bwa index -a is mature_dna_human.fa
    > samtools faidx mature_dna_human.fa
    > java -jar CreateSequenceDictionary.jar REFERENCE=mature_dna_human.fa OUTPUT=mature_dna_human.dict
    > bwa aln -l 8 Database_for_mirna/mature_dna_human.fa reads.fasrq > alignment.bwa.sai

    I hope someone could help!

    Cheers,
    Irina
  • natasha321
    Junior Member
    • Nov 2016
    • 2

    #2
    Hi Irina,

    I'm facing the same problem now. Did you find a solution? I've tried aligning my miRNA-seq data on the mature sequences from miRBase but most of them were not aligned.

    Please, do you have any tip?

    best,

    Comment

    • HESmith
      Senior Member
      • Oct 2009
      • 512

      #3
      For starters, try alignment to the whole genome to see 1) if the unmapped reads are from your species or contaminants, and 2) where they align (e.g., if the library is actually RNA rather than miRNA).

      Comment

      • colindaven
        Senior Member
        • Oct 2008
        • 417

        #4
        It's unlikely the alignment or indexing is messed up across so many aligners. I would suggest the adapter trimming is not working perfectly.

        Try using fastqc on your fastq files before and after trimming ? Big difference ? Expected size range hit ? Plenty of 21nt reads left ?

        Also, additional adapters which your provider did not tell you about may be present.

        Comment

        • wingless
          Junior Member
          • Jan 2012
          • 8

          #5
          When you downloaded the human microRNA sequences, did you replace U-s with T-s? Bowtie-build input should be DNA (with Ts) not RNA, it skips Us.

          Comment

          • kerplunk412
            Senior Member
            • Jun 2012
            • 119

            #6
            Originally posted by wingless View Post
            When you downloaded the human microRNA sequences, did you replace U-s with T-s? Bowtie-build input should be DNA (with Ts) not RNA, it skips Us.
            This. Also, the small RNA adapter is different from the "standard" Illumina adapter, so make sure you trimmed the correct adapter sequence.

            Comment

            Latest Articles

            Collapse

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Today, 10:09 AM
            0 responses
            8 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, Yesterday, 08:59 AM
            0 responses
            14 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 12:03 PM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 11:40 AM
            0 responses
            20 views
            0 reactions
            Last Post SEQadmin2  
            Working...