Learn R Programming

MOFA (version 1.3.1)

getELBO: getELBO

Description

Extract the value of the ELBO statistics after model training. This can be useful for model selection.

Usage

getELBO(object)

Arguments

object

a MOFAmodel object.

Value

value of the ELBO statistic at end of training

Examples

Run this code
# NOT RUN {
# load a trained MOFAmodel object
filepath <- system.file("extdata", "scMT_model.hdf5", package = "MOFAdata")
MOFAobject <- loadModel(filepath)
# get ELBO statistic
getELBO(MOFAobject)
# }

Run the code above in your browser using DataLab