Description Usage Arguments Value Examples
Visualize a HiPathia report
1 | visualize_report(output_folder, port = 4000)
|
output_folder |
Folder in which results to visualize are stored |
port |
Port to use |
The instructions to visualize a HiPathia report in a web browser
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | data(comp)
pathways <- load_pathways(species = "hsa", pathways_list = c("hsa03320",
"hsa04012"))
report <- create_report(comp, pathways, "save_results")
visualize_report(report)
## Not run:
data(results)
data(brca)
sample_group <- colData(brca)[,1]
colors_de <- node_color_per_de(results, pathways,
sample_group, "Tumor", "Normal")
report <- create_report(comp, pathways, "save_results",
node_colors = colors_de)
visualize_report(report)
visualize_report(report, port = 5000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.