View source: R/utility_functions.R
netHG | R Documentation |
Construct functional enrichment network
netHG(
hg.res,
gene.list,
species,
fdr.filter = 0.1,
edge.threshold = 0.25,
cex_line = 0.2,
pie = "Count",
gene.universe = NULL,
verbose = T
)
hg.res |
Output from runHG(...) |
gene.list |
Named list of genesets used in runHG(...). |
species |
Species. One of "Mm" (mouse) or "Hs" (human) |
fdr.filter |
Significance threshold. Default is 0.1. |
edge.threshold |
Edge threshold for visualization. Default is 0.25. |
cex_line |
Edge size. Default is 0.2. |
gene.universe |
Gene universe (symbol format). If not specified, uses all genes provided in gene.list. |
verbose |
Print progress. Default is TRUE. |
enrichment results
Nicholas Mikolajewicz
runHG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.