| tableGrouping {Mosaic} | R Documentation |
Groups a anagrouptable into a named list. Helper function to reformat Table analysis grouping tables
tableGrouping(df, anagrouptable)
df |
feature table as data.frame, with intensity values. |
anagrouptable |
Analysis grouping table: a data.frame with columns "Column" (containing column names from df with intensity values) and "Group" (defining a group for each entry in "Column") |