minimal fraction of amino acids on the certain position in all sequences of the alignment to be taken for consensus letter on this position; number in range 0-100.
Value
consensus_sequence
A character vector of length of the aligned sequence containing consesus sequence based on the input alignment
Details
If maximum fraction of any amino acid on the certain position is lower than a threshold then "*" is printed instead.
# NOT RUN {data("alignment")
alignment = delete_isoforms(alignment)
threshold=80# Set the consensus thresholdconsensus_sequence=consensus(alignment, threshold)
# }