.getFullDesign {MSstatsConvert}R Documentation

Create a data.frame of each combination of values for given variables

Description

Create a data.frame of each combination of values for given variables

Usage

.getFullDesign(input, group_col, feature_col, measurement_col, is_tmt)

Arguments

input

output of MSstatsPreprocess

group_col

name of column in input. Combination of values of feature_col and measurement_col will be created within each unique value of this column

is_tmt

if TRUE, data will be treated as coming from TMT experiment.

'feature_column'

name of the column that labels features

'measurement_col'

name of a column with measurement labels - Runs in label-free case, Channels in TMT case.

Value

data.table


[Package MSstatsConvert version 1.2.2 Index]