19804 Maycrest Way
Germantown MD 20876 USA
301 806-0867
delaglio@nmrscience.com
NMRWish Built-In TCL Functions
pcaNMR: Principal Component Analysis matrix decomposition on spectral data in a region of interest (ROI). See also: readROI, reconNMR.
PCA Decomposition and Reconstruction:
1. If NC is not zero, input matrix X is decomposed into output T, P, and (for 3D X) Q. On return, X is replaced with the residual. 2. If NC is zero, the reconstruction formed by input T, P, and (for 3D X) Q is added into input matrix X. 3. 2D Case: X Matrix is xSize*ySize. T Matrix is xSize*NC. P Matrix is ySize*NC. 4. 3D Case: X Matrix is xSize*ySize*zSize. T Matrix is xSize*NC. P Matrix is ySize*NC. Q Matrix is zSize*NC. |