expression_vector {geneExpression} R Documentation

get gene expression vector data

Description

Usage

expression_vector(x, geneId);

Arguments

x

[as Matrix]

geneId

[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]