/SPblast

Workflow Template

Primary LanguageTeX

SPblast

R-CMD-check Lifecycle: experimental Project Status: Active – The project has reached a stable, usable state and is being actively developed.

🚧 Under Development!

This pipeline is currently under development and does not have a stable release yet.

Installation

To install the package, please use the BiocManager::install command:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("systemPipeR/SPblast", build_vignettes=TRUE, dependencies=TRUE)

To obtain the systemPipeR and systemPipeRdata, please run as follow:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("systemPipeR")
BiocManager::install("systemPipeRdata")

Usage