joinFeatures {geneExpression} R Documentation

merge multiple gene expression matrix by gene features

Description

Usage

joinFeatures(x,
    strict = TRUE);

Arguments

x

a collection of the gene expression matrix object for merge, which can be a vector of the Matrix object or a pipeline object that produces a set of the expression matrix data.

strict

if this parameter is TRUE, then an error will be thrown when the sample id of the input matrix object is not identical with each other, otherwise the missing sample column will be filled with ZERO. [as boolean]

env

the R# runtime environment object. [as Environment]

Details

Authors

phenotype_kit

Value

a new expression matrix object that the gene feature rows of all of the input matrix object have been merged into one matrix(the merged sample columns are sorted in ascending order);

this function returns NULL if the input matrix collection is empty, or a R# error message object if the input data can not be cast to a collection of the expression matrix data.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]