Learn R Programming

DriverNet (version 1.12.0)

sampleDriversList: Sample DriverNet result

Description

An object of DriverNetResult class that obtained from running the codecomputeDrivers function.

Usage

data(sampleDriversList)

Arguments

Format

Formal class `DriverNetResult' with 3 slots (1) @ drivers: a character vector of the driver gene name; (2) @ actualEvents: the covered events in each mutated patient; (3) @totalEvents: the total number of outliers

See Also

computeDrivers

Examples

Run this code
data(sampleDriversList)

drivers(sampleDriversList)[1:10]

Run the code above in your browser using DataLab