getGroupsFromTable.Rd
Retrieve groupings given a table containing some categorical columns
getGroupsFromTable(tt, cols = NULL, minGrpSize = 2, maxGrpCount = nrow(tt) - 1)
table to retrieve groupings for
(Optional) predefined column names (in the form of a character
vector) or indices (an
integer
vector) to consider. All other columns in the annotation table will be ignored.
Minimum number of items required to form a group in comparison
Maximum number of groups to be considered
List of groupings. Each element corresponds to a categorical column in the table and contains the row indices for each category