pcaModel {MAIT} | R Documentation |
Function model
returns the model for PCA when function plotPCA
have been already respectively launched.
pcaModel(MAIT.object)
MAIT.object |
A MAIT-class object |
The PCA model of the MAIT.object
Francesc Fernandez, francesc.fernandez.albert@upc.edu
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) MAIT<-plotPCA(MAIT,plot3d=FALSE) pcaModel(MAIT)