Closed
Description
I'm going to start working on the PCA user story.
I've been back and forth with this on a few calls and internal discussion, but the general consensus seems to be that exploratory statistics and filtering should be separated out from the PCA functionality itself. It's already separated out in the codebase, but is grouped together in the docs as they would be together in a real world analysis.
Resources:
Scikit Allel PCA Docs
Tour of Scikit Allel
Fast PCA Blog Post
PCA analysis would be after LD pruning https://github.com/pystatgen/sgkit/issues/31