collapse | R Documentation |
This function collapses a dataset on any row or column information using the function fun.
collapse(
x,
what = "row",
group,
fun = function(x) { mean(x, na.rm = TRUE) }
)
x |
the BioData object |
what |
collapse on a row or column data default='row' |
group |
the colnames of the annotaion or samples table |
fun |
the collapsing function (default function(x) mean(x, ns.rm=TRUE ) ) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.