SIMPLS | R Documentation |
The partial least square (PLS) with SIMPLS algorithm is an extension of the multiple linear regression model and considered as bilinear factor models. Instead of embedding the reference and target matrices into a hyperplane of maximum variance, the PLS utilizes a linear regression to project the reference and target matrices into a new place. The SIMPLS algorithm provides the regularization procedure for PLS. The matrices need to be centered before SIMPLS integraton.
SIMPLS(X, Y, npcs = 10, seed = 123)
X |
The reference matrix, row for genes and column for cells. |
Y |
The target matrix, row for genes and column for cells. |
npcs |
The number of the PCs used for data integration. |
seed |
The random seed to keep consistent result. |
De-Jong et al. (1993)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.