Click or drag to resize
SimpleConsensusResolverGetConsensus Method
Gets consensus symbols for the input list, using frequency fraction method. Refer class summary for more details.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public byte GetConsensus(
	byte[] items
)

Parameters

items
Type: SystemByte
List of input symbols.

Return Value

Type: Byte
Consensus Symbol.

Implements

IConsensusResolverGetConsensus(Byte)
See Also