Is there any tool around that can generate a mutational profile from a BAM file? I know I could figure it out with the CIGAR string but I was hoping there was a tool already to do it. I need the following:
- Non-templated extension, these are mismatches that occur at the sequence termini. Number of reads with 1,2,...n non-templated bases
- Internal mismatch rate, and number of reads with 1,2,..n mismatches
- Mismatch profile (i.e., proportion of A->C, G->A, etc, events)
- Insertion and deletion rate (list of most common indels)
Thanks
RSeQC looks useful, but yes only does a portion of what I need.
Thanks,
Mark