Click or drag to resize
DnaAlphabetMapAmbiguousNucleotide Method
Maps the ambiguous nucleotide to the nucleotides it represents. For example ambiguous nucleotide 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 MapAmbiguousNucleotide(
	byte ambiguousNucleotide,
	params byte[] nucleotidesToMap
)

Parameters

ambiguousNucleotide
Type: SystemByte
Ambiguous nucleotide.
nucleotidesToMap
Type: SystemByte
Nucleotide represented by ambiguous nucleotide.
See Also