DriverNetResult-class {DriverNet} | R Documentation |
"DriverNetResult"
A class storing the result from running the computeDrivers
function. It contains the list of driver mutations found, the detailed events covered by these drivers and the total number of events in the test data.
Objects can be created by calls of the form new("DriverNetResult", drivers=...,
actualEvents=..., totalEvents=...)
.
drivers
:Object of class "character"
~~
actualEvents
:Object of class "list"
~~
totalEvents
:Object of class "numeric"
~~
signature(x = "DriverNetResult")
: ...
signature(x = "DriverNetResult")
: ...
signature(x = "DriverNetResult")
: ...
Ali Bashashati, Reza Haffari, Jiarui Ding, Gavin Ha, Kenneth Liu, Jamie Rosner and Sohrab Shah
Maintainer: Jiarui Ding <jiaruid@cs.ubc.ca>
data(sampleDriversList) drivers(sampleDriversList)[1:10]