tableGrouping {Mosaic}R Documentation

tableGrouping

Description

Groups a anagrouptable into a named list. Helper function to reformat Table analysis grouping tables

Usage

tableGrouping(df, anagrouptable)

Arguments

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")


[Package Mosaic version 0.7.0 Index]