mem2emap | R Documentation |
Convert multiEnrichMap mem output to EnrichmentMap emap
mem2emap(
mem,
overlap = 0.2,
p_cutoff = mem$p_cutoff,
min_count = 4,
colorV = mem$colorV,
cluster_function = igraph::cluster_walktrap,
cluster_list = NULL,
num_keep_terms = 3,
keep_terms_sep = ",\n",
repulse = 3.3,
remove_singlets = TRUE,
color_by_nodes = FALSE,
apply_direction = TRUE,
direction_max = 2,
direction_floor = 0.5,
do_plot = TRUE,
...
)
mem |
|
overlap |
|
p_cutoff |
|
min_count |
|
colorV |
|
cluster_function |
|
num_keep_terms |
|
keep_terms_sep |
|
repulse |
|
remove_singlets |
|
color_by_nodes |
|
do_plot |
|
... |
additional arguments are passed to |
This function is currently In development.
This function is intended to convert mem
output from
multiEnrichMap()
into an EnrichmentMap igraph
format
which represents the statistical enrichment support from each
pathway enrichment.
This function can apply P-value thresholds using the input mem
,
or using a custom value.
A node clustering function is applied by default, which may help define suitable subgroups of nodes. When defined, the clusters are used to define nodegroups for edge bundling.
Other jam igraph functions:
cnet2df()
,
cnet2im()
,
cnetplotJam()
,
cnetplot_internalJam()
,
color_edges_by_nodegroups()
,
color_edges_by_nodes_deprecated()
,
color_edges_by_nodes()
,
color_nodes_by_nodegroups()
,
communities2nodegroups()
,
drawEllipse()
,
edge_bundle_bipartite()
,
edge_bundle_nodegroups()
,
enrichMapJam()
,
fixSetLabels()
,
flip_edges()
,
get_bipartite_nodeset()
,
igraph2pieGraph()
,
jam_igraph()
,
jam_plot_igraph()
,
label_communities()
,
layout_with_qfrf()
,
layout_with_qfr()
,
memIM2cnet()
,
mem_multienrichplot()
,
nodegroups2communities()
,
rectifyPiegraph()
,
relayout_with_qfr()
,
removeIgraphBlanks()
,
removeIgraphSinglets()
,
reorderIgraphNodes()
,
rotate_igraph_layout()
,
spread_igraph_labels()
,
subgraph_jam()
,
subsetCnetIgraph()
,
subset_igraph_components()
,
sync_igraph_communities()
,
with_qfr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.