- Home
- Bioconductor 3.23
- Software Packages
- Rqc (development version)
Rqc
This is the development version of Rqc; for the stable release version, see Rqc.
Quality Control Tool for High-Throughput Sequencing Data
DOI: 10.18129/B9.bioc.Rqc
Bioconductor version: Development (3.23)
Rqc is an optimised 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.
Author: Welliton Souza, Benilton Carvalho <beniltoncarvalho at gmail.com>
Maintainer: Welliton Souza <well309 at gmail.com>
citation("Rqc")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("Rqc")
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("Rqc")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.