I do have the cufflinks output for these. But i only wanted to see if i can visualize the alignment itself.
A Question About Samtools And Calculating Depth
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.
• 4,653 views
•
link
1 answer
Not sure what exactly you mean. Can you be little more descriptive. So far whatever I understand I think you should use Cufflinks for the next step. You can also make use of SAM flags (Check out - http://picard.sourceforge.net/explain-flags.html.) that tell you which strand, forward or reverse a read belongs to ? You can use this information to split your bam file into two - forward and reverse and calculate coverage.
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.