Description Usage Arguments Details Value Author(s) References Examples
generateStats is a summary function used on various expression data.
1 | generateStats(se, groupings= NULL, mode_mean=TRUE, LOG2=TRUE)
|
se |
An s.e. object. |
groupings |
A grouping (annotation column), e.g. groupings="something". |
mode_mean |
Boolean, Calculate RowMeans or RowMedians. |
LOG2 |
Boolean, Calculate LOG2. |
This function completes summary statistics of the expression of the supplied s.e. object.
Returns an invisible list of summary statistics, kruskal test and raw data of an s.e. object.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
1 2 | data(hmel.se)
generateStats(se, groupings="annotation.ZA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.