Usage
calcSuperCurve(x,model="cobs", method="nlrq", sample.id=c("sample","sample.n"),sel=c("measurement","control"), dilution="dilution", block.design, plot=T)Arguments
x
RPPA data list with replicates aggregated with median
model
The model used by the SuperCurve package. Has to be either "cobs", "logistic" or "loess".
method
The method used for fitting the model. Has to be "nlrq", "nlrob" or "nls".
sample.id
Attributes to identify the samples
sel
The sample type that should be calculated. Has to be "measurements","control", "neg_control",or "blank".
dilution
Name of the column in the feature data matrix describing the dilution steps of the samples.
block.design
Vector with two elements. Describes how the blocks are arranged on the array. The first element specifies the number of rows, the second the number of columns. The blocks are supposed to be arranged row by row in the grid.
plot
Logical. If true, model fits are plotted