- Home
- Bioconductor 3.23
- Software Packages
- BiocParallel (development version)
BiocParallel
This is the development version of BiocParallel; for the stable release version, see BiocParallel.
Bioconductor facilities for parallel evaluation
Bioconductor version: Development (3.23)
This package provides modified versions and novel implementation of functions for parallel evaluation, tailored to use with Bioconductor objects.
Author: Jiefei Wang [aut, cre], Martin Morgan [aut], Valerie Obenchain [aut], Michel Lang [aut], Ryan Thompson [aut], Nitesh Turaga [aut], Aaron Lun [ctb], Henrik Bengtsson [ctb], Madelyn Carlson [ctb] (Translated 'Random Numbers' vignette from Sweave to RMarkdown / HTML.), Phylis Atieno [ctb] (Translated 'Introduction to BiocParallel' vignette from Sweave to Rmarkdown / HTML.), Sergio Oller [ctb] (Improved bpmapply() efficiency., ORCID: ORCID iD ORCID: 0000-0002-8994-1549 )
Maintainer: Jiefei Wang <jiefei0804 at gmail.com>
citation("BiocParallel")):
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("BiocParallel")
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("BiocParallel")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.