| as.expr_list {geneExpression} |
R Documentation |
convert the matrix into row gene list
Description
Usage
as.expr_list(expr0,
dataset = FALSE);
Arguments
expr0
a gene expression matrix object. [as Matrix]
dataset
cast the expression vector as a named dataset object(the name of each element is the corresponding sample id) or just a plain numeric vector?. [as boolean]
Details
Authors
phenotype_kit
Value
a tuple list of the expression numeric vector, each slot data is the vector of expression value of a gene, slot key name is the corresponding gene id.
clr value class
Examples
[Package
geneExpression version 1.0.0.0
Index]