split_by_chromosome | R Documentation |
Split a CNAqc object by chromosome, returning a named list with data splits by chromosomes. In this way it is easy to run QC steps per chromosome.
split_by_chromosome(x, chromosomes = paste0("chr", c(1:22, "X", "Y")))
x |
An object created by CNAqc. |
chromosomes |
A list of chromosomes to retain. |
A named list of CNAqc objects.
data("example_PCAWG", package = 'CNAqc')
# Split of tje PCAWG object, for instance
split_by_chromosome(example_PCAWG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.