plotMOA | R Documentation |
Plot mechanism of action
plotMOA(dsea, ntop = 16)
dsea |
is dsea object which is the output of the function getActiveDSEA() |
ntop |
the number of the top enteries (genes or drug), ntop = 16 as a default value |
plot of mechanism of action
# 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]) plotMOA(dsea)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.