You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the pca() code I noticed that the function does not have a BPPARAM parameter as it happens to have the BiocSingular::runSVD() function and that allows usage of multi-core algorithms where applicable...
Would it be possible to add it to this function (it is already a parameter of the function parallelPCA())?
In case I would be perfectly happy to do the heavy lifting if someone gives me some feedback (in a pull request)
Thanks.
The text was updated successfully, but these errors were encountered:
Looking at the
pca()
code I noticed that the function does not have aBPPARAM
parameter as it happens to have theBiocSingular::runSVD()
function and that allows usage of multi-core algorithms where applicable...Would it be possible to add it to this function (it is already a parameter of the function
parallelPCA()
)?In case I would be perfectly happy to do the heavy lifting if someone gives me some feedback (in a pull request)
Thanks.
The text was updated successfully, but these errors were encountered: