dims {geneExpression} R Documentation

get summary information about the HTS matrix dimensions

Description

Usage

dims(mat);

Arguments

mat

a HTS data matrix of samples in column and gene features in row. [as Matrix]

Details

Authors

phenotype_kit

Value

a tuple list that contains the dimension information of the gene expression matrix data: + feature_size: the number of the matrix rows, or count of genes in matrix + feature_names: a character vector of the gene ids for each rows + sample_size: the number of the samples, or number of the matrix columns + sample_names: the matrix column names, the sample id set

the list data also has some specificied data fields: list(feature_size, feature_names, sample_size, sample_names).

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]