Description Usage Arguments Value Examples
Aggregates the rows of a 'SummarizedExperiment'.
1 |
x |
An object of class 'SummarizedExperiment' |
by |
Vector by which to aggregate, or column of 'rowData(x)' |
assayFun |
Function by which to aggregate, or a list of such functions (or vector of function names) of the same length as there are assays. If NULL will attempt to use an appropriate function (and notify the functions used), typically the mean. |
rowDatFuns |
A named list providing functions by which to aggregate each rowData columns. If a given column has no specified function, the default will be used, i.e. logical are transformed into a proportion, numerics are aggregated by median, and unique factors/characters are pasted together. Use 'rowDataFuns=NULL' to discard rowData. |
An object of class 'SummarizedExperiment'
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.