tpptrNormalize(data, normReqs = tpptrDefaultNormReqs(), qcPlotTheme = tppDefaultTheme(), qcPlotPath = NULL, startPars = c(Pl = 0, a = 550, b = 10), maxAttempts = 1, fixedReference = NULL)
ExpressionSet
s with protein fold changes to be
normalized.nls
for curve fitting.S
, the fold
changes can be accessed by exprs(S)
. Protein expNames can be
accessed by featureNames(S)
. Isobaric labels and the corresponding temperatures are
returned by S$label
and S$temperature
normReqs
contains
two fields, fcFilters
and otherFilters
. Each entry contains a
data frame with three columns specifying the column to be filtered, as well
as upper and lower bounds. An example is given by
tpptrDefaultNormReqs
.
tpptrImport
data(hdacTR_smallExample)
tpptrData <- tpptrImport(hdacTR_config, hdacTR_data)
tpptrNorm <- tpptrNormalize(data=tpptrData, normReqs=tpptrDefaultNormReqs())
names(tpptrNorm)
Run the code above in your browser using DataLab