Summary: Today's genome browsers and protein databanks supply vast amounts of information about proteins. The challenge is to concisely bring together this information in an interactive and easy to generate format.
Availability and Implementation: We have developed an interactive CIRCOS module called i-PV to visualize user supplied protein sequence, conservation and SNV data in a live presentable format. I-PV can be downloaded from http://www.i-pv.org.
Edit - February 5 2018: I had a recent case with someone using ubuntu having problems with relative paths as seen in here. I was not able to reproduce this behavior. If anybody else could please let me know.
I am extending I-PV with a new add-on called INDORIL. This add-on will enable you to look at your point mutations in a user defined 3D coordinates. You can either use the built in metrics or upload your custom data.
I have written an experimental svg 3D renderer about 2.5 years ago but never had the chance to go back and make some improvements. Now the fps is improved a bit, you can export values to third party software or construct basic shape primitives. Here is what the software looks like:
To get a better idea what the software can do you can also watch THIS tutorial:
If you need to first learn how to generate these plots you can look over HERE:
I-PV now accepts a JSON config file as input as well as interactive CLI. The JSON config option allows you to automate image generation. Many fields that were compulsory are now optional.
You only need a fasta file of amino acid sequence and an mRNA fasta file spanning that sequence. A minimal config JSON looks like below:
Added a lot of new features:
You can find a live example here: http://i-pv.org/EGFR.html
And also here is the last tutorial video for changing colors: http://i-pv.org/intro_ipv_alt5.html
For those that are interested in seeing the code online for EGFR sample, you can visit this gist: https://bl.ocks.org/IbrahimTanyalcin/4909088ce481cb0b05ecfe7d2ee8145d
Dear Biostars Community,
I-PV is now on thinkable.org . If you'd like to support the project for further development, you can vote from the link.
Thank you,