This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Consensus Sequence In Multiple Sequence Alignment- A Brief Idea And Representation

I am confused how the consensus sequence is generated. How can the parameters to calculate consensus sequence (if possible) be configured in programs like Jalview? Because, the default setting in Jalview (I used this program) does not seem to be useful to interpret consensus sequence. I would be interested for example, to ignore the positions that are under-represented in the alignment (having less than 10% coverage). In fact, I want to try the program that works best in working with consensus sequence.

I want to view the consensus sequence in such a format that consensus residue for position with lets say 70% conservation will show the amino acid and rest of the positions will be shown as X. Thus, the consensus sequence will be like. AGXXXXXXXEXXXT, where A,G and T are highly conserved residues in particular MSA position.

-Ksn

consensus multiple

3 answers

The Seaview alignment editor/viewer does this - http://pbil.univ-lyon1.fr/software/seaview.html

Props -> Consensus and you can set the threshold, etc.

Thanks a lot. Similar is the program I was looking for.

Do you have any idea on how threshold have an effect in generating consensus sequence?? I am quite convinced with the representation, however, using different threshold values, the length of consensus differs.

A slight modification to consider is B for either asparagine (N) or aspartic acid (D) and Z for glutamine (Q) or glutamic acid (E).

Unipro UGENE includes a number of configurable consensus algorithms for multiple sequence alignments:

http://ugene.unipro.ru/documentation/manual/alignment_editor/overview/consensus.html

Export of consensus is also available as command line tool.

Log in to answer this question.