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
Link to this section Functions
Link to this function
__init__()
Initialize the class.
Link to this function
__len__()
Returns the length of the coding, use len(my_coding).
Link to this function
__str__()
Returns the full coding as a python string, use str(my_coding).
Link to this function
next()
Deprecated Python 2 style alias for Python 3 style next method.
Link to this function
raw()
Returns the full coding as a python list.