Learn R Programming

MAIT (version 1.6.0)

scores: Retrieves the scores from a MAIT object

Description

Function scores extracts the scores MAIT object

Usage

scores(object, type,...)

Arguments

object
A MAIT-class object
type
If it is set to "none", the peak aggregation models are returned. If it is set to "PCA", the PCA model is returned. If it is set to "PLS", the PCA model is returned.

...
Other input

Value

A numeric matrix containing the scores saved in the MAIT object

See Also

MAIT-class

Examples

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

MAIT<-plotPCA(MAIT,plot3d=FALSE)
scores(MAIT,type="PCA")

MAIT<-plotPLS(MAIT,plot3d=FALSE)
scores(MAIT,type="PLS")

Run the code above in your browser using DataLab