knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(HotNetvieweR)
This vignette demonstrates the most basic use of 'HotNetVieweR' to read in the results of HotNet2.
The data used for this example was made in the "HotNet2 Setup and Example" vignette. It is not included as external data in this package due to limits o.
data_dir <- system.file("extdata", "output_simple", package = "HotNetViewer") print(data_dir)
list.files(data_dir, all.files = TRUE, recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.