PANORAMA is a package that processes Pan-Mod-seq-based data, making use of the txtools package.
You can install the development version from GitHub typing in the following commands in the R console:
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("SchwartzLab/PANORAMA", build_vignettes = FALSE)If you want to build the vignette, please install with the following command (only works while connected to WEXAC).
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("SchwartzLab/PANORAMA", build_vignettes = TRUE)To open the “Using PANORAMA at WEXAC” vignette run the following command.
vignette("Using_PANORAMA_at_WEXAC", package = "PANORAMA")PANORAMA is developed under the Artistic Licence 2.0.
