FeatureIntercepts {MOFA} | R Documentation |
Function to set and retrieve feature intercepts
FeatureIntercepts(object) FeatureIntercepts(object) <- value ## S4 method for signature 'MOFAmodel' FeatureIntercepts(object) ## S4 replacement method for signature 'MOFAmodel,list' FeatureIntercepts(object) <- value
object |
a |
value |
list of feature intercepts (per view) |
list of feature intercepts (per view)
# load a trained MOFAmodel object filepath <- system.file("extdata", "scMT_model.hdf5", package = "MOFAdata") MOFAobject <- loadModel(filepath) str(FeatureIntercepts(MOFAobject))