| project {geneExpression} | R Documentation |
project(x, sampleIds);
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.