Entering edit mode
10.1 years ago
ilmagodellepcr
▴
10
Dear all,
I obtained a similarity matrix from a multialignment of about 200 protein sequences. I would like to filter this matrix by only 100% identity because I'd like to identify and discard identical accession from this list of proteins.
Any advice?
Thanks in advance
Just use R, python, perl or any other language that you're familiar with. Note that this may be simpler if the matrix is symmetric, though handling a triangular matrix isn't terribly difficult either.