Description Usage Arguments Value Examples
View source: R/outlier_analysis_functions.R
Create all of the groups based on the input metadata
1 | comparison_groupings(comptable)
|
comptable |
table where each column will have comparisons drawn from it |
a list with each of the groups as an entry in the list NOTE - this list will be ncol*2 long where ncol is the number comparisons
1 2 | data("sample_annotationdata")
groupings <- comparison_groupings(sample_annotationdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.