wrapper_BGFA: Run BGFA by Klami et. al. using data format conventions of...

Description Usage Arguments Value

View source: R/common_tools.R

Description

Run BGFA by Klami et. al. using data format conventions of this repo

Usage

1
wrapper_BGFA(df_list, K = 8, Nrep = 2)

Arguments

df_list

[1,m] list of data.frames, Input data to GFA in COCOREG format

K

[1,1] int, The (maximum) number of components; should be high enough to capture all of the components. This can be recognized by at least a few of the components being shut down

Nrep

[1,1] int, Number of random initialization used for learning the model

Value

A list, The output of CCAGFA::GFA()


cocoreg documentation built on May 2, 2019, 6:48 a.m.