UNPKG

unipept-visualizations

Version:
8 lines (7 loc) 177 B
/** * A HeatmapFeature denotes the name of a row / column and an index associated with this feature. */ export interface HeatmapFeature { name: string; idx: number; }