Linear Embedding Drivers
pca_exact(deferred = FALSE, fold = Inf) pca_irlba(deferred = FALSE, fold = Inf, extra.work = 7, ...) pca_random(deferred = FALSE, fold = Inf, ...)
deferred | Logical scalar indicating whether centering/scaling should be deferred, see |
---|---|
fold | Numeric scalar specifying the minimum fold-difference for cross-product calculation, see |
extra.work | Integer scalar, additional dimensionality of the workspace in |
... | Additional arguments to pass to |
A BiocSingular::BiocSingularParam()
object.
Different engines for computing linear embeddings (mostly PCA at this stage). Usually you won't need to interact with these functions directly.