plot_network: Get the HTML or JSON code that plot the module networks

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Get the HTML or JSON code that plot the module networks

Usage

1
plot_network(module, output_format = "html")

Arguments

module

a Module object

output_format

a string: either 'html' (default) or 'json'

Value

a "xml_document"

Examples

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)

onertipaday/pyCOMPASSR documentation built on Feb. 27, 2020, 9 a.m.