recovery.rate.RdFunction to calculate the recovery rate from binary PPI assays.
recovery.rate(
referenceSet = NULL,
PPIdf = NULL,
assay = "mean_cBRET",
construct.scaling = NULL,
range = c(0.25, 0.75),
iter.scaler = TRUE,
cutoff = "all",
fns = "median",
n.sd = 1,
n.CI = 0.99,
negative.reference = "RRS",
complex.parameters = NULL,
verbose = TRUE
)reference PPI data set used to determine cutoffs to calculate recovery rates
optional binary PPI data set containing interactions classified using the cutoffs from the reference sets
assay in the referenceSet and PPIdf to calculate recovery rates
scaling of constructs by "median.normalization" or "robust.scaler"
probs in stats::quantile(x, ...): numeric vector of probabilities
if TRUE and when using "robust.scaler" it iteratively performs robust scaler normalization until the IQR of each construct is within the IQR of all loaded data sets
cutoffs are calculated based on "all" interactions, or for each "construct" or for each "orientation"
function used to calculate the cutoffs: "median", "mean", "CI" or "max"
number of sd used to calculate the cutoffs for functions "median" and "mean"
confidence intervall used to calculate the cutoff for function "CI"
string in the column "complex" to specify the negative/random interactions
additional grouping parameters from which the recovery rates are calculated
give detailed information
a list with elements