View source: R/generate_child_nebulae.R
generate_child_nebulae | R Documentation |
According to nodes and edges data of parent-nebula and nebula-index to generate child-nebula.
generate_child_nebulae(
nodes = .MCn.parent_nodes,
edges = .MCn.parent_edges,
max_edges = 5,
nebula_index = .MCn.nebula_index,
output = paste0(.MCn.output, "/", .MCn.results),
output_format = "graphml",
...
)
nodes |
A data.frame, Default: .MCn.parent_nodes |
edges |
A data.frame, Default: .MCn.parent_edges |
max_edges |
A number, Default: 5 |
nebula_index |
A data.frame, Default: .MCn.nebula_index |
output |
Character, Default: paste0(.MCn.output, "/", .MCn.results) |
output_format |
Character, 'igraph' supported format, Default: 'graphml' |
... |
... |
DETAILS
pbapply
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.