thibautjombart / adegenet

adegenet: a R package for the multivariate analysis of genetic markers
166 stars 64 forks source link

Screeplot() function for sPCA is extremely slow. #349

Open cms2775 opened 1 year ago

cms2775 commented 1 year ago

Hi,

I'm currently running the sPCA function in Adegenet with a very large dataset (aroud 120 samples and 40,000 SNPs). The spca function works fine and generates the correct output when run for about a day on our server. However, when I call the screeplot() function on my spca object, It appears to start the entire calculation over and ran for about a day before stalling. Is there an alternative?