Description Usage Arguments Author(s)
View source: R/enrich_result_class.R
Network for enriched pathways
1 2 3 4 5 6 7 8 9 | enrich_network(
object,
point_size = c("p_value_adjust", "p_value"),
label = TRUE,
label_size = 4,
p_cutoff = 0.05,
only_significant_pathway = TRUE,
threads = 4
)
|
object |
enrich_result_class object. |
point_size |
point_size. |
label |
label |
label_size |
label size |
p_cutoff |
p_cutoff |
only_significant_pathway |
only_significant_pathway |
threads |
threads |
Xiaotao Shen shenxt@stanford.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.