makeOncoplot.CPCT: Generates a mutational signature plot.

Description Usage Arguments Value

View source: R/plot_oncoplot.R

Description

Generates a mutational signature plot.

Usage

1
2
3
4
5
6
7
makeOncoplot.CPCT(
  dataOncoplot,
  includedSamples = NULL,
  sortSamples = NULL,
  sortGenes = NULL,
  showAlleles = TRUE
)

Arguments

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).

Value

(ggplot) ggplot object.


J0bbie/R2CPCT documentation built on Feb. 24, 2022, 8:15 a.m.