- Home
- Bioconductor 3.22
- Software Packages
- ngsReports
ngsReports
This is the released version of ngsReports; for the devel version, see ngsReports.
Load FastqQC reports and other NGS related files
Bioconductor version: Release (3.22)
This package provides methods and object classes for parsing FastQC reports and output summaries from other NGS tools into R. As well as parsing files, multiple plotting methods have been implemented for visualising the parsed data. Plots can be generated as static ggplot objects or interactive plotly objects.
Author: Stevie Pederson [aut, cre] ORCID iD ORCID: 0000-0001-8197-3303 , Christopher Ward [aut], Thu-Hien To [aut]
Maintainer: Stevie Pederson <stephen.pederson.au at gmail.com>
citation("ngsReports")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ngsReports")
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("ngsReports")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.