Source code for tmtk.annotation.MirnaAnnotation

from .AnnotationBase import AnnotationBase


[docs]class MirnaAnnotation(AnnotationBase): """ Subclass for micro RNA (miRNA) expression annotation files. """ @property def biomarkers(self): return self.df.iloc[:, 0]