Description Usage Arguments Value
View source: R/data_transfer.R
G(H, Λ, b; Wref):= \|X -(H Wref^TΛ + 1 d^T)\|_F^2
1 | transfer_objective_func(X, W, H, lambd, 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 |
lambd |
A numeric vecor of the scaling |
b |
A numeric shift vector of size p (ngenes). |
numeric scalar, the value of the objective function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.