get_drivers | R Documentation |
Returns a tibble with the drivers annotated on certain chromosomes,
extracting VAF or CCF values (if computed). If drivers are not
annotated NULL
is returned.
get_drivers(x, chromosomes = paste0("chr", c(1:22, "X", "Y")), which = "VAF")
x |
A CNAqc object. |
chromosomes |
Which chromosomes to subset. |
which |
A keyword for |
A tibble
data('example_dataset_CNAqc', package = 'CNAqc')
x = init(mutations = example_dataset_CNAqc$mutations, cna = example_dataset_CNAqc$cna, purity = example_dataset_CNAqc$purity)
get_drivers(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.