cellline_drug_gene_correlation | R Documentation |
Drug and gene correlation analysis
cellline_drug_gene_correlation(
drug.sen.df = NULL,
gene.expr = NULL,
p.cutoff = 0.01,
cor.cutoff = 0.3,
p.variable = "P",
auc.cutoff = 0.8
)
drug.sen.df |
A data.frame. Row is drug, col is cell line |
gene.expr |
A vector with name. Name is cell line |
p.cutoff |
Default 0.01 |
cor.cutoff |
rho 0.3 |
p.variable |
column name of P value. Default P |
auc.cutoff |
Default 0.8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.