Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.25 KB

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"")