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