data
is a list of expressionSet objects created by
tppccrCurveFit
. It contains
the isobaric labels and administered drug concentrations in the
phenoData
and user-defined protein properties (including dose response
curve parameters) in the featureData
. Protein IDs are stored in the
featureNames
.Measurements and compound effects for curve fitting can be provided
by the arguments fcTable
and cpdEffects
, instead of being
stored in expressionSets in data
.
If specified, fcTable
needs to be a long
table with column names "id" (the protein names), "concentration" (the fold
changes), "labelName" (the isobaric label to each measurement), and
"experiment" (e.g. "Vehicle_1" or "Panobinostat_1").
If specified, curvePars
needs to be a long
table with column names "id" (the protein names), "param" (curve parameter
per protein and experiment, see TPP:::drCurveParamNames(names=TRUE,
info=FALSE) for possibilities), and
"experiment" (e.g. "Vehicle_1" or "Panobinostat_1").
The dose response curve plots will be stored in a subfolder with name
DoseResponse_Curves
at the location specified by resultPath
.