Description Usage Arguments Value
View source: R/data_integration.R
argmin_{H>=0} ||X- HW^T diag(lambd) - 1_n b^T||_F^2 s.t H1 = 1)
1 | solve_H(X, W, lambd, b)
|
X |
ncells-by-ngenes gene expression matrix |
W |
ngenes-by-r non-negative common factor matrix |
lambd |
nonnegative numeric scalar, scaling associated with the dataset |
b |
nonegative scalar, shift associated with tht edataset |
ncells-by-r matrix, factor loading matrix H
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.