TiMEx: Finds mutually exclusive groups

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

TiMEx is the main function of this package. It identifies all groups of mutually exclusive cancer alterations in a large binary input dataset.

Usage

1
TiMEx(mat, pairMu, pairPvalue, groupPvalue)

Arguments

mat

binary alteration matrix, with rows representing patients and columns representing genes

pairMu

pair-level threshold on mu (real number between 0 and 1). Default is 0.5.

pairPvalue

pair-level threshold on p-value (real number between 0 and 1). Default is 0.01.

groupPvalue

threshold for the corrected p-value, lower than which cliques are significant. Default to 0.1

Details

Dependning on the size of the dataset (both in terms of samples and alterations), TiMEx can require a reasonable time to run. For example, the approximate running time is 10 minutes for the ovarian cancer dataset, and 45 minutes for the breast cancer dataset included in this package, on a personal computer.

TiMEx displays progress messages. In a fist step, it indicates the gene which is currently being tested against the remaining genes. In a later step, it indicates the size of the clique currently being tested, and the number of cliques to test.

Value

list consisting of:

Author(s)

Simona Cristea, scristea@jimmy.harvard.edu

References

Constantinescu et al.: TiMEx: A Waiting Time Model for Mutually Exclusive Cancer Alterations. Bioinformatics (2015).

See Also

analyzePairs for step 1 of the TiMEx procedure; doMaxCliques for step 2 of the TiMEx procedure, and findSignifCliques for step 3 of the TiMEx procedure. The data structures ovarianOutput, breastOutput, gbmDendrixOutput, and gbmMuexOutput are examples of structures resulting after running TiMEx on large cancer datasets.

Examples

1
2
3
4
# Run TiMEx on the ovarian cancer dataset with default parameters 
# (takes approximately 10 minutes)
data(ovarian)
ovarianMEGroups<-TiMEx(ovarian)

cbg-ethz/TiMEx documentation built on May 13, 2019, 1:50 p.m.