methylseg.MethylStateAssignmentMethod
- class methylseg.MethylStateAssignmentMethod(*values)[source]
Bases:
MethylEnumStrategies for mapping emissions to biological methylation states.
- __init__(*args, **kwds)
Methods
from_string(s)Parse a string or scalar value into an enum member.
Attributes
- DEFINITION = 'definition'
- KMEANS = 'kmeans'
- AUTO = 'auto'