start.analysis: start.analysis

Description Usage Arguments Author(s)

View source: R/start_analysis.R

Description

Wrapper function to start one of the deconvolution algorithms MeDeCom, RefFreeEWAS or EDec

Usage

1
2
start.analysis(meth.data = NULL, rnb.set = NULL, cg_groups, Ks,
  work.dir, factorviz.outputs = FALSE, method = "MeDeCom", ...)

Arguments

meth.data

A matrix or data.frame containing methylation information. If NULL, methylation information needs to be provided through rnb.set

rnb.set

An object of type RnBSet-class containing methylation and sample meta information.

cg_groups

List of CpG indices used for the analysis. Can be computed by prepare_CG_subsets.

Ks

Vector of integers used as components in MeDeCom.

work.dir

Working directory for the analysis.

factorviz.outputs

Flag indicating, if outputs should be stored to be compatible with FactorViz for data exploration

method

The method to be used for deconvolution. Can be one of MeDeCom, RefFreeCellMix or EDec.

Author(s)

Michael Scherer


lutsik/DecompPipeline documentation built on Oct. 13, 2019, 1:51 a.m.