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 @T:SMRUCC.genomics.Analysis.HTS.DataFrame.Matrix

strict

[as boolean]

env

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