View source: R/getGroupedStatAnnotations.R
getGroupedStatAnnotations | R Documentation |
function to generate stat annotations across multiple groups
getGroupedStatAnnotations(
AnnotationAnchorLines,
statTest,
covariates,
adjustmentMethod,
...
)
AnnotationAnchorLines |
list of annotation references (outputted from getStatAnnotationAnchorLines function) |
statTest |
- string - name of statistical test perfomed |
covariates |
- list - list of features included in linear model as covariates |
adjustmentMethod |
string - name of multiple hypothesis correction method applied to significance variable |
... |
dots - additional arguments to be passed to other functions (like formatPValue) |
list statistic annotations to be overlayed for each group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.