Description Usage Arguments Value Examples
Function to get low dimensional loading matrix
1 | getLoading(modelEnv)
|
modelEnv |
output environment variable |
A: G by K compressed feature space
1 2 3 | GeneExpr = matrix(rpois(15,1),3,5)
bfa_model = scBFA(scData = GeneExpr,X = NULL,numFactors =2)
A = getLoading(bfa_model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.