The consensus sequence records the most frequent base in each column.
Pick the most frequent base per column
The consensus string chooses the most frequent base in each aligned column, breaking ties by alphabet order.
consensus=column-wise maximum
The consensus is ACGT
For these aligned instances, the consensus string is ACGT.
consensus=ACGT