Usage
drugPerturbationSig(pSet, mDataType, drugs, features, nthread = 1, returnValues = c("estimate", "tstat", "pvalue", "fdr"), verbose = FALSE)
Arguments
pSet
[PharmacoSet] a PharmacoSet of the perturbation experiment type
mDataType
[character] which one of the molecular data types to use
in the analysis, out of dna, rna, rnaseq, snp, cnv
drugs
[character] a vector of drug names for which to compute the
signatures. Should match the names used in the PharmacoSet.
features
[character] a vector of features for which to compute the
signatures. Should match the names used in correspondant molecular data in PharmacoSet.
nthread
[numeric] if multiple cores are available, how many cores
should the computation be parallelized over?
returnValues
[character] Which of estimate, t-stat, p-value and fdr
should the function return for each gene drug pair?
verbose
[bool] Should diagnostive messages be printed? (default false)