-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run time very long for large data set #2
Comments
For clarity: the PCA itself took over an hour to run? |
Phew! That's expected. |
Sounds good! I'll leave this issue open for now. |
I tested a larger 16S/18S data set and it was taking a very long time to run even the first PCA replicate (hadn't finished after about an hour). The original 16S data set was 7K observations of 131 variables and 18S was 10K observations, while this new set was about 67K observations with 473 variables (25K observations for 18S).
Is there any way to add a multithreading option at least for the PCA calculations?
The text was updated successfully, but these errors were encountered: