- Home
- Bioconductor 3.15
- Software Packages
- ShortRead
ShortRead
This package is for version 3.15 of Bioconductor; for the stable, up-to-date release version, see ShortRead.
FASTQ input and manipulation
Bioconductor version: 3.15
This package implements sampling, iteration, and input of FASTQ files. The package includes functions for filtering and trimming reads, and for generating a quality assessment report. Data are represented as DNAStringSet-derived objects, and easily manipulated for a diversity of purposes. The package also contains legacy support for early single-end, ungapped alignment formats.
Author: Martin Morgan, Michael Lawrence, Simon Anders
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
citation("ShortRead")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ShortRead")
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("ShortRead")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.