- Home
- Bioconductor 3.22
- Software Packages
- GenomicFiles
GenomicFiles
This is the released version of GenomicFiles; for the devel version, see GenomicFiles.
Distributed computing by file or by range
Bioconductor version: Release (3.22)
This package provides infrastructure for parallel computations distributed 'by file' or 'by range'. User defined MAPPER and REDUCER functions provide added flexibility for data combination and manipulation.
Author: Bioconductor Package Maintainer [aut, cre], Valerie Obenchain [aut], Michael Love [aut], Lori Shepherd [aut], Martin Morgan [aut], Sonali Kumari [ctb] (Converted 'GenomicFiles' vignettes from Sweave to RMarkdown / HTML.)
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
citation("GenomicFiles")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GenomicFiles")
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("GenomicFiles")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.