methylseg.HMMType

class methylseg.HMMType(*values)[source]

Bases: MethylEnum

Supported HMM model types for segmentation.

__init__(*args, **kwds)

Methods

from_string(s)

Parse a string or scalar value into an enum member.

Attributes

CT

STICKY

CT = 'continuous-time'
STICKY = 'sticky'