Hi,
Seq class has a member alphabet if I'm correct about the terminology.
But I don't see it in help(Bio.Seq). Is it documented in python
help()?
from Bio.Seq import Seq
my_seq = Seq("AGTACACTGGT")
print my_seq
print my_seq.alphabet
--
Regards,
Peng