Thank you, will do. However, from my ML experience, I know PCA can perform feature selection (maybe I'm mis-using the word 'pruning'), so I wanted to perform the same thing on my SNPs. Can that not be done through PLINK?
For example, I searched through the PCA documentation and came across a modifier that outputted SNP variance like below:
Most of my experience with PCAs are in Python, and if I remember correctly, feature selection is done automatically. Would be the proper equivalent given my situation?
I'll edit my original question to further clarify/explain.
To what end? Why do you want to prune them back? You could take a random set of ten SNP and have a pruned set. Is there some analysis you want to be able to do with it?
I was planning to perform a machine learning analysis and would prefer a smaller subset of SNPs to use in the ML techniques.