View source: R/geneDrugSensitivityPCorr.R
geneDrugSensitivityPCorr | R Documentation |
This version of the function uses a partial correlation instead of standardized linear models.
geneDrugSensitivityPCorr(
x,
type,
batch,
drugpheno,
test = c("resampling", "analytic"),
req_alpha = 0.05,
nBoot = 1000,
conf.level = 0.95,
max_perm = getOption("PharmacoGx_Max_Perm", ceiling(1/req_alpha * 100)),
verbose = FALSE
)
x |
A |
type |
A |
batch |
A |
drugpheno |
A |
test |
A |
req_alpha |
|
nBoot |
|
conf.level |
|
max_perm |
|
verbose |
|
A vector
reporting the effect size (estimateof the coefficient
of drug concentration), standard error (se), sample size (n), t statistic,
and F statistics and its corresponding p-value.
print("TODO::")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.