Learn R Programming

TRONCO (version 2.4.2)

as.genes: as.genes

Description

Return all gene symbols for which a certain type of event exists in 'x', which should be a TRONCO compliant dataset - see is.compliant.

Usage

as.genes(x, types = NA)

Arguments

x
A TRONCO compliant dataset.
types
The types of events to consider, if NA all available types are used.

Value

A vector of gene symbols for which a certain type of event exists

Examples

Run this code
data(test_dataset)
as.genes(test_dataset)

Run the code above in your browser using DataLab