- Home
- Bioconductor 3.23
- Software Packages
- qcmetrics (development version)
qcmetrics
This is the development version of qcmetrics; for the stable release version, see qcmetrics.
A Framework for Quality Control
Bioconductor version: Development (3.23)
The package provides a framework for generic quality control of data. It permits to create, manage and visualise individual or sets of quality control metrics and generate quality control reports in various formats.
Author: Laurent Gatto [aut, cre]
Maintainer: Laurent Gatto <laurent.gatto at uclouvain.be>
citation("qcmetrics")):
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("qcmetrics")
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("qcmetrics")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.