IUPAC_CODE_MAP {Biostrings}R Documentation

The IUPAC Extended Genetic Alphabet

Description

[TODO]

Usage

    IUPAC_CODE_MAP
    mergeIUPACLetters(x)

Arguments

x A vector of non-empty character strings made of IUPAC letters.

Details

[TODO]

Author(s)

H. Pages

See Also

DNAString, RNAString

Examples

  IUPAC_CODE_MAP
  mergeIUPACLetters(c("A", "AC", "MAAMC", "GM", "AB", "MK"))

[Package Biostrings version 2.8.18 Index]