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