Learn R Programming

TRONCO (version 2.4.2)

ngenes: ngenes

Description

Return the number of genes in the dataset involving a certain type of event.

Usage

ngenes(x, types = NA)

Arguments

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

Value

The number of genes in the dataset involving a certain type of event.

Examples

Run this code
data(test_dataset)
ngenes(test_dataset)

Run the code above in your browser using DataLab