IConsensusResolverGetConsensus Method |
Find consensus symbol for a list of symbols.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax byte GetConsensus(
byte[] items
)
Function GetConsensus (
items As Byte()
) As Byte
unsigned char GetConsensus(
array<unsigned char>^ items
)
abstract GetConsensus :
items : byte[] -> byte
Parameters
- items
- Type: SystemByte
List of input symbols.
Return Value
Type:
ByteConsensus Symbol.
See Also