plotGroupByName: Plots a Mutually Exclusive group

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

Description

plotGroupByName plots a mutually exclusive group (including the frequencies of the genes), given the names of the genes in the group.

Usage

1

Arguments

group

vector of gene names to be plotted

mat

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

Details

The plotting is done based on the function image.

Value

None

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

the wrapper function TiMEx for identifying mutually exclusive groups in a binary dataset with the TiMEx model.

Examples

1
2
3
4
5
6
# Plot the group consisting of the copy number aberrations of MIEN1 and 
# CDKN1B, and the point mutations of CDH1, GATA3, and MAP3K1, in breast 
# cancer.
data(breast)
group<-c('MIEN1-CNA','CDH1-Mut','GATA3-Mut','MAP3K1-Mut','CDKN1B-CNA')
plotGroupByName(group,breast)

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