Entering edit mode
6 months ago
sainavyav22
•
0
Hello,
I have annovar annotated files of my whole genome sequenced data. I want to plot most frequently mutated genes among all my data files along wih the type of mutation (varaint) in an oncoplot. How can I produce this type of graph using the annovar exonic_variant_function file. Can I use maftools for this purpose? Could someone please provide the R script to generate an oncoplot. Thanks.
This is how my data file looks like:
line896 nonsynonymous SNV gene-SHPRH:XM_005615487.3:exon28:c.C4834T:p.H1612Y,gene-SHPRH:XM_533438.5:exon28:c.C4834T:p.H1612Y,gene-SHPRH:XM_005615488.3:exon28:c.C4834T:p.H1612Y, NC_006583.3 37085029 37085029
G A het . 240 93
line922 nonframeshift deletion gene-STXBP5:XM_533442.6:exon1:c.63_65del:p.21_22del,gene-STXBP5:XM_003432538.4:exon1:c.63_65del:p.21_22del,gene-STXBP5:XM_022417957.1:exon1:c.63_65del:p.21_22del, NC_006583.3 38271448
38271450 GCA - het . 235
What have you tried? Where exactly are you running into problems?
Hi, I used the following script to generate the plot. All the steps ran properly, I got a warning message at the end and the graph was not plotted.
Sorry for the late response. Could you please help me understand where the error occurred? Thanks.
Where is the error?
I just received the warning message I posted above, but the graph did not plot.
D you mean that the pdf file is blank/empty?
It wasn't plotted correctly before. I get it now. Thanks!
What do you mean by "plotted correctly"? Please explain in more detail so your post can be useful for others facing similar issues.