getMOA | R Documentation |
Get the mechanism of action object
getMOA(dsea)
dsea |
is a drug set enrichment object as an output of the function getActiveDSEA() |
MoA Mechanism of Action object
# 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]) Moa <- getMOA(dsea)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.