[Bioperl-l] compare sequences codon by codon
Jason Stajich
jason at bioperl.org
Wed Feb 18 16:36:15 UTC 2009
Have you tried any of the code on aligning sequences at the protein
level - mapping back to codons. To identify identical codons easiest
is probably just walk back through the alignment columns in sets of.
the pairwise_kaks script and the http://bioperl.org/wiki/HOWTO:PAML
shows bits and pieces of this - the key routines is aa_to_dna_aln in
the Bio::Align::Utilities module.
Show us some code and I'm sure we can help better.
On Feb 18, 2009, at 7:55 AM, manni122 wrote:
>
> Hi there, I hope one of you can help me...
> I am looking for a way to compare two DNA sequences codon by codon
> that have
> been previously pairwise aligned. So I want to have the information
> on which
> codon position the pair is identical and on which not.
> Is there something like this implemented in Bioperl?
> Thanks for every help,
> manni122.
> --
> View this message in context: http://www.nabble.com/compare-sequences-codon-by-codon-tp22081753p22081753.html
> Sent from the Perl - Bioperl-L mailing list archive at Nabble.com.
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/bioperl-l
Jason Stajich
jason at bioperl.org
More information about the Bioperl-l
mailing list