Status: Status: set and retrieve training status

Description Usage Arguments Value Examples

Description

Function to set and retrieve taining status.

Usage

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

Status(object) <- value

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

## S4 replacement method for signature 'MOFAmodel,character'
Status(object) <- value

Arguments

object

a MOFAmodel object.

value

character indicating whether the object is trained or untrained

Value

character indicating whether the object is trained or untrained

Examples

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

MOFA documentation built on Feb. 11, 2021, 2:01 a.m.