- Home
- Bioconductor 3.22
- Software Packages
- BiocSingular
BiocSingular
This is the released version of BiocSingular; for the devel version, see BiocSingular.
Singular Value Decomposition for Bioconductor Packages
Bioconductor version: Release (3.22)
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.5") 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.