methylseg.MethylStateAssignmentMethod

class methylseg.MethylStateAssignmentMethod(*values)[source]

Bases: MethylEnum

Strategies 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

KMEANS

AUTO

DEFINITION = 'definition'
KMEANS = 'kmeans'
AUTO = 'auto'