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