I am using windows. So, How do I run this command?
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
• 10,278 views
•
link
6 answers
I think the best and easy way is Jalview
• 0 views
•
link
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
• 0 views
•
link
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

• 0 views
•
link
this is really nice. Thank you
• 0 views
•
link
• 0 views
•
link
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.
• 1 views
•
link
Log in to answer this question.