Description Usage Arguments Value
View source: R/data_integration.R
argmin_{lambda_j>=0} ||X- HW^T diag(lambda_j) - 1_n b^T||_F^2
1 | solve_lambda_list(X.list, W, H.list, b.list)
|
X.list |
A list of ncells-by-ngenes gene expression matrix. |
W |
ngenes-by-r non-negative common factor matrix |
H.list |
A list of factor loading matrix of size ncells-by-r |
b.list |
A list of shift vector of size p (ngenes). |
lambda.list A list of m scaling vector of size p (ngenes).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.