R/dnaAlphabet.R

#' DNA Alphabet
#'
#' A dataset with the DNA Alphabet
#'
#' @format A data frame with 16 rows and 2 columns:
#' \describe{
#'   \item{symbol}{Character: The symbol that is used to describe certain nucleotides}
#'   \item{represents}{Character: The represented nucleotides}
#' }
#'
#' @source NC-IUB (1984). "Nomenclature for Incompletely Specified Bases in
#' Nucleic Acid Sequences"
"dnaAlphabet"
AlexJanse/cMut documentation built on May 25, 2019, 4 a.m.