RnaAlphabetMapAmbiguousNucleotide Method |
Maps the ambiguous nucleotide to the nucleotides it represents.
For example ambiguous nucleotide 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 MapAmbiguousNucleotide(
byte ambiguousNucleotide,
params byte[] nucleotidesToMap
)
Protected Sub MapAmbiguousNucleotide (
ambiguousNucleotide As Byte,
ParamArray nucleotidesToMap As Byte()
)
protected:
void MapAmbiguousNucleotide(
unsigned char ambiguousNucleotide,
... array<unsigned char>^ nucleotidesToMap
)
member MapAmbiguousNucleotide :
ambiguousNucleotide : byte *
nucleotidesToMap : byte[] -> unit
Parameters
- ambiguousNucleotide
- Type: SystemByte
Ambiguous nucleotide. - nucleotidesToMap
- Type: SystemByte
Nucleotide represented by ambiguous nucleotide.
See Also