- Home
- Bioconductor 3.16
- Software Packages
- BiocSingular
BiocSingular
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see BiocSingular.
Singular Value Decomposition for Bioconductor Packages
Bioconductor version: 3.16
Implements exact and approximate methods for singular value decomposition and principal components analysis, in a framework that allows them to be easily switched within Bioconductor packages or workflows. Where possible, parallelization is achieved using the BiocParallel framework.
Author: Aaron Lun [aut, cre, cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("BiocSingular")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BiocSingular")
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("BiocSingular")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.