Learn R Programming

TRONCO (version 2.4.2)

has.duplicates: has.duplicates

Description

Return true if there are duplicated events in the TRONCO dataset 'x', which should be a TRONCO compliant dataset - see is.compliant. Events are identified by a gene name, e.g., a HuGO_Symbol, and a type label, e.g., c('SNP', 'KRAS')

Usage

has.duplicates(x)

Arguments

x
A TRONCO compliant dataset.

Value

TRUE if there are duplicated events in x.

Examples

Run this code
data(test_dataset)
has.duplicates(test_dataset)

Run the code above in your browser using DataLab