Click or drag to resize
RnaAlphabetAddNucleotide Method
Verify whether the nucleotide value or other possible values already exist or not.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected void AddNucleotide(
	byte nucleotideValue,
	string friendlyName,
	params byte[] otherPossibleValues
)

Parameters

nucleotideValue
Type: SystemByte
The nucleotideValue.
friendlyName
Type: SystemString
User friendly name of the symbol.
otherPossibleValues
Type: SystemByte
The otherPosibleValues.
See Also