plotApobecDiff {maftools} | R Documentation |
Plots differences between APOBEC enriched and non-APOBEC enriched samples
plotApobecDiff(tnm, maf, title_size = 1, axis_lwd = 2, font_size = 1.2)
tnm |
output generated by |
maf |
an |
title_size |
size of title. Default 1.3 |
axis_lwd |
axis width. Default 2. |
font_size |
font size. Default 1.2 |
Plots differences between APOBEC enriched and non-APOBEC enriched samples (TCW). Plot includes differences in mutations load, tCw motif distribution and top genes altered.
list of table containing differenatially altered genes. This can be passed to forestPlot
to plot results.
trinucleotideMatrix
plotSignatures
## Not run: laml.tnm <- trinucleotideMatrix(maf = laml, ref_genome = 'hg19.fa', prefix = 'chr', add = TRUE, useSyn = TRUE) plotApobecDiff(laml.tnm) ## End(Not run)