Package: BiocSingular 1.27.1
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:
BiocSingular_1.27.1.tar.gz
BiocSingular_1.27.1.zip(r-4.7)BiocSingular_1.27.1.zip(r-4.6)BiocSingular_1.27.1.zip(r-4.5)
BiocSingular_1.27.1.tgz(r-4.6-x86_64)BiocSingular_1.27.1.tgz(r-4.6-arm64)BiocSingular_1.27.1.tgz(r-4.5-x86_64)BiocSingular_1.27.1.tgz(r-4.5-arm64)
BiocSingular_1.27.1.tar.gz(r-4.6-arm64)BiocSingular_1.27.1.tar.gz(r-4.6-x86_64)BiocSingular_1.27.1.tar.gz(r-4.5-arm64)BiocSingular_1.27.1.tar.gz(r-4.5-x86_64)
BiocSingular_1.27.1.tgz(r-4.5-emscripten)
BiocSingular.pdf |BiocSingular.html✨
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
On BioConductor:BiocSingular-1.27.1(bioc 3.23)BiocSingular-1.26.1(bioc 3.22)
softwaredimensionreductionprincipalcomponentbioconductor-packagehuman-cell-atlassingular-value-decompositioncpp
Last updated from:9c87cf6785. Checks:3 ERROR, 11 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| bioc-checks | ERROR | 170 | ||
| linux-devel-arm64 | OK | 236 | ||
| linux-devel-x86_64 | ERROR | 357 | ||
| source / vignettes | OK | 226 | ||
| linux-release-arm64 | OK | 257 | ||
| linux-release-x86_64 | ERROR | 276 | ||
| macos-release-arm64 | OK | 162 | ||
| macos-release-x86_64 | OK | 397 | ||
| macos-oldrel-arm64 | OK | 140 | ||
| macos-oldrel-x86_64 | OK | 291 | ||
| windows-devel | OK | 315 | ||
| windows-release | OK | 203 | ||
| windows-oldrel | OK | 234 | ||
| wasm-release | OK | 159 |
Exports:bsdeferredbsfoldbsparamDeferredMatrixDeferredMatrixSeedDelayedArrayExactParamextract_arrayFastAutoParamIrlbaParamLowRankMatrixLowRankMatrixSeedRandomParamResidualMatrixResidualMatrixSeedrunExactSVDrunIrlbaSVDrunPCArunRandomSVDrunSVDshowt
Dependencies:abindassortheadbeachmatBHBiocGenericsBiocParallelcodetoolscpp11DelayedArrayformatRfutile.loggerfutile.optionsgenericsIRangesirlbalambda.rlatticeMatrixMatrixGenericsmatrixStatsRcpprsvdS4ArraysS4VectorsScaledMatrixsnowSparseArrayXVector
Singular value decomposition for Bioconductor packages
Rendered fromdecomposition.Rmdusingknitr::rmarkdownon Apr 03 2026.Last update: 2019-04-11
Started: 2019-02-09
Matrix representations to support decomposition
Rendered fromrepresentations.Rmdusingknitr::rmarkdownon Apr 03 2026.Last update: 2021-01-12
Started: 2019-02-09
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Global SVD options | BiocSingular-options |
| BiocSingularParam classes | BiocSingularParam-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 class | DeferredMatrix DeferredMatrixSeed |
| The LowRankMatrix class | DelayedArray,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 class | ResidualMatrix ResidualMatrixSeed |
| Exact SVD | runExactSVD |
| Approximate SVD with 'irlba' | runIrlbaSVD |
| Principal components analysis | runPCA runPCA,ANY-method |
| Approximate SVD with 'rsvd' | runRandomSVD |
| Run SVD | runSVD runSVD,ExactParam-method runSVD,FastAutoParam-method runSVD,IrlbaParam-method runSVD,missing-method runSVD,RandomParam-method |
