create_mofa_from_matrix: create a MOFA object from a a list of matrices

Description Usage Arguments Value Examples

View source: R/create_mofa.R

Description

Method to create a MOFA object from a list of matrices

Usage

1

Arguments

data

A list of matrices, where each entry corresponds to one view. Samples are stored in columns and features in rows. Missing values must be filled in prior to creating the MOFA object (see for example the CLL tutorial)

groups

A character vector with group assignment for every sample. Default is NULL, no group structure.

Value

Returns an untrained MOFA object

Examples

1
2

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