| DnaAlphabetGetConsensusSymbol 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)
Syntaxpublic virtual byte GetConsensusSymbol(
	HashSet<byte> symbols
)
Public Overridable Function GetConsensusSymbol ( 
	symbols As HashSet(Of Byte)
) As Byte
public:
virtual unsigned char GetConsensusSymbol(
	HashSet<unsigned char>^ symbols
)
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