You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to read my .maf file but I want classify all the mutations as non-silent because I need all for oncoplot and I want to see the mutations if they are even silent.
For this I tried to use "nonSyn = c("Frame_Shift_Del", "Frame_Shift_Ins", "Splice_Site",
"Translation_Start_Site","Nonsense_Mutation", "Nonstop_Mutation", "In_Frame_Del","In_Frame_Ins", "Missense_Mutation","intergenic")" for nonSyn option, however even though there are mutations in my .maf file it still says no non-synonymous mutations found. How can I skip the part where read.maf checks for non-synonymous mutations or how can I classify all mutations as nonSyn.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi first of all thanks for this great tool!
I am trying to read my .maf file but I want classify all the mutations as non-silent because I need all for oncoplot and I want to see the mutations if they are even silent.
For this I tried to use "nonSyn = c("Frame_Shift_Del", "Frame_Shift_Ins", "Splice_Site",
"Translation_Start_Site","Nonsense_Mutation", "Nonstop_Mutation", "In_Frame_Del","In_Frame_Ins", "Missense_Mutation","intergenic")" for nonSyn option, however even though there are mutations in my .maf file it still says no non-synonymous mutations found. How can I skip the part where read.maf checks for non-synonymous mutations or how can I classify all mutations as nonSyn.
Thanks.
The text was updated successfully, but these errors were encountered: