Dimensions {MOFA}R Documentation

Dimensions: set and retrieve dimensions

Description

Function to set and retrieve model dimensions.

Usage

Dimensions(object)

Dimensions(object) <- value

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

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

Arguments

object

a MOFAmodel object.

value

list of dimensions

Value

list of dimensions of the model

Examples

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

[Package MOFA version 1.6.2 Index]