Mutational landscape plot
1
1
Entering edit mode
5.6 years ago

Hi I am trying to make waterfall plot using GenVisR as shown here. I just put an example data like

sample           gene_name  amino.acid.change  trv_type
TCGA-BH-A0WA-01  BRCA1      X1559_splice       splice_site_del
TCGA-AN-A0XU-01  BRCA1      G1788V             missense
TCGA-A2-A25B-01  BRCA1      E720*              nonsense
TCGA-D8-A27M-01  BRCA1      P1614Qfs*19        frame_shift_del
TCGA-E9-A1NC-01  BRCA1      Q139*              nonsense
TCGA-C8-A12T-01  BRCA1      D1344H             missense
TCGA-A2-A4S0-01  BRCA1      K50T               missense
TCGA-LL-A5YP-01  BRCA1      D96H               missense
TCGA-PE-A5DE-01  BRCA1      E1419K             missense
TCGA-A1-A0SI-01  BRCA1      E9Q                missense
TCGA-AO-A1KR-01  BRCA1      C644del            in_frame_del
TCGA-E2-A1L9-01  BRCA1      S1027I             missense
TCGA-EW-A2FR-01  BRCA1      D366N              missense

and getting plot as shown here:

waterfall plot

But in that, I did not understand how it is plotting translational effect, because there is no information regarding synonymous or non-synonyms mutations.

mutation plot • 2.7k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

A missense or indel variant is non-synonymous, and that information is in your table.

ADD REPLY
0
Entering edit mode

But, in this case, its not like that, all missense mutations are not non-synonyms.

ADD REPLY
0
Entering edit mode

all missense mutations are not non-synonyms

A missense variant is by definition non-synonymous.

ADD REPLY
0
Entering edit mode

Ok, I got it. That is fine. But, among non-synonyms, if we want to indicate the lethal mutation in the plot itself, how it can be done?

ADD REPLY
1
Entering edit mode

What do you mean by "lethal" mutations? That's not a standard classification.

ADD REPLY
0
Entering edit mode

It means that the mutations having deleterious functional impact. It is not a standard classification, but it can be predicted using different tools. I got the information from cbioportal. My concern is if we can show these mutations in the graph itself while giving its information in input file.

ADD REPLY
1
Entering edit mode
5.6 years ago

You need to annotated these using something like Ensembl's variant effect predictor (there are a number of alternatives to this).

ADD COMMENT
0
Entering edit mode

That is fine, but I need to plot these in waterfall plot itself. Can it be done?

ADD REPLY
0
Entering edit mode

You have to label them before you can plot them.

ADD REPLY
0
Entering edit mode

Hi

I noticed one problem while plotting this plot. When I simply plotted data given in the link, I noticed that the gene which is having two same types of mutation with different variant in the same sample is being shown in the plot only once. example, the gene MAP3K1 is having two frame shift mutations, as p.H1058fs and p.I1218fs in sample 12, the plot shows only first one, and not showing second mutation. The plot is shown here:

    12  MAP3K1  frame_shift_ins p.H1058fs
    12  MAP3K1  frame_shift_ins p.I1218fs

Why it is so? Is there any other code to add to plot both one. Please suggest.
Thanks in advance.

ADD REPLY
0
Entering edit mode

Ask Obi, it's his tool.

ADD REPLY

Login before adding your answer.

Traffic: 2174 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6