Last data update: 2014.03.03

R: Reshape output of proteinRatios into wide format
ratiosReshapeWideR Documentation

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'.

Author(s)

Florian P. Breitwieser

Results