Does anyone know of any tools that will identify the mutations present in an alignment?
I have an alignment of hundreds of gene seqs (all closely related), the first sequence in the alignment is the "reference" sequence, and I want to identify and report mutations in the gene seqs with respect to the reference sequence.
The second part, is to identify if those mutations of synonymous/non-synonymous (the gene seqs are coding and are in frame).
Ideally, this would all be command-line based.
first, I am not an expert on this. But should you not use something like bowtie and freebayes.
Here some other answers:
Finding Snps From A Bam File
What Methods Do You Use For In/Del/Snp Calling?
Hi - this is not NGS data - so not SAM/BAM just a standard FASTA alignment of aligned gene sequences
I don't think there is a tool for this specific purpose. I'm afraid you will need to write your custom script (e.g. Python/Ruby/Perl) to list the mutations.