powered by
Function to set and retrieve model dimensions.
Dimensions(object)Dimensions(object) <- value# S4 method for MOFAmodel Dimensions(object)# S4 method for MOFAmodel,list Dimensions(object) <- value
Dimensions(object) <- value
# S4 method for MOFAmodel Dimensions(object)
# S4 method for MOFAmodel,list Dimensions(object) <- value
a MOFAmodel object.
MOFAmodel
list of dimensions
list of dimensions of the model
# NOT RUN { # load a trained MOFAmodel object filepath <- system.file("extdata", "scMT_model.hdf5", package = "MOFAdata") MOFAobject <- loadModel(filepath) Dimensions(MOFAobject) # }
Run the code above in your browser using DataLab