powered by
Calculates sample concentrations of a RPPA data set, as wrapper for curveFitSigmoid.
calcLogistic(x, sample.id = c("sample", "sample.n"), dilution = "dilution", xVal = NULL, plot = F, detectionLimit = F)
matrix with protein expression data
data frame with feature data
data frame with pheno data
x List containing RPPA data set
x
character vector refering to column names from which samples can be separated
column name from the column in feature data that describes the dilution steps of each sample
defines the dilution value for which the concentration is calulated. If null the highest dilution value is used
logical. If true dilution curves are plotted
logical. If true model is fitted on dilution steps above the detection limit. If false, all data points are used to fit the model
Heiko Mannsperger <h.mannsperger@dkfz.de>, Stephan Gade <s.gade@dkfz.de>
if (FALSE) { library(RPPanalyzer) data(ser.dil.samples) predicted.data <- calcLogistic(ser.dil.samples, sample.id=c("sample","sample.n"), dilution="dilution") }
Run the code above in your browser using DataLab