removeLowFreqs: Removes alterations based on frequency

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

Description

removeLowFreqs returns a binary matrix from which genes altered with lower frequency than the input level are removed.

Usage

1
removeLowFreqs(mat, level)

Arguments

mat

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

level

frequency level under which the genes are to be removed (real number between 0 and 1). Default is 0.03.

Details

It is only recommended to run this function if the user is not at all interested in the role of low-frequently altered genes.

Value

the binary input matrix without the low-frequently altered genes.

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

ovarian, breast, and gbmDendrix for examples of biological large cancer datasets.

Examples

1
2
3
4
# Remove genes altered in less than 3% (the default level) of the samples  
# in the ovarian cancer dataset
data(ovarian)
ovarianNew<-removeLowFreqs(ovarian)

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