groups_names: groups_names: set and retrieve group names

Description Usage Arguments Value Examples

Description

groups_names: set and retrieve group names

Usage

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

groups_names(object) <- value

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

## S4 replacement method for signature 'MOFA,character'
groups_names(object) <- value

Arguments

object

a MOFA object.

value

character vector with the names for each group

Value

character vector with the names for each sample group

Examples

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

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