Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Each base of a consensus sequence is calculated as a function of the corresponding column bases. There are different methods to calculate the consensus. Each method reveals unique biological properties of the aligned sequences. The Alignment Editor allows switching between different consensus modes. To switch the consensus mode activate the context menu (using the right mouse button) or the Actions menu and select the Consensus mode item.



There are several modes:

  • JalView (Default) — it is based on the JalView algorithm. Returns ‘+’ if there are 2 characters with high frequency. Returns symbol in lower case if the symbol content in a row is lower than the specified threshold.
  • ClustalW — emulates the ClustalW program and file format behavior.
  • Levitsky — this algorithm is proposed by Victor Levitsky to calculate consensus of DNA alignments. At first, it collects global alignment frequencies for every symbol using extended (15 symbols) DNA alphabet. Then, for every column it selects the rarest symbol in the whole alignment with percentage in the column greater or equals to the threshold value.
  • Strict — the algorithm returns gap character (‘—’) if symbol frequency in a column is lower than the threshold specified.
  • No labels