Entering edit mode
4.9 years ago
sabaghianamir70
▴
70
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 ?
Did you convert
U
bases toT
before creating yourbowtie2
index?With smallRNA you may want to use
bowtie v.1.x
since you want ungapped alignments with your short reads.Thanks, I am converting them right now, A side question, So i didnt use Mature MiRNA anywhere. Where we should use mature mirna /?
See: A: Question about miRNAs
Do you approve this method ? C: issue for doing an small rna seq analyzing (benformatics said)
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.
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.
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.
I did that said, it seems everything is fine, So @ATpoint and @genomax, Do you approve this method ?