Click or drag to resize
ProteinAlphabetAddAminoAcid Method
Adds a Amino acid to the existing amino acids.

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

Parameters

aminoAcidValue
Type: SystemByte
Amino acid to be added.
friendlyName
Type: SystemString
User friendly name of the symbol.
otherPossibleValues
Type: SystemByte
Maps Capital and small Letters.
See Also