dataMatrix2 = P.load('PCA_Matrix_noProE.csv', delimiter = ',', skiprows = 1) #scores, loading, explanation = pca.PCA_nipals2(dataMatrix, standardize=True, E_matrices ...
Normalizing out the 1st and more components from the data. This is usefull if the data is seperated in its first component(s) by unwanted or biased variance. Such as sex or experiment location etc.