Description Usage Arguments Value
View source: R/data_integration.R
argmin_{b_j>=0} ||X- HW^T diag(lambda_j) - 1_n b^T||_F^2
1 | solve_b(X, W, H, lambd, b.gamma = 0.1)
|
X |
ncells-by-ngenes gene expression matrix |
W |
ngenes-by-r non-negative common factor matrix |
H |
ncells-by-r nonnegative factor loading matrix |
lambd |
numeric scalar, scaling associated with the dataset |
b.gamma |
tunning parameter for the L2 panelty on b.gamma. |
b shift vector of size p (ngenes).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.