BiocParallel
This package is for version 3.15 of Bioconductor; for the stable, up-to-date release version, see BiocParallel.
Bioconductor facilities for parallel evaluation
Bioconductor version: 3.15
This package provides modified versions and novel implementation of functions for parallel evaluation, tailored to use with Bioconductor objects.
Author: Martin Morgan [aut, cre], Jiefei Wang [aut], Valerie Obenchain [aut], Michel Lang [aut], Ryan Thompson [aut], Nitesh Turaga [aut], Aaron Lun [ctb], Henrik Bengtsson [ctb]
Maintainer: Martin Morgan <mtmorgan.bioc at gmail.com>
citation("BiocParallel")):
      
    Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
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")| 1. Introduction to BiocParallel | R Script | |
| 2. Introduction to BatchtoolsParam | R Script | |
| 3. Errors, Logs and Debugging | R Script | |
| 4. Random Numbers in BiocParallel | R Script | |
| Reference Manual | ||
| NEWS | Text | 
Details
| biocViews | Infrastructure, Software | 
| Version | 1.30.4 | 
| In Bioconductor since | BioC 2.13 (R-3.0) (10.5 years) | 
| License | GPL-2 | GPL-3 | 
| Depends | methods, R (>= 3.5.0) | 
| Imports | stats, utils, futile.logger, parallel, snow, codetools | 
| System Requirements | C++11 | 
| URL | https://github.com/Bioconductor/BiocParallel | 
| Bug Reports | https://github.com/Bioconductor/BiocParallel/issues | 
See More
Package Archives
Follow Installation instructions to use this package in your R session.
| Source Package | BiocParallel_1.30.4.tar.gz | 
| Windows Binary | BiocParallel_1.30.4.zip (64-bit only) | 
| macOS Binary (x86_64) | BiocParallel_1.30.4.tgz | 
| Source Repository | git clone https://git.bioconductor.org/packages/BiocParallel | 
| Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/BiocParallel | 
| Bioc Package Browser | https://code.bioconductor.org/browse/BiocParallel/ | 
| Package Short Url | https://bioconductor.org/packages/BiocParallel/ | 
| Package Downloads Report | Download Stats | 
| Old Source Packages for BioC 3.15 | Source Archive |