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
(used to be, "consider using scater::runPCA / scater::calculatePCA", changed after discussion with Vince). irlba has an advantage of only one dependency (Matrix), and allowing computation of only the desired number of PCs. If you go the route of using irlba, I would suggest using it all the time rather than only for larger matrices, for the sake of simplicity and not having to have two different sets of code.
Consider using
irlba
for very large matrices, or allowing use of pre-computed PCA from other packages as input to 1validate()1.The text was updated successfully, but these errors were encountered: