Skip to content

systemPipeR/systemPipeTools

Repository files navigation

systemPipeTools

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

systemPipeTools package provides a set of utilities for High Throughput Sequence Data Visualization. This package is designed to extend and provide a visualization and utilities interface for the systemPipeR package.

Installation

Get the released version from Bioconductor:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
  install.packages("BiocManager") }
BiocManager::install("systemPipeTools"")

Or the development version from GitHub:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
  install.packages("BiocManager") }
BiocManager::install("systemPipeR/systemPipeTools"")