Library For Perl Protein Sequence Visualisation
3
0
Entering edit mode
12.3 years ago

Hi all,

I'm looking for a library to draw, annotate and visualise protein sequences, ideally in Perl. Aside from the Tcl/tk library what else is out there. Does anyone use the GD library and would they recommend it?

Alternatively, assuming the data is in an accessible format what other libraries, toolkits would people recommend?

visualization protein • 2.5k views
ADD COMMENT
1
Entering edit mode
12.3 years ago

it depends what's your original input and what you want to get at the end. For example, you could use a Genbank/XML file from the NCBI, transform it to SVG using XSLT (for example that one:

https://github.com/lindenb/xslt-sandbox/blob/master/stylesheets/bio/ncbi/gb2svg.xsl)

and edit the resulting SVG file with http://inkscape.org/

ADD COMMENT
1
Entering edit mode

Like the idea of using SVG as the final output.

ADD REPLY
1
Entering edit mode
12.3 years ago
dimkal ▴ 730

I usually use Jalview (http://www.jalview.org/examples/examples.html) for all my sequence visualization/annotation. can you provide an example of what you'd like to do?

ADD COMMENT
0
Entering edit mode

Hadn't thought of using Jalview. Is it scriptable?

ADD REPLY
1
Entering edit mode
12.3 years ago
Neilfws 49k

Bio::Graphics is the obvious choice. Start with the HOW-TO (not specific to protein sequence but same principles apply).

ADD COMMENT
0
Entering edit mode

Thanks - that's the kind of thing I'm after for this project.

ADD REPLY

Login before adding your answer.

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