Description Usage Arguments Value Examples
Get the HTML or JSON code that plot module heatmaps
1 | plot_heatmap(module, output_format = "html", alternativeColoring = TRUE)
|
module |
a Module object |
output_format |
a string: either 'html' (default) or 'json' |
alternativeColoring |
alternative color blind friendly palette (default 'TRUE') |
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_html <- plot_heatmap(mod1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.