subset_groups: Subset groups

Description Usage Arguments Value Examples

View source: R/subset.R

Description

Method to subset (or sort) groups

Usage

1
subset_groups(object, groups)

Arguments

object

a MOFA object.

groups

character vector with the groups names, numeric vector with the groups indices or logical vector with the groups to be kept as TRUE.

Value

A MOFA object

Examples

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

# Subset the first group
model <- subset_groups(model, groups = 1)

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