pcaScores {MAIT} | R Documentation |
Function pcaScores
returns the loading vectors for the PCA model when function plotPCA
pcaScores(MAIT.object)
MAIT.object |
A MAIT-class object |
A matrix with the PCA loading vectors.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) MAIT<-plotPCA(MAIT,plot3d=FALSE) pcaScores(MAIT)