#' Let the aminoacids do the talking, in R
#'
#' aaaaR provides a rapid interface to translate your words into
#' aminoacids. And as a side effect, it leaves you wondering why noone did it
#' until now.
#'
#' @importFrom utils data
#'
#' @author Federico Marini \email{marinif@@uni-mainz.de}
#'
#' Maintainer: Federico Marini \email{marinif@@uni-mainz.de}
#' @name aaaaR-pkg
#' @docType package
NULL
#' A table containing the correspondences between letters and aminoacids
#'
#' Source: Wikipedia entry
#'
#'
#' @author Federico Marini \email{marinif@@uni-mainz.de}
#' @name aatable
#' @docType data
NULL
data("aatable", envir=environment())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.