Description Usage Arguments Value
View source: R/plot_oncoplot.R
Generates a mutational signature plot.
1 2 3 4 5 6 7 | makeOncoplot.CPCT(
dataOncoplot,
includedSamples = NULL,
sortSamples = NULL,
sortGenes = NULL,
showAlleles = TRUE
)
|
dataOncoplot |
(tibble): Mutational data from the combinedReport. |
includedSamples |
(character): Which samples should be included (completes missing samples)? |
sortSamples |
(character): Specific order of samples ordering (x-axis)? |
sortGenes |
(character): Specific order of genes (y-axis)? |
showAlleles |
(logical): Should the mutations be (roughly) separated per paternal/maternal allele (TRUE) or combined (FALSE). |
(ggplot) ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.