Lolliplot Link On The Tvap Website
3
4
Entering edit mode
10.6 years ago
zoppoli ▴ 70

I'm trying to download the Lolliplot tool from http://tvap.genome.wustl.edu/tools/lolliplot/, but the link is apparently non-functioning.

This tool is supposed to plot somatic mutations on their respective proteins, something that is easier said than done (at least with a nice graphical output and without twiggling too much with code. Can anybody help me on that?

Thanks

visualization • 4.8k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

unfortunately I don't have perl programming skills, so it would definitely require something more than 4 hours x me. Any suggestion as an alternative which is not "Take a perl course?" ;-)

ADD REPLY
3
Entering edit mode
10.6 years ago
Christian ★ 3.0k

I was able to successfully produce MuSiC lolliplots by downloading the source code from github (git clone https://github.com/genome/gms-core.git) and hacking into MutationDiagram.pm. This way I was able to decouple the MutationDiagram module from its required input data structures and plug in my own data (InterPro domains, genomic variants). This worked well for me without too much hassle (~4 hours of work), but it definitely requires good Perl skills and some understanding about the function of this module.

ADD COMMENT
1
Entering edit mode

Glad to hear that you got it working, Christian. If you have a stand-alone version that you'd like to contribute back to the community, we'd be happy to put it up on our site. (with proper credit given to you, naturally). One of our motivations for open-sourcing all of our code is to enable people to use our tools - even the ones we haven't had time to package up neatly yet! Even rough code might give someone else a cleaner place to start.

ADD REPLY
0
Entering edit mode

I would have gladly provided my code if it is in a useful state. But as it is now, I only substituted one internal data structure (MuSiC) for another (my own), which is hardly more useful than the current implementation of MutationDiagram.pm.

What is needed is some kind of standardized interface to this module that allows users to run it off their own input text files without the need to touch the code (e.g., by reading genomic variants in VCF format, gene models from GFF/BED format, and domains in HMMer format). Maybe I will invest this extra work and let you know.

ADD REPLY
2
Entering edit mode
10.6 years ago

As the answer linked above suggests, the lollipot code is heavily dependent on our internal databases. The code is all open-sourced on github, but getting it to run is currently non-trivial, as it hasn't been fully packaged up for stand-alone use yet. The TVAP team hopes to do so soon, which is why a placeholder page is sitting on that site. Sorry for the confusion!

ADD COMMENT
1
Entering edit mode

Although it is very far from a light weight solution to the issue, another option is to install the GMS as described here: https://github.com/genome/gms/wiki/Install

And then follow the examples ending with a mutation-diagram (aka lolliplot) here: https://github.com/genome/gms/wiki/Useful-GMS-Commands#genome-model-tools

ADD REPLY
1
Entering edit mode
10.0 years ago
Christian ★ 3.0k

MuSiC lolliplots can now be created online at http://explorepcgp.org/proteinPainter

ADD COMMENT

Login before adding your answer.

Traffic: 1356 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