epiout.dataclasses
Module Contents
Classes
- class epiout.dataclasses.Peak(chrom: str, start: int, end: int)
- property chrom(self)
- property start(self)
- property end(self)
- property width(self)
- property center(self)
- classmethod from_str(cls, s)
- copy(self)
- __len__(self)
- __str__(self)
Return str(self).
- __repr__(self)
Return repr(self).
- __eq__(self, other)
Return self==value.