methylseg.MethylationStates
- class methylseg.MethylationStates(*values)[source]
Bases:
MethylEnumCanonical biological methylation states used throughout the package.
- __init__(*args, **kwds)
Methods
from_string(s)Parse a string or scalar value into an enum member.
convert_to_numeric(arr)Convert methylation-state labels into integer codes.
Attributes
- LOW = 0
- PMD = 1
- INTERMEDIATE = 2
- HIGH = 3