IAlphabetGetConsensusSymbol Method |
Find the consensus symbol for a set of symbols.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax byte GetConsensusSymbol(
HashSet<byte> symbols
)
Function GetConsensusSymbol (
symbols As HashSet(Of Byte)
) As Byte
unsigned char GetConsensusSymbol(
HashSet<unsigned char>^ symbols
)
abstract GetConsensusSymbol :
symbols : HashSet<byte> -> byte
Parameters
- symbols
- Type: System.Collections.GenericHashSetByte
Set of sequence items.
Return Value
Type:
ByteConsensus symbol.
See Also