CCF | R Documentation |
This function extracts Cancer Cell Fractions (CCFs) estimates from a CNAqc object, after they have been computed using function 'compute_CCF'. The estimates are pooled across the used karyotypes, and extracted from the 'CCF_estimates' field of the input object.
CCF(x)
x |
A CNAqc object. |
A mutations tibble with columns for mutation multiplicity and CCFs.
data("example_PCAWG", package = 'CNAqc')
CCF(example_PCAWG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.