plotMOA: Plot mechanism of action

View source: R/plotMOA.R

plotMOAR Documentation

Plot mechanism of action

Description

Plot mechanism of action

Usage

plotMOA(dsea, ntop = 16)

Arguments

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

Value

plot of mechanism of action

Examples

# 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)

bigomics/SPACEconnect documentation built on March 19, 2022, 3:39 a.m.