[Biopython] Using the Bio.SeqUtils.ProtParam module

João Rodrigues anaryin at gmail.com
Fri Jul 23 15:34:49 UTC 2010


No problem, you just switched the import statement.

from Bio.SeqUtils import ProtParam

sequence = ''DTKTLIKTIVT"

ProtParam.ProteinAnalysis(sequence)

or

import Bio.SeqUtils.ProtParam

sequence = ''DTKTLIKTIVT"

ProteinAnalysis(sequence)


It's a namespace issue :)

Best!

João




More information about the Biopython mailing list