View source: R/Functions_class_featureTable.R
tableGrouping | R Documentation |
Groups a anagrouptable into a named list. Helper function to reformat Table analysis grouping tables
tableGrouping(df = NULL, anagrouptable)
df |
feature table as data.frame, with intensity values. |
anagrouptable |
Analysis grouping table: a data.frame with columns
|
Will return a named list with two list items
anagroupnames
named list of intensity column names
anagroupnums
named list of intensity column numbers
A named list, see details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.