View source: R/annotate_child_nebula.R
| annotate_child_nebulae | R Documentation |
Visualization of structure, PPCP and statistic data in child-nebula.
annotate_child_nebulae(
nebula_name,
compound_class_list = .MCn.nebula_class,
write_output = T,
output = paste0(.MCn.output, "/", .MCn.results),
layout = "fr",
height = "auto",
width = "auto",
plot_nodes_id = T,
plot_structure = T,
plot_ppcp = T,
ratio_df = NA,
merge_image = T,
return_plot = F,
nodes_mark = NA,
global.node.size = 0.6,
theme_args = NA,
...
)
nebula_name |
Character. The name of child-nebula. |
compound_class_list |
A list, generaged by |
write_output |
Logic. Write output to a directory, Default: T |
output |
Character, Default: paste0(.MCn.output, "/", .MCn.results) |
layout |
Character, 'igraph' layout, Default: 'fr' |
height |
A number, Default: 'auto' |
width |
A number, Default: 'auto' |
plot_nodes_id |
Logic, Default: T |
plot_structure |
Logic, Default: T |
plot_ppcp |
Logic, Default: T |
ratio_df |
A data.frame, Default: NA |
merge_image |
Logic, Default: T |
return_plot |
Logic, Default: F |
nodes_mark |
A is.data.frame, Default: NA |
global.node.size |
A number, Default: 0.6 |
theme_args |
A list, Default: NA |
... |
... |
DETAILS
filter, select, rename, mutate
rbindlist
## 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.