color a sequence alignment
6
2
Entering edit mode
9.1 years ago

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 • 8.6k views
ADD COMMENT
4
Entering edit mode
9.1 years ago
venu 7.1k

I think the best and easy way is Jalview

http://www.jalview.org/

ADD COMMENT
2
Entering edit mode
9.1 years ago

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
ADD COMMENT
1
Entering edit mode

I am using windows. So, How do I run this command?

ADD REPLY
1
Entering edit mode

You could try Cygwin

ADD REPLY
2
Entering edit mode
9.1 years ago
thackl ★ 3.0k

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 >

ADD COMMENT
0
Entering edit mode

this is really nice. Thank you

ADD REPLY
1
Entering edit mode
ADD COMMENT
1
Entering edit mode
9.1 years ago
Ian 6.0k

Seaview

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

ADD COMMENT
1
Entering edit mode
7.9 years ago
Suzanne ▴ 100

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.

ADD COMMENT

Login before adding your answer.

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