[Biopython] Where is alphebet of Bio.Seq documented

Peng Yu pengyu.ut at gmail.com
Wed Jul 28 00:08:37 EDT 2010


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


More information about the Biopython mailing list