Click or drag to resize
ProteinAlphabetMapAmbiguousAminoAcid Method
Maps the ambiguous amino acids to the amino acids it represents. For example ambiguous amino acids M represents the basic nucleotides A or C.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected void MapAmbiguousAminoAcid(
	byte ambiguousAminoAcid,
	params byte[] aminoAcidsToMap
)

Parameters

ambiguousAminoAcid
Type: SystemByte
Ambiguous amino acids.
aminoAcidsToMap
Type: SystemByte
Nucleotide represented by ambiguous amino acids.
See Also