View source: R/molecularSigs.R
clusterDrugFamilyEfficacy | R Documentation |
selects AUC data and molecular data nand builds heatmap of single drug and the results of the prediction
clusterDrugFamilyEfficacy(
familyName = "MEK",
meth = "RandomForest",
data = "proteinLevels",
doEnrich = FALSE,
this.auc.dat = auc.dat,
auc.thresh = 100,
genes,
data.mat = NULL,
prefix = ""
)
familyName |
Name of drug to select from prediction results |
meth |
Method used to select predictors |
data |
Type of data to be plotted |
auc.thresh |
Threshold to determine if sample is sensitive |
data.mat |
Data frame of data to plot |
auc.dat |
AUC data from drug/samples |
new.results |
Prediction data frame |
filename of pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.