Description Usage Arguments Value Examples
View source: R/aggreg_norm_functions.R
This function aggregates counts by a level specified in the featureData slot of the MRexperiment object.
1 | aggFeatures(MRobj, level = NULL, sort = TRUE)
|
MRobj |
An MRexperiment object. |
level |
Level to aggregate over. If NULL, no aggregation occurs. |
sort |
boolean determining if resulting aggregated MRexperiment should be sorted based on rowSums; default is TRUE |
Aggregated MRexperiment object or matrix depending on out
.
1 2 | data("mouseData", package = "metagenomeSeq")
aggFeatures(mouseData, level = "genus")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.