Hi,
We are impressed by your mutation-mapper tool(https://github.com/cBioPortal/mutation-mapper),and we want to quote it in our website,but As shown in the figure below,the functional domain given by the "PFAM Service URL" is inconsistent with the results of the actual keratin in the PDB database (since keratin is a fibrous protein, only a paragraph-based crystalline structure is currently available),so we want to change it to genomenexus API(eg.https://www.genomenexus.org/ensembl/canonical-transcript/hgnc/KRT1?isoformOverrideSource=uniprot) as you do in https://www.cbioportal.org/ ,However,we find it hard to alter it to another URL,because other URL needs different request parameters and different parser of the response data.We want to get a more accurate domain annotation,how can we do it or do you provide new javascript version of Mutation Mapper? Thanks.

Best wishes,
--
You received this message because you are subscribed to the Google Groups "cBioPortal for Cancer Genomics Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cbioportal+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/ca01902.97206.16d6c2d5fef.Coremail.11918067%40zju.edu.cn.
Hi Ino,
Thanks for your pleasant reply.Is there an example or a doc on how to use it in html?
Best wishes,
Ada
-----原始邮件-----
发件人:"Ino de Bruijn" <i...@ino.pm>
发送时间:2019-09-26 22:40:25 (星期四)
收件人: 1191...@zju.edu.cn
抄送: "cBioPortal for Cancer Genomics Discussion Group" <cbiop...@googlegroups.com>, chenl...@zju.edu.cn
主题: Re: [cbioportal] mutation-mapper tool
Hi Ino,
Sorry to bother you again.When run "npm install --save" on the new version of the mutation-mapper tool,I met the error message(shown in the picture bellow).How to solve the problem?Is there an example or a doc on how to use it in html? Thank you.
Best wishes,
Ada

-----原始邮件-----
发件人:1191...@zju.edu.cn
发送时间:2019-09-27 11:22:56 (星期五)
收件人: "Ino de Bruijn" <i...@ino.pm>
抄送: "cBioPortal for Cancer Genomics Discussion Group" <cbiop...@googlegroups.com>, chenl...@zju.edu.cn
主题: Re: Re: [cbioportal] mutation-mapper tool
import {MutationMapper} from "react-mutation-mapper";
...
...
public render()
{
return (
<MutationMapper
hugoSymbol="BRCA1"
data={[{
proteinChange: "L347C",
proteinPosStart: 347
}]}
/>
);
}
...
...
import {MutationMapper} from "react-mutation-mapper";
...
...
public render()
{
return (
<MutationMapperhugoSymbol="BRCA1");
filterMutationsBySelectedTranscript={true}
data={[{
chromosome: "17",
startPosition: 41246509,
endPosition: 41246509,
referenceAllele: "G",
variantAllele: "-"
}]}
/>
}
...
...
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/CAOMQCYEU59nELgpXwXoCNA5rZfUL6RKqzbD4j%3D3xoFC2uwHRCA%40mail.gmail.com.
=====================================================================
Please note that this e-mail and any files transmitted from
Memorial Sloan Kettering Cancer Center may be privileged, confidential,
and protected from disclosure under applicable law. If the reader of
this message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any reading, dissemination, distribution,
copying, or other use of this communication or any of its attachments
is strictly prohibited. If you have received this communication in
error, please notify the sender immediately by replying to this message
and deleting this message, any attachments, and all copies and backups
from your computer.
Hi Onur,
Thank you for your detailed guidance.I'll try it.If I meet with problems,I may reach out you.Thanks again.
Best,
Ada
-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2019-10-10 22:45:55 (星期四)
收件人: 1191...@zju.edu.cn
抄送: cbiop...@googlegroups.com, chenl...@zju.edu.cn
Hi Onur,
I tried the react-mutation-mapper with react applications,and get the page shown bellow,it seems that it lost the CSS style,how can I add the style? In addition,can I get the 3D structure which is shown in https://www.cbioportal.org/mutation_mapper?
Best wishes,
Ada

-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2019-10-10 22:45:55 (星期四)
收件人: 1191...@zju.edu.cn
抄送: cbiop...@googlegroups.com, chenl...@zju.edu.cn
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/200472e9.21c43.16db9ccf36b.Coremail.11918067%40zju.edu.cn.
Hi Onur,
I have 2 problems,can you help me?
1.Is there an interface which can choose one mutation by default just as the effect of clicking on a certain mutation in the lollipop line?-the circle on the line in the lollipop enlarged and the table shows only the chosen mutation. (shown as 1.1,1.2,1.3 in the following picture)
2.what does the "Mutation Status" and "ClinVarID" means? how can I custom these fields?(shown as 2 in the following picture)
Thank you.
Best Wishes,
Ada
-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2019-10-10 22:45:55 (星期四)
收件人: 1191...@zju.edu.cn
抄送: cbiop...@googlegroups.com, chenl...@zju.edu.cn
Hi Xiang,
The table style is Ok,but I still has a problems on the drop-down list style(shown in the picture bellow), how can I correct it?
Thank you.
Best Wishes,
Ada
-----原始邮件-----
发件人:"Li Xiang" <wdx...@gmail.com>
发送时间:2019-10-12 04:24:00 (星期六)
收件人: 1191...@zju.edu.cn
抄送: "Onur Sumer" <s.onur...@gmail.com>, cbiop...@googlegroups.com, chenl...@zju.edu.cn
{
type: DataFilterType.POSITION,
values: [182]
}
]}Hi Onur,
OK, thank you for your kind answer.I'll try it.
Best wishes,
Ada
-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2019-10-28 18:27:41 (星期一)
收件人: 1191...@zju.edu.cn
抄送: "Li Xiang" <wdx...@gmail.com>, chenl...@zju.edu.cn, cbiop...@googlegroups.com
主题: Re: Re: Re: [cbioportal] mutation-mapper tool
Hi Onur,
The initial selection was implemented at the lollipop,but the corresponding table rows doesn't change.Is there something I miss?
Best
Ada
-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2019-10-28 18:22:57 (星期一)
收件人: 1191...@zju.edu.cn
抄送: chenl...@zju.edu.cn, cbiop...@googlegroups.com
Hi Onur,
Thanks for your reply.
Yes,I pass the proteinPosStart value to the MutationMapper component,the data property is like this:'
[{"proteinChange":"K74I","mutationType":"Missense_Mutation","proteinPosStart":"74"},{"proteinChange":"V155G","mutationType":"Missense_Mutation","proteinPosStart":"155"}
...]', for the result,it seems to works the initial selection on the lollipop,but not trigger the table for the change.
Best,
Ada
-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2019-10-30 21:40:52 (星期三)
主题: Re: Re: Re: [cbioportal] mutation-mapper tool
Hi Onur,
Thanks for your reminding,it works!Thank you very much!
Best,
Ada
-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2019-11-01 15:15:32 (星期五)
主题: Re: Re: Re: Re: [cbioportal] mutation-mapper tool
Hi Onur,
Sorry to bother you again. I have three more questions about the mutation-mapper tool shown in the picture bellow.
1.How to hide the tracks options?
2.How to hide the table?
3.How the set the UniProt?
I'm looking forward to your reply.
Best wishes,
Ada
-----原始邮件-----
发件人:1191...@zju.edu.cn
发送时间:2019-11-01 16:27:47 (星期五)
收件人: "Onur Sumer" <s.onur...@gmail.com>
抄送: chenl...@zju.edu.cn, cbiop...@googlegroups.com
主题: Re: Re: Re: Re: Re: [cbioportal] mutation-mapper tool
Hi,
I have find the way to hide the track option, but I can't find how to hide the table and set the UniProt. Can you help me out? I'm new to react, so I need your help. Thanks. I'm looking forward to hearing from you.
Best wishes,
Ada
-----原始邮件-----
发件人:lulu <lulu...@zju.edu.cn>
发送时间:2020-06-29 14:14:08 (星期一)
收件人: "Onur Sumer" <s.onur...@gmail.com>
抄送: chenl...@zju.edu.cn, cbiop...@googlegroups.com
主题: Re: Re: Re: Re: Re: Re: [cbioportal] mutation-mapper tool
Hi Onur,
It works! Thanks for your help.
Best wishes,
Ada
-----原始邮件-----
发件人:"Onur Sumer" <s.onur...@gmail.com>
发送时间:2020-07-22 01:28:16 (星期三)
收件人: lulu <lulu...@zju.edu.cn>
抄送: cbiop...@googlegroups.com, chenl...@zju.edu.cn
主题: Re: Re: Re: Re: Re: Re: Re: [cbioportal] mutation-mapper tool