This is a test version of Biostars. For the public version, visit https://www.biostars.org.
frequency of each nucleotide at each position in sequence

I have aligned RNAseq data and now I have bam files for control and treated conditions. I am trying to get the frequency of each nucleotide at each position in a sequence of 95 nt. to get the mutation rate at each position. except for the igv, is there any way to do that?

rna-seq

1 answer

If you're not looking to call the variants as Medhat says, then bam-readcount will do this.

Log in to answer this question.