| postHocTest-class | R Documentation |
The postHocTest Class, represents the result of post-hoc test result among multiple groups
## S4 method for signature 'postHocTest'
show(object)
object |
a |
a postHocTest object.
resulta IRanges::DataFrameList, each DataFrame consists
of five variables:
comparisons: character, specify which two groups to test (the group names
are separated by "_)
diff_mean: numeric, difference in mean abundances
pvalue: numeric, p values
ci_lower and ci_upper: numeric, lower and upper confidence interval of
difference in mean abundances
abundanceabundance of each feature in each group
conf_levelconfidence level
methodmethod used for post-hoc test
method_strmethod illustration
Yang Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.