Description Usage Arguments Value Examples
Get the HTML or JSON code that plot the module networks
1 | plot_network(module, output_format = "html")
|
module |
a Module object |
output_format |
a string: either 'html' (default) or 'json' |
a "xml_document"
1 2 3 4 5 6 7 | ## Not run:
gene_names <-c('VIT_05s0094g00350','VIT_07s0031g02630','VIT_19s0015g02480','VIT_08s0007g08840')
genes <- get_bf(compendium = get_compendium(), gene_names = as.list(gene_names))
mod1 <- create_module(compendium = get_compendium, biofeatures = genes)
my_plot_net <- plot_network(mod1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.