FeatureIntercepts {MOFA}R Documentation

FeatureIntercepts: set and retrieve feature intercepts

Description

Function to set and retrieve feature intercepts

Usage

FeatureIntercepts(object)

FeatureIntercepts(object) <- value

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

## S4 replacement method for signature '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

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

[Package MOFA version 1.0.0 Index]