R/MultiSampleDiffAnalysis.R
plotGONetwork.Rd
A function to compare the GO enrichment result with Network.
plotGONetwork(
target,
orgdb,
ont = "BP",
showCategory = 50,
category_node = 0.5,
line = 0.5,
category_label = 1.2
)
The target genes result obtained by **getClusterTargetGenes**.
The orgdb annotation package name.
The GO type to enrich. Three type are available: "BP", "CC", "MP". Default: BP.
The max category number to show. Default: 50.
The size of category nodes. Default: 0.5.
The width of the line. Default: 0.5.
size of category label. Default: 1.2.
plotGONetwork(target = res, orgdb = org.Hs.eg.db)
#> Error in eval(expr, envir, enclos): object 'res' not found