Description Usage Arguments Value Examples
Given a Pharmacoset of the sensitivity experiment type, and a list of drugs, the function will compute a signature for the effect gene expression on the molecular profile of a cell. The function returns the estimated coefficient, the t-stat, the p-value and the false discovery rate associated with that coefficient, in a 3 dimensional array, with genes in the first direction, drugs in the second, and the selected return values in the third.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S4 method for signature 'PharmacoSet'
drugSensitivitySig(
object,
mDataType,
drugs,
features,
cells,
tissues,
sensitivity.measure = "auc_recomputed",
molecular.summary.stat = c("mean", "median", "first", "last", "or", "and"),
sensitivity.summary.stat = c("mean", "median", "first", "last"),
returnValues = c("estimate", "pvalue", "fdr"),
sensitivity.cutoff,
standardize = c("SD", "rescale", "none"),
molecular.cutoff = NA,
molecular.cutoff.direction = c("less", "greater"),
nthread = 1,
verbose = TRUE,
...
)
|
object |
|
mDataType |
|
drugs |
|
features |
|
cells |
|
tissues |
|
sensitivity.measure |
|
molecular.summary.stat |
|
sensitivity.summary.stat |
|
returnValues |
|
sensitivity.cutoff |
|
standardize |
|
molecular.cutoff |
Allows the user to binarize the sensitivity data using this threshold. |
molecular.cutoff.direction |
|
nthread |
|
verbose |
|
... |
additional arguments not currently fully supported by the function |
list
a 3D array with genes in the first dimension, drugs in the
second, and return values in the third.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.