Description Usage Arguments Value
View source: R/data_transfer.R
argmin_{lambda>=0} ||X- HW^T diag(lambd) - 1_n b^T||_F^2
1 | transfer_solve_lambda(X, W, H, b)
|
X |
An ncells-by-ngenes gene expression matrix |
W |
An ngenes-by-r reference low dimensional factor matrix |
H |
A factor loading matrix of size ncells-by-r |
b |
A numeric shift vector of size p (ngenes). |
numeric vector, scaling of target data with respect to the reference factor matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.