issue for doing an small rna seq analyzing
0
0
Entering edit mode
4.3 years ago

Hello and merry Christmas

I having trouble for doing an small RNA-seq analyzing So, i align my data with rRNA reference which i downloaded from BioMART.(with Bowtie2) and then took the unaligned reads and map them to my hairpin reference which i downloaded from MirBase(with Bowtie2) and finally get the counts with featureCount(enabled to do not discard multimappers). but at the end i have zero count for DEG step. what should i do ?

RNA-Seq • 1.1k views
ADD COMMENT
2
Entering edit mode

my hairpin reference which i downloaded from MirBase

Did you convert U bases to T before creating your bowtie2 index?

>cel-let-7 MI0000001 Caenorhabditis elegans let-7 stem-loop
UACACUGUGGAUCCGGUGAGGUAGUAGGUUGUAUAGUUUGGAAUAUUACCACCGGUGAAC
UAUGCAAUUUUCUACCUUACCGGAGACAGAACUCUUCGA
>cel-lin-4 MI0000002 Caenorhabditis elegans lin-4 stem-loop
AUGCUUCCGGCCUGUUCCCUGAGACCUCAAGUGUGAGUGUACUAUUGAUGCUUCACACCU
GGGCUCUCCGGGUACCAGGACGGUUUGAGCAGAU

With smallRNA you may want to use bowtie v.1.x since you want ungapped alignments with your short reads.

ADD REPLY
0
Entering edit mode

Thanks, I am converting them right now, A side question, So i didnt use Mature MiRNA anywhere. Where we should use mature mirna /?

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode

Do you approve this method ? C: issue for doing an small rna seq analyzing (benformatics said)

ADD REPLY
0
Entering edit mode

Im using bowtie2, also i can use RNA STAR(which is not preferable), and Hisat2. i cant use bowtie v1. is there any other tool which i can use ? in Bowtie2, i did convert to RNA but still no result.

ADD REPLY
0
Entering edit mode

As always in technical debugging question, provide command lines please. Words alone are not sufficient. If you have no results at all odds are good that it is a problem with adequate tool usage but not a problem with the tools itself.

ADD REPLY
1
Entering edit mode

I'm a little confused by why you don't simply align your reads to the entire genome and then use the annotated miRNA locations for your analysis? This should take care of your rRNA reads in addition to the added benefit of removing other small RNA that are derived from the genome (e.g. tRNA, snoRNA, piRNA, etc...); which might otherwise map aberrantly to the hairpins.

ADD REPLY
0
Entering edit mode

I did that said, it seems everything is fine, So @ATpoint and @genomax, Do you approve this method ?

ADD REPLY

Login before adding your answer.

Traffic: 1517 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6