Description Usage Arguments Examples
Merged visualization of GO enrichment for all cluster
1 2 | viewMergeGO(obj, label, topN = 5, adjP = 0.05, deg.num = 3,
term.key = "GO_Biological_Process_2018", groupOrder = names(obj))
|
obj |
enrichment obtained from function DEGs.enrich |
label |
stamp for output file name |
topN |
top terms to show |
adjP |
cutoff of adjusted p value to select terms |
deg.num |
minimum number of DEGs in each enriched term |
term.key |
term key of GO |
1 2 3 4 | ## Not run:
viewMergeGO(obj, label="test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.