Entering edit mode
9 months ago
jiazheng_lin
•
0
Describe the issue
When using maftools to plot mutational summary data, I encountered some issues:
- I use WES data to generate a filtered VCF file, and then utilize VEP for annotation to obtain an MAF file.
- The MAF file contains an excessive number of missense mutations, with up to 10 missense variants occurring in a single gene.
- Furthermore, the plot generated by maftools displays an overwhelming amount of multi_hit annotations.
- All genes exhibit a 100% occurrence rate.
- I'm uncertain as to which step may have led to this issue.
If there is any additional information I should provide to resolve this issue, please do not hesitate to let me know.
Thank you very much.
Command
library(maftools)
laml <- read.maf('vep_merge.maf')
plotmafSummary(maf = laml, rmOutlier = TRUE, addStat = 'median', dashboard = TRUE, titvRaw = FALSE)
oncoplot(maf = laml, top = 30,showTumorSampleBarcodes = F)