An S4 class to represent a PCA model constructed using metabom8.
Slots
typeCharacter string indicating model type (e.g., "PCA")
tScores matrix (PCs)
pLoadings matrix
nPCNumber of principal components
X_meanMean of each feature in X (numeric)
X_sdStandard deviation of each feature in X (numeric)
ParametersList of parameters used
XOriginal input matrix
See also
Other NMR & MS:
OPLS_metabom8-class,
PLS_metabom8-class