iterTiMExBinaryMats: Interative TiMEx on any binary dataset

Description Usage Arguments Details Value Author(s)

Description

iterTiMExBinaryMats performs TiMEx iteratively on any binary dataset, by each time removing the most significant group of largest size and runnning TiMEx again.

Usage

1
iterTiMExBinaryMats(mat, pairMu, pairPvalue, groupPvalue, corr, noRuns)

Arguments

mat

binary input matrix, with rows representing samples and columns representing genes

pairMu

threshold on the pair-level mu (input to the function TiMEx). Default to 0.5.

pairPvalue

threshold on the pair-level pvalue (input to the function TiMEx). Default to 0.01.

groupPvalue

threshold on the group-level pvalue (input to the function TiMEx). Default to 0.1.

corr

type of correction employed by TiMEx. It has to either be "bonf" or "fdr". Default to "bonf".

noRuns

maximum number of times to run the iterative procedure. Default to 10.

Details

This function reports the most significant mutually exclusive groups of largest size inferred iteratively, on the basis of any binary input matrix. Once a group is reported, it is removed from the dataset and TiMEx is ran again. The groups are reported decreasingly by size.

Value

list consisting of

Author(s)

Simona Constantinescu, simona.constantinescu@bsse.ethz.ch


cbg-ethz/pathTiMEx documentation built on May 13, 2019, 2:03 p.m.