Hello,
I was wondering if there is a way in Biopython to remove columns from multiple sequence alignment that have gaps.
There is a whole section here on manipulating alignments but there is no function that deals with gaps.
My intentions are to remove columns that have gaps of any size, one or all.
Any help will be great.
Thank you
Something similar to what this program does.
Since gaps are marked by a specific symbol like "-" or ".", shouldn't this be rather trivial to achieve? It's not necessarily a very good idea though..
Hi, I have bit similar problem. But I want to remove all the columns where any of the character is 'X'.