Skip to content

Latest commit

 

History

History
executable file
·
50 lines (34 loc) · 1.29 KB

File metadata and controls

executable file
·
50 lines (34 loc) · 1.29 KB

PANORAMA

Description

PANORAMA is a package that processes Pan-Mod-seq-based data, making use of the txtools package.

Installation

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)

Further documentation

To open the “Using PANORAMA at WEXAC” vignette run the following command.

vignette("Using_PANORAMA_at_WEXAC", package = "PANORAMA")

Current limitations

Licence

PANORAMA is developed under the Artistic Licence 2.0.