features_names: features_names: set and retrieve feature names

Description Usage Arguments Value Examples

Description

features_names: set and retrieve feature names

Usage

1
2
3
4
5
6
7
8
9
features_names(object)

features_names(object) <- value

## S4 method for signature 'MOFA'
features_names(object)

## S4 replacement method for signature 'MOFA,list'
features_names(object) <- value

Arguments

object

a MOFA object.

value

list of character vectors with the feature names for every view

Value

list of character vectors with the feature names for each view

Examples

1
2
3
4
# Using an existing trained model on simulated data
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
features_names(model)

MOFA2 documentation built on Nov. 8, 2020, 7:28 p.m.