TODO:: Write a description!
Usage
geneDrugSensitivity(
x,
type,
batch,
drugpheno,
interaction.typexgene = FALSE,
model = FALSE,
standardize = c("SD", "rescale", "none"),
verbose = FALSE
)Arguments
- x
A
numericvector of gene expression values- type
A
vectorof factors specifying the cell lines or type types- batch
A
vectorof factors specifying the batch- drugpheno
A
numericvector of drug sensitivity values (e.g., IC50 or AUC)- interaction.typexgene
booleanShould interaction between gene expression and cell/type type be computed? Default set to FALSE- model
booleanShould the full linear model be returned? Default set to FALSE- standardize
characterOne of 'SD', 'rescale' or 'none'- verbose
booleanShould the function display messages?
Value
A vector reporting the effect size (estimate of the coefficient
of drug concentration), standard error (se), sample size (n), t statistic,
and F statistics and its corresponding p-value.
Examples
print("TODO::")
#> [1] "TODO::"