View source: R/decompose_IMON.R
decompose_IMON | R Documentation |
This function returns a list of fully connected IMONs from a single parent unconnected IMON.
decompose_IMON(G)
G |
- igraph object containing non-fully connected IMON |
- list of igraph objects, where each index contains a fully connected IMON
data("er_snp_vector") G <- PanViz::get_IMON(snp_list = er_snp_vector, ego = 5, save_file = FALSE) G_list <- decompose_IMON(G)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.