Hi Kevin thanks for your response but actually this is a part of GWAS study and i have three around 670 covid-19 infected patients all from one particular hospital. based on clinical parameters, they have been segregated into mild moderate and severe. and from PCA intent was to see if there are any severity specific clustering... PLINK based pca output were generated; eigenvectors and eigenvalues; which were then passed into Python codes to get PCA biplot. for PC1 and PC2, no severity wise clusters were observed and as dthorbur suggested, i did for all PC components and put anova test as well to confirm any significance influence of severity on dataset; which might got captured in some other PC combinations. However, no significance p values was obtained in either of the combinations.
And so the query remained as such: when PCA was indented to see severity clusters, no clusters were observed and when PCA was done with k means clustering, with some unknown variable, it found out to be three well defined clusters. So I am unable to interpret my results.
What variable did k means clustering take into account? or on what basis, my data is clustered into three small clusters?? In a GWAS study, as population stratification is important to analyze, i am unable to proceed further.
Figures are inserted above.
Any comments/ suggestions please...
the output PCA results:
You could try looking into other PC combinations. You are only looking at the first 2 PC axes at the moment, so the severity-based result, if actually significant, is likely small and showing up elsewhere.
Thanks for the suggestion dthorbur
Also, when applied ANOVA for each PC pair individually (in total have, 10 PC eigenvectors); found significance in between severity groups for none of the pair as per ANOVA p value (all with >0.10 in my case). Having said that, how do I interpret it now? Should the severity aspect be clearly removed from the story? Is it all population stratification impact? as this is a GWAS study but then all samples are from one particular hospital only.
Any comments/suggestions are appreciated!
I think you should use a permanova instead of a series of ANOVAs given it's built for this use-case.
If you have data on population stratification, then you can analyse the data with stratification as a random effect in a mixed effects model, but to me it sounds like severity is not an important factor in your study. This can still be a reported result to show you've looked into this.