as.genes {TRONCO}R Documentation

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

data(test_dataset)
as.genes(test_dataset)


[Package TRONCO version 2.26.0 Index]