Package: BiocSingular 1.29.0

Aaron Lun

BiocSingular: Singular Value Decomposition for Bioconductor Packages

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.

Authors:Aaron Lun [aut, cre, cph]

BiocSingular_1.29.0.tar.gz
BiocSingular_1.29.0.zip(r-4.7)BiocSingular_1.29.0.zip(r-4.6)BiocSingular_1.29.0.zip(r-4.5)
BiocSingular_1.29.0.tgz(r-4.6-x86_64)BiocSingular_1.29.0.tgz(r-4.6-arm64)BiocSingular_1.29.0.tgz(r-4.5-x86_64)BiocSingular_1.29.0.tgz(r-4.5-arm64)
BiocSingular_1.29.0.tar.gz(r-4.7-arm64)BiocSingular_1.29.0.tar.gz(r-4.7-x86_64)BiocSingular_1.29.0.tar.gz(r-4.6-arm64)BiocSingular_1.29.0.tar.gz(r-4.6-x86_64)
BiocSingular_1.29.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
BiocSingular/json (API)
NEWS

# Install 'BiocSingular' in R:
install.packages('BiocSingular', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/ltla/biocsingular/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On BioConductor:BiocSingular-1.29.0(bioc 3.24)BiocSingular-1.28.0(bioc 3.23)

softwaredimensionreductionprincipalcomponentbioconductor-packagehuman-cell-atlassingular-value-decompositioncpp

12.27 score 8 stars 123 packages 1.1k scripts 24k downloads 2 mentions 22 exports 28 dependencies

Last updated from:d201a10d6b. Checks:3 ERROR, 11 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksERROR181
linux-devel-arm64OK234
linux-devel-x86_64ERROR289
source / vignettesOK237
linux-release-arm64OK237
linux-release-x86_64ERROR314
macos-release-arm64OK228
macos-release-x86_64OK424
macos-oldrel-arm64OK133
macos-oldrel-x86_64OK319
windows-develOK211
windows-releaseOK267
windows-oldrelOK191
wasm-releaseOK139

Exports:bsdeferredbsfoldbsparamDeferredMatrixDeferredMatrixSeedDelayedArrayExactParamextract_arrayFastAutoParamIrlbaParamLowRankMatrixLowRankMatrixSeedRandomParamResidualMatrixResidualMatrixSeedrunExactSVDrunIrlbaSVDrunPCArunRandomSVDrunSVDshowt

Dependencies:abindassortheadbeachmatBHBiocGenericsBiocParallelcodetoolscpp11DelayedArrayformatRfutile.loggerfutile.optionsgenericsIRangesirlbalambda.rlatticeMatrixMatrixGenericsmatrixStatsRcpprsvdS4ArraysS4VectorsScaledMatrixsnowSparseArrayXVector

Singular value decomposition for Bioconductor packages

Rendered fromdecomposition.Rmdusingknitr::rmarkdownon May 29 2026.

Last update: 2019-04-11
Started: 2019-02-09

Matrix representations to support decomposition

Rendered fromrepresentations.Rmdusingknitr::rmarkdownon May 29 2026.

Last update: 2021-01-12
Started: 2019-02-09

Readme and manuals

Help Manual

Help pageTopics
Global SVD optionsBiocSingular-options
BiocSingularParam classesBiocSingularParam-class bsdeferred bsfold bsparam ExactParam ExactParam-class FastAutoParam FastAutoParam-class IrlbaParam IrlbaParam-class RandomParam RandomParam-class show,BiocSingularParam-method show,IrlbaParam-method show,RandomParam-method
The DeferredMatrix classDeferredMatrix DeferredMatrixSeed
The LowRankMatrix classDelayedArray,LowRankMatrixSeed-method dim,LowRankMatrixSeed-method dimnames,LowRankMatrixSeed-method dimnames<-,LowRankMatrix,ANY-method extract_array,LowRankMatrixSeed-method LowRankMatrix LowRankMatrix-class LowRankMatrixSeed LowRankMatrixSeed-class show,LowRankMatrixSeed-method t,LowRankMatrix-method [,LowRankMatrix,ANY,ANY,ANY-method
The ResidualMatrix classResidualMatrix ResidualMatrixSeed
Exact SVDrunExactSVD
Approximate SVD with 'irlba'runIrlbaSVD
Principal components analysisrunPCA runPCA,ANY-method
Approximate SVD with 'rsvd'runRandomSVD
Run SVDrunSVD runSVD,ExactParam-method runSVD,FastAutoParam-method runSVD,IrlbaParam-method runSVD,missing-method runSVD,RandomParam-method