[Biopython] Where is alphebet of Bio.Seq documented

Peng Yu pengyu.ut at gmail.com
Wed Jul 28 04:08:37 UTC 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