biopython v1.71.0 Bio.Nexus.StandardData.StandardData

Create a StandardData iterable object.

Each coding specifies t [type] => (std [standard], multi [multistate] or uncer [uncertain]) and d [data]

Link to this section Summary

Functions

Initialize the class

Returns the length of the coding, use len(my_coding)

Returns the full coding as a python string, use str(my_coding)

Deprecated Python 2 style alias for Python 3 style next method

Returns the full coding as a python list

Link to this section Functions

Initialize the class.

Returns the length of the coding, use len(my_coding).

Returns the full coding as a python string, use str(my_coding).

Deprecated Python 2 style alias for Python 3 style next method.

Returns the full coding as a python list.