Skip to content

SchwartzLab/PANORAMA

Repository files navigation

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.

About

R package to process PanMod-seq data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages