Learn R Programming

MOFA (version 1.3.1)

FeatureIntercepts: FeatureIntercepts: set and retrieve feature intercepts

Description

Function to set and retrieve feature intercepts

Usage

FeatureIntercepts(object)

FeatureIntercepts(object) <- value

# S4 method for MOFAmodel FeatureIntercepts(object)

# S4 method for MOFAmodel,list FeatureIntercepts(object) <- value

Arguments

object

a MOFAmodel object.

value

list of feature intercepts (per view)

Value

list of feature intercepts (per view)

Examples

Run this code
# 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