comparison_groupings {blacksheepr} | R Documentation |
Create all of the groups based on the input metadata
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
data("sample_annotationdata") groupings <- comparison_groupings(sample_annotationdata)