Source code for tmtk.annotation.ChromosomalRegions

from .AnnotationBase import AnnotationBase


[docs]class ChromosomalRegions(AnnotationBase): """ Subclass for CNV (aCGh, qDNAseq) annotation """ @property def biomarkers(self): return self.df.iloc[:, 1]