How to visualize Multiple Sequence Alignment with python ?
Hi, I have .aln/.fasta files resulting of Clustalw Multiple Sequence Alignments. How can I visualize them with colors ?
• 5,458 views
•
link
2 answers
Can't think of a particularly good alignment viewer in python.
If you are more interested in result rather than doing it in python, there are many options. For example, you can paste your alignment into this form to get a quick result:
https://www.ebi.ac.uk/Tools/msa/mview/
Another option is to download Jalview, which is Java-driven and should work on any computer. It is GUI-based and will let you customize the output.
• 0 views
•
link
Log in to answer this question.