| aggregate {geneExpression} | R Documentation |
aggregate(x,
byrow = TRUE);
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.