Matrix {SMRUCC.genomics.Analysis.HTS.DataFrame} .NET clr documentation

Matrix

Description

a data matrix of samples in column and gene features in row

a data model of a collection of then gene expression DataFrameRow.

Declare

            
# namespace SMRUCC.genomics.Analysis.HTS.DataFrame
export class Matrix {
   # gene list, vector element is the sample data
   expression: DataFrameRow[];
   # get all gene id list
   rownames: string;
   # sample id of DataFrameRow.experiments
   sampleID: string;
   # the row numbers of the expression matrix(number of genes)
   size: integer;
   # the tag data of current expression matrix
   tag: string;
}

        

.NET clr type reference tree

  1. use by property member expression: DataFrameRow

[Package {$package} version {$version} Index]