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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax protected void MapAmbiguousAminoAcid(
byte ambiguousAminoAcid,
params byte[] aminoAcidsToMap
)
Protected Sub MapAmbiguousAminoAcid (
ambiguousAminoAcid As Byte,
ParamArray aminoAcidsToMap As Byte()
)
protected:
void MapAmbiguousAminoAcid(
unsigned char ambiguousAminoAcid,
... array<unsigned char>^ aminoAcidsToMap
)
member MapAmbiguousAminoAcid :
ambiguousAminoAcid : byte *
aminoAcidsToMap : byte[] -> unit
Parameters
- ambiguousAminoAcid
- Type: SystemByte
Ambiguous amino acids. - aminoAcidsToMap
- Type: SystemByte
Nucleotide represented by ambiguous amino acids.
See Also