Click or drag to resize
IAlphabetGetConsensusSymbol Method
Find the consensus symbol for a set of symbols.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
byte GetConsensusSymbol(
	HashSet<byte> symbols
)

Parameters

symbols
Type: System.Collections.GenericHashSetByte
Set of sequence items.

Return Value

Type: Byte
Consensus symbol.
See Also