joinSample {geneExpression} R Documentation

do matrix join by samples

Description

Usage

joinSample(samples,
    strict = TRUE);

Arguments

samples

[as Matrix]

strict

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