- Home
- Bioconductor 3.15
- Software Packages
- systemPipeR
systemPipeR
This package is for version 3.15 of Bioconductor; for the stable, up-to-date release version, see systemPipeR.
systemPipeR: NGS workflow and report generation environment
Bioconductor version: 3.15
R package for building and running automated end-to-end analysis workflows for a wide range of next generation sequence (NGS) applications such as RNA-Seq, ChIP-Seq, VAR-Seq and Ribo-Seq. Important features include a uniform workflow interface across different NGS applications, automated report generation, and support for running both R and command-line software, such as NGS aligners or peak/variant callers, on local computers or compute clusters. Efficient handling of complex sample sets and experimental designs is facilitated by a consistently implemented sample annotation infrastructure. Instructions for using systemPipeR are given in the Overview Vignette (HTML). The remaining Vignettes, linked below, are workflow templates for common NGS use cases.
Author: Thomas Girke
Maintainer: Thomas Girke <thomas.girke at ucr.edu>
citation("systemPipeR")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("systemPipeR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("systemPipeR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.