Finding Regions Of 100% Conservation
2
0
Entering edit mode
10.8 years ago

I have a 36-row single alignment of a protein sequence, and I'm looking for regions with 100% conservation. How can I do so without resorting to simple visual methods?

I'm working with Biopython and ClustalOmega at the moment.

alignment • 2.1k views
ADD COMMENT
1
Entering edit mode
10.8 years ago

Transpose your alignment and count the occurrence of each residue. For the latter you can use the python collections.Counter function, if you're lazy.

ADD COMMENT
0
Entering edit mode
10.8 years ago
always_learning ★ 1.1k

If you are aware about perl then this may help you

Per-column conservation of multiple alignment in Perl

ADD COMMENT

Login before adding your answer.

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