tableGrouping: tableGrouping

View source: R/Functions_class_featureTable.R

tableGroupingR Documentation

tableGrouping

Description

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

Usage

tableGrouping(df = NULL, 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")

Details

Will return a named list with two list items

  • anagroupnames named list of intensity column names

  • anagroupnums named list of intensity column numbers

Value

A named list, see details


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.