| expression_vector {geneExpression} |
R Documentation |
get gene expression vector data
Description
Usage
expression_vector(x, geneId);
Arguments
x
a gene expression matrix object. [as Matrix]
geneId
the gene feature id, which should be exists in the row names of the given expression matrix object. [as string]
Details
Authors
phenotype_kit
Value
a named numeric vector of the target gene expression across multiple samples, the name of each element is the corresponding sample id;
NULL will be returns if the given gene id is not exists in the input expression matrix object.
clr value class
Examples
[Package
geneExpression version 1.0.0.0
Index]