Entering edit mode
2.7 years ago
The
▴
180
I'll have to code in PYTHON some visualization method for multiple protein sequences and subsequences. I would try to show the alignment of many fragment sequences to the original sequences showing the position of fragments and the amino acids. The amino acids are to be colored by some physico-chemical properties.Something similar but not exactly the pic. as this:
Can somebody recommend any graphics or other library in Python suitable for this kind of job? The output can be graphics file like png or interactive graphics or html, doesn't matter really for me.
Thanks in advance
Hm, you could probably try to play with bash colored printing, but beware the usefulness of a bash alignment visualization to cite this towardsdatascience blog post:
Maybe
less -rS
??unfortunately I'm expecting my data format will be different from standard alignment formats and may not work with the common alignment viewers