View source: R/plotDrugConnectivity.R
plotDrugConnectivity | R Documentation |
Plot Drug Connectivity
plotDrugConnectivity(dsea)
dsea |
is a drug set Enrichment object is the output of getActiveDSEA |
a plot of drug connectivity
# from the data-sets provided as examples within the package load the .rda files # DrugsAnnot, mDrugEnrich, mFC dsea <- getActiveDSEA(mDrugEnrich, DrugsAnnot, mFC, contr = colnames(mFC)[1]) plotDrugConnectivity(dsea)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.