Bioinformatic analysis
MSdev_Bioinfo.RdPlotPathwayEnrichment.
Usage
plotPathwayEnrichment(
pathway.table,
top = 20,
method = c("set1", "set2", "bubble", "class"),
title = NULL
)Arguments
- pathway.table
table from
analyzePathwayGlobalTest()oranalyzePathwayHyperTest()- top
top n
- method
plot style, option: "set1","set2","bubble","path_classify1"
- title
title of ggplot
Examples
### pathway analysis
path <- analyzePathwayHyperTest()
#> Error in loadNamespace(x): there is no package called ‘MSdb’
p <- plotPathwayEnrichment(path)
#> Error: object 'path' not found