powered by
This function generates an overlap plot using the MAF data.
generateOverlapPlot( mymaf, use_silent_mutations = FALSE, summarize_by = "gene", plotType = c("ribbon", "heatmap"), savename = NULL, savewidth = 8, saveheight = 8 )
The MAF object
Flag to use the silent mutations in the plot
Paramter to summarize the data (Either 'gene' or 'mutation'")
The type of plot generated ("ribbon" or "heatmap" or both)
The name and path of the output file
Width of plot
Height of plot
No return value, the plot is saved as a pdf
# NOT RUN { library(MAFDash) library(maftools) maf <- system.file("extdata", "test.mutect2.maf.gz", package = "MAFDash") # } # NOT RUN { generateOverlapPlot(read.maf(maf)) # }
Run the code above in your browser using DataLab