getScore {scBFA} | R Documentation |
Function to get low dimensional embedding matrix
getScore(modelEnv)
modelEnv |
output environment variable |
Z: N by K low dimensional embedding
GeneExpr = matrix(rpois(15,1),3,5) bfa_model = scBFA(scData = GeneExpr,X = NULL,numFactors =2) Z = getScore(bfa_model)