View source: R/getter_functions.R
| Drivers | R Documentation | 
From a cohort object, this function extracts the tibble of annotated driver events for a patient (either CCF or binary).
Drivers(x, p)
x | 
 A   | 
p | 
 The id of a patient in the cohort.  | 
Drivers data for a custom patient.
Other Getters: 
CCF_clusters(),
CCF(),
Clonal_cluster(),
Data(),
ITransfer(),
Phylo(),
Samples(),
Subclonal(),
Truncal(),
get_features()
# Data released in the 'evoverse.datasets'
data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets')
Drivers(TRACERx_NEJM_2017_REVOLVER, 'CRUK0002')
Drivers(TRACERx_NEJM_2017_REVOLVER, 'CRUK0008')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.