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

View source: R/outlier_analysis_functions.R

comparison_groupingsR Documentation

Create all of the groups based on the input metadata

Description

Create all of the groups based on the input metadata

Usage

comparison_groupings(comptable)

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

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

ruggleslab/blackSheepR documentation built on Feb. 27, 2023, 10:39 p.m.