ratiosReshapeWide {isobar} | R Documentation |
Reshape output of proteinRatios into wide format
ratiosReshapeWide(quant.tbl, vs.class = NULL, sep = ".", cmbn = NULL, short.names = FALSE)
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'. |
Florian P. Breitwieser