- Home
- Bioconductor 3.23
- Software Packages
- GenomicFiles (development version)
GenomicFiles
This is the development version of GenomicFiles; for the stable release version, see GenomicFiles.
Distributed computing by file or by range
Bioconductor version: Development (3.23)
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.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.