getLoading {scBFA} | R Documentation |
Function to get low dimensional loading matrix
getLoading(modelEnv)
modelEnv |
output environment variable |
A: G by K compressed feature space
GeneExpr = matrix(rpois(15,1),3,5) bfa_model = scBFA(scData = GeneExpr,X = NULL,numFactors =2) A = getLoading(bfa_model)