Click or drag to resize
AmbiguousProteinAlphabetGetConsensusSymbol Method
Find the consensus nucleotide for a set of nucleotides.

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

Parameters

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

Return Value

Type: Byte
Consensus nucleotide.

Implements

IAlphabetGetConsensusSymbol(HashSetByte)
See Also