Usage
calcSdc(x,sample.id=c("sample","sample.n"),
sel=c("measurement","control"), dilution="dilution",
D0=2,sensible.min=5, sensible.max=1.e9,minimal.err=5,
plot=T, r=1.2)Arguments
x
RPPA data list with replicates aggregated with median
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.
sensible.min
Signals below this value are marked as undetected
sensible.max
Signals above the value are marked as saturated
minimal.err
Minimal valid estimate for the background noise
plot
Logical. If true, model fits are plotted
r
Constant factor used to determine the confidence interval for the saturation limit $M$ and the background noise $a$, shoul be $>1$. Can be lower if accuracy of signals is improved.