Expectations: Expectations: set and retrieve expectations of model...

Description Usage Arguments Value Examples

Description

Function to set and retrieve expectations of model components.

Usage

1
2
3
4
5
6
7
8
9
Expectations(object)

Expectations(object) <- value

## S4 method for signature 'MOFAmodel'
Expectations(object)

## S4 replacement method for signature 'MOFAmodel,list'
Expectations(object) <- value

Arguments

object

a MOFAmodel object.

value

a list with matrices for expectations of unobserved model components

Value

list of matrices containing expectations of model components

Examples

1
2
3
4
# load a trained MOFAmodel object
filepath <- system.file("extdata", "scMT_model.hdf5", package = "MOFAdata")
MOFAobject <- loadModel(filepath)
names(Expectations(MOFAobject))

bioFAM/MOFA documentation built on Oct. 3, 2020, 12:53 a.m.