
Last chance! 50% off unlimited learning
Sale ends in
plot induced GO DAG of significant terms
goplot(
x,
showCategory = 10,
color = "p.adjust",
layout = "sugiyama",
geom = "text",
...
)# S4 method for enrichResult
goplot(
x,
showCategory = 10,
color = "p.adjust",
layout = "sugiyama",
geom = "text",
...
)
# S4 method for gseaResult
goplot(
x,
showCategory = 10,
color = "p.adjust",
layout = "sugiyama",
geom = "text",
...
)
goplot.enrichResult(
x,
showCategory = 10,
color = "p.adjust",
layout = "sugiyama",
geom = "text",
...
)
enrichment result.
number of enriched terms to display
variable that used to color enriched terms, e.g. pvalue, p.adjust or qvalue
layout of the map
label geom, one of 'label' or 'text'
additional parameter
ggplot object
# NOT RUN {
library(clusterProfiler)
data(geneList, package = "DOSE")
de <- names(geneList)[1:100]
yy <- enrichGO(de, 'org.Hs.eg.db', ont="BP", pvalueCutoff=0.01)
goplot(yy)
goplot(yy, showCategory = 5)
# }
Run the code above in your browser using DataLab