subset_by_segment_karyotype | R Documentation |
Retains only a subset of clonal segments, e.g., all '2:1' segments.
subset_by_segment_karyotype(x, karyotypes)
x |
A new CNAqc object with subset data. |
karyotypes |
A list of karyotype ids in |
data('example_dataset_CNAqc', package = 'CNAqc')
x = init(mutations = example_dataset_CNAqc$mutations, cna = example_dataset_CNAqc$cna, purity = example_dataset_CNAqc$purity)
subset_by_segment_karyotype(x, '2:2')
subset_by_segment_karyotype(x, '2:1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.