Mask
- class pylluminator.mask.Mask(mask_name: str, sample_label: str | None, indexes: MultiIndex)
Bases:
objectA mask is a set of probes that are masked for a specific sample or for all samples.
- Variables:
Methods
__init__(mask_name, sample_label, indexes)Create a new Mask object.
copy()Creates a copy of the Mask object.
Methods and attributes detail
- copy()
Creates a copy of the Mask object.