tpp2dTRReferenceObject {TPP} | R Documentation |
Definition of a TPP-TR reference object
tpp2dTRReferenceObject(tppRefData = NULL, tppRefPath = NULL, fcStr = "norm_rel_fc_", qualColName = "qupm")
tppRefData |
TPP-TR reference object that can be directly passed to the function |
tppRefPath |
character string containing a system path to a RData file containing an TPP-TR reference object |
fcStr |
character string indicating which columns contain the fold changes |
qualColName |
character string indicating which column contain protein identification quality measures |
A TPP-TR reference object
trRef <- system.file("example_data/2D_example_data/referenceNormData.RData", package="TPP") tpp2dTRReferenceObject(tppRefPath=trRef)