Entering edit mode
8.1 years ago
alirezamomeni707
•
0
I have RNA-seq data and want to get the density of reads that mapped to the specific tRNA. do you know how to do that?
I have RNA-seq data and want to get the density of reads that mapped to the specific tRNA. do you know how to do that?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Density? Do you mean counting the reads overlapping a gene?
yes. and then I would make a density plot.
For counting reads you can use tools such as featureCounts and htseq-count.