aggregate_genes {geneExpression} R Documentation

merge the duplicated gene feature rows via the sum value

Description

Usage

aggregate_genes(x);

Arguments

x

[as Matrix]

Details

this function is a shortcut of the aggregate api with the byrow parameter value TRUE.

Authors

phenotype_kit

Value

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

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]