Description Usage Arguments Value Examples
View source: R/FastLORS_Functions.R
SVT
is a function to perform soft-thresholded singular value decomposition. It is used to get an initial estimate for L.
Note: This function is adapted from the LORS MATLAB implementation
1 | SVT(Y, lambda)
|
Y |
gene expression matrix |
lambda |
a tuning parameter |
L the singular value decomposition of Y, soft-thresholded with lambda.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.