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