joinSample {geneExpression} R Documentation

do matrix join by samples

Description

Usage

joinSample(samples,
    strict = TRUE);

Arguments

samples

matrix in multiple batches data should be normalized at first before calling this data batch merge function. [as Matrix]

strict

if this parameter is TRUE, then an error will be thrown when a gene feature is missing from some of the input matrix object, otherwise the missing gene feature will be filled with ZERO. [as boolean]

Details

Authors

phenotype_kit

Value

a new expression matrix object that the sample columns of all of the input matrix object have been merged into one matrix: the sample columns of the matrix in multiple batches data are joined by the gene id of the matrix feature rows.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]