LOO: LOO - Integration Multi-omics

Description Usage Arguments Value Examples

View source: R/LOO.R

Description

LOO - Integration Multi-omics

Usage

1
LOO(data, method, it.max = NULL, mc.cores = 1, ...)

Arguments

data

List of matrices.

method

A character value specifying the method to run (See Details).

it.max

An integer to define number of maximum iteration (smaller than the number of samples)

mc.cores

An integer that define the number of cores to parallelize

...

Additionnal parameters for each methods

Value

results of the method on each subset

Examples

1
2
3
4
5
c_1 <- simulateY(J=1000, prop=0.1, noise=1)
c_2 <- simulateY(J=2000, prop=0.1, noise=1)
c_3 <- simulateY(J=500, prop=0.1,  noise=0.5)
data <- list(c_1$data , c_2$data , c_3$data)
res <- LOO(data,K=4,method="SGCCA")

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