Entering edit mode
12.5 years ago
Sameet
▴
300
I have some RNA-Seq data. I want to know if there is a way to use samtools to calculate strand-specific depth from the accepted_hits.bam file generated by tophat.
I do have the
cufflinksoutput for these. But i only wanted to see if i can visualize the alignment itself.Read this post. If you need to visualize it on genome browser, you can create strand specific wiggle files as described in the post.
Thank you @ashutoshmits. This was very helpful.