Specifically, I have a big set of letters in each line like TDYAVTAGSRVCIVTAGARQREGESRL (or bigger).
In columns, I would have the letters; A, E, G, V, T, S, etc...
I want that each position can tell me how much repetitions there are. Like, in for column A; how many A's are in that line.
This is for proteins (lines) and amino acids (columns) on Biopython, but it should be something working for any example and I would like to know how to make it. With or without Biopython. In the future, both. As of know, one would be useful :D