aggregate {geneExpression} R Documentation

merge row or column where the tag is identical

Description

Usage

aggregate(x,
    byrow = TRUE);

Arguments

x

[as Matrix]

byrow

[as boolean]

Details

Authors

phenotype_kit

Value

a new expression matrix object that the duplicated gene feature rows have been merged into a single row via the sum value, the tag of the generated matrix is formatted as aggregate({tag}).

NOTE: the merge of the duplicated sample columns(the byrow parameter is FALSE) is not implemented at this moment, an NotImplementedException will be thrown for such kind of the operation.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]