FeatureIntercepts: FeatureIntercepts: set and retrieve feature intercepts

Description Usage Arguments Value Examples

Description

Function to set and retrieve feature intercepts

Usage

1
2
3
4
5
6
7
8
9
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

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

bioFAM/MOFA documentation built on Oct. 3, 2020, 12:53 a.m.