I've done RNA-seq of a number of samples, I've aligned them with Tophat2 and I've done some interesting analyses with DESeq2, but now I would like to look at the actual sequences. As far as I can understand, that should be possible, using the accepted_hits.bam files I have after the alignment.
What I want to do is basically look at the sequences for each bam-file I have, for an arbitrary gene, and see how that gene's sequence differs in my samples from a reference and its sequence for that gene (I'm using hg19 from iGenomes).
Exactly does one go about doing this? I've looked around, and using SAMTOOLS FAIDX seems to be a part of it, though I don't understand how I get my actual bam-files into that workflow...
What I want to do is basically look at the sequences for each bam-file I have, for an arbitrary gene, and see how that gene's sequence differs in my samples from a reference and its sequence for that gene (I'm using hg19 from iGenomes).
Exactly does one go about doing this? I've looked around, and using SAMTOOLS FAIDX seems to be a part of it, though I don't understand how I get my actual bam-files into that workflow...
Just to be clear, the sequence GCC is reverse complementary to the original sequence, i.e. GGC, which is Glycine? What is the reasoning for the software to correctly write out Glycine for the amino acid, but GCC for the sequence? I'm assuming there's a good reason for it?
Comment