Name Mode Size
R 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
.travis.yml 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 4 kb
NEWS 100644 2 kb
README.md 100644 1 kb
Rqc.Rproj 100644 0 kb
README.md
# Rqc [![Build Status](https://travis-ci.org/labbcb/Rqc.svg?branch=master)](https://travis-ci.org/labbcb/Rqc) [![codecov](https://codecov.io/gh/labbcb/Rqc/branch/master/graph/badge.svg)](https://codecov.io/gh/labbcb/Rqc) Rqc is an optimized tool designed for quality control and assessment of high-throughput sequencing data. It performs parallel processing of entire files and produces a report which contains a set of high-resolution graphics. ## Installation Install via Bioconductor, stable version ```r if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("Rqc") ``` Install via GitHub, development vertion ```r install.packages("devtools") library(devtools) install_github("labbcb/Rqc") ```