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