aggregate {geneExpression} R Documentation

merge row or column where the tag is identical

Description

Usage

aggregate(x,
    byrow = TRUE);

Arguments

x

a gene expression matrix object. [as Matrix]

byrow

default by gene feature row means merge the duplicated genes with the idential gene id as tag. otherwise will merge the duplicated samples with the identical sample id name. [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]