Learn R Programming

isobar (version 1.18.0)

ratiosReshapeWide: Reshape output of proteinRatios into wide format

Description

Reshape output of proteinRatios into wide format

Usage

ratiosReshapeWide(quant.tbl, vs.class = NULL, sep = ".", cmbn = NULL, short.names = FALSE)

Arguments

quant.tbl
Output of proteinRatios or peptideRatios.
vs.class
Only return ratios where class1 is vs.class
sep
Separator for column names in the reshape.
cmbn
Not functional.
short.names
If vs.class is set and short.names=TRUE, then the comparision name will be i.e. 'class2' instead of 'class2/class1'.