This is a test version of Biostars. For the public version, visit https://www.biostars.org.
color a sequence alignment

Hi,

do you know a tool (server) that colors a sequence alignment file (in FASTA format) by residue type?

Thank you very much

Silvia

alignment

6 answers

I think the best and easy way is Jalview

http://www.jalview.org/

Using sed

(echo "<body><html><pre>" && curl -s http://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/multalignviewer/apoex.fa | sed -r -e '/^[^>]/s%([ALVLIFLP])%\1%g' -e 's/^>/\>/' && echo "</pre></body></html>" ) > out.html

If you need it for presentations, papers, etc., there is a very nice LaTeX package: http://www.uni-kiel.de/Pharmazie/chem/Prof_Beitz/pdf/texshade.pdf

< image not found >

Have a look: http://multalin.toulouse.inra.fr/multalin/multalin.html

Seaview

Colours residue based on different properties and has various output types. It has many other sequence functions too.

Jalview www.jalview.org) has many option for colouring whole alignments or groups. I have added the link to a youtube video about this. Plus there are videos about how to change the appearance of the alignment and exporting journal quality figures.

Log in to answer this question.