HTSMatrixReader {SMRUCC.genomics.Analysis.HTS.DataFrame} | .NET clr documentation |
the matrix shape dimension is features in rows and the sample observation in columns
# namespace SMRUCC.genomics.Analysis.HTS.DataFrame
export class HTSMatrixReader extends MatrixViewer {
# gene feature ids in rows
FeatureIDs: iterates(String);
# sample data id in columns
SampleIDs: iterates(String);
# the matrix shape dimension is features in rows and
# the sample observation in columns:
#
# 1. nsamples: the matrix column width
# 2. nfeature: the matrix row height
Size: tuple[integer, integer];
tag: string;
}
FeatureIDs
: iterates(String)SampleIDs
: iterates(String)Size
: tuple[integer, integer]