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)


jhrcook/HotNetvieweR documentation built on Oct. 14, 2019, 3:18 a.m.