Learn R Programming

MOFA (version 1.3.1)

Status: Status: set and retrieve training status

Description

Function to set and retrieve taining status.

Usage

Status(object)

Status(object) <- value

# S4 method for MOFAmodel Status(object)

# S4 method for 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

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

Run the code above in your browser using DataLab