Learn R Programming

MAIT (version 1.6.0)

pcaModel: Model extractor for either PCA

Description

Function model returns the model for PCA when function plotPCA have been already respectively launched.

Usage

pcaModel(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

The PCA model of the MAIT.object

See Also

plotPCA

Examples

Run this code
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotPCA(MAIT,plot3d=FALSE)
pcaModel(MAIT)

Run the code above in your browser using DataLab