ProteinAlphabetAddAminoAcid Method |
Adds a Amino acid to the existing amino acids.
Namespace: BioAssembly: 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
)
Protected Sub AddAminoAcid (
aminoAcidValue As Byte,
friendlyName As String,
ParamArray otherPossibleValues As Byte()
)
protected:
void AddAminoAcid(
unsigned char aminoAcidValue,
String^ friendlyName,
... array<unsigned char>^ otherPossibleValues
)
member AddAminoAcid :
aminoAcidValue : byte *
friendlyName : string *
otherPossibleValues : byte[] -> unit
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