getLoading: Function to get low dimensional loading matrix

Description Usage Arguments Value Examples

View source: R/BFA.R

Description

Function to get low dimensional loading matrix

Usage

1
getLoading(modelEnv)

Arguments

modelEnv

output environment variable

Value

A: G by K compressed feature space

Examples

1
2
3
GeneExpr = matrix(rpois(15,1),3,5)
bfa_model = scBFA(scData = GeneExpr,X = NULL,numFactors =2)
A = getLoading(bfa_model)

quon-titative-biology/scBFA documentation built on March 24, 2020, 7:30 p.m.