doMOFA: doMOFA

Description Usage Arguments Value Examples

View source: R/doMOFA.R

Description

doMOFA

Usage

1

Arguments

data

List of matrices.

K

Number of clusters

Value

a list of clust the clustering of samples and fit the results of the method MOFA

Examples

1
2
3
4
5
6
## Not run: c_1 <- simulateY(J=100, prop=0.1, noise=1)
c_2 <- simulateY(J=200, prop=0.1, noise=1)
c_3 <- simulateY(J=50, prop=0.1,  noise=0.5)
data <- list(c_1$data , c_2$data , c_3$data)
res <- doMOFA(data,K=4)
## End(Not run)

CNRGH/crimmix documentation built on Dec. 11, 2019, 5:27 a.m.