Description Usage Arguments Details Value Author(s) References Examples
generateStats is a summary function used on various expression data, using ratios between selected treatments.
1 2 |
se |
A SummarizedExperiment object. |
groupings |
A grouping (annotation column); groupings="annotation.ZA". |
treatment1 |
Symbol, treatment 1. |
treatment2 |
Symbol, treatment 2. |
mode_mean |
Boolean, Calculate RowMeans or RowMedians. |
LOG2 |
Boolean, Calculate LOG2. |
This function completes summary statistics of the expression of the supplied SummarizedExperiment object.
Returns an invisible list of summary statistics, kruskal test and raw data of an object, using ratios between selected treatments.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
1 2 3 | data(hmel.se)
test_diffs(se, groupings='annotation.ZA',treatment1="Male",
treatment2="Female" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.