Skip to content

tgirke/systemPipeRdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f92b61 · Oct 19, 2024
Aug 16, 2023
Jul 23, 2024
Aug 16, 2023
Oct 12, 2024
Jul 23, 2024
Sep 15, 2015
Oct 19, 2024
Aug 3, 2024
Mar 31, 2024
Mar 31, 2024
Oct 19, 2024
Mar 31, 2024
Sep 14, 2024
Apr 1, 2022
Oct 25, 2020
Apr 22, 2022
Sep 15, 2015

Repository files navigation

systemPipeRdata: Workflow templates and sample data

platforms rank posts build updated dependencies

R-CMD-check

systemPipeRdata is a helper package to generate with a single command NGS workflow templates that are intended to be used by its parent package systemPipeR. The latter is an environment for building end-to-end analysis pipelines with automated report generation for next generation sequence (NGS) applications such as RNA-Seq, ChIP-Seq, VAR-Seq, Ribo-Seq and many others.

Installation

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

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

To obtain the most recent updates immediately, one can install it directly from github as follow:

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

Due to the large size of the sample data (~320 MB) provided by systemPipeRdata, its download/install may take some time.

To install the parent package systemPipeR itself, please use the BiocManager::install method as instructed here.

Usage

Detailed user manuals are available here:

Additional information can be found on the corresponding Bioconductor packages.

About

NGS workflow templates and sample data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published