View source: R/getter_functions.R
| Data | R Documentation |
From a cohort object, this function extracts the tibble of all data available for a patient (either CCF or binary).
Data(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(),
Drivers(),
ITransfer(),
Phylo(),
Samples(),
Subclonal(),
Truncal(),
get_features()
# Data released in the 'evoverse.datasets'
data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets')
Data(TRACERx_NEJM_2017_REVOLVER, 'CRUK0002')
Data(TRACERx_NEJM_2017_REVOLVER, 'CRUK0008')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.