comparison_groupings: Create all of the groups based on the input metadata

Description Usage Arguments Value Examples

View source: R/outlier_analysis_functions.R

Description

Create all of the groups based on the input metadata

Usage

1

Arguments

comptable

table where each column will have comparisons drawn from it

Value

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

Examples

1
2
data("sample_annotationdata")
groupings <- comparison_groupings(sample_annotationdata)

blacksheepr documentation built on Nov. 8, 2020, 7:57 p.m.