project {geneExpression} R Documentation

make matrix samples column projection

Description

Usage

project(x, sampleIds);

Arguments

x

[as Matrix]

sampleIds

Details

Authors

phenotype_kit

Value

a new expression matrix object that only contains the sample columns which is specified by the sampleIds parameter, and the sample columns in the generated matrix are in the same order as the given sample id vector;

NULL will be returns if the given sample id vector is nothing or is an empty vector.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]