R/data.R

# ==================================================================== #
# TITLE                                                                #
# Tools for Data Analysis at Certe                                     #
#                                                                      #
# AUTHORS                                                              #
# Berends MS (m.berends@certe.nl)                                      #
# Meijer BC (b.meijer@certe.nl)                                        #
# Hassing EEA (e.hassing@certe.nl)                                     #
#                                                                      #
# COPYRIGHT                                                            #
# (c) 2019 Certe Medische diagnostiek & advies - https://www.certe.nl  #
#                                                                      #
# LICENCE                                                              #
# This R package is free software; you can redistribute it and/or      #
# modify it under the terms of the GNU General Public License          #
# version 2.0, as published by the Free Software Foundation.           #
# This R package is distributed in the hope that it will be useful,    #
# but WITHOUT ANY WARRANTY; without even the implied warranty of       #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the         #
# GNU General Public License for more details.                         #
# ==================================================================== #

#' Codons van 20 essentiele aminozuren
#'
#' Een dataset waarin alle 20 essentiele aminozuren met hun DNA-codes opgenomen zijn.
#' @format Een dataframe met 64 observaties en 3 variabelen:
#' \describe{
#'   \item{\code{dna}}{DNA-code van het aminozuur.}
#'   \item{\code{aminoacid}}{Naam van het aminozuur.}
#'   \item{\code{slc}}{Single Letter Code van het aminozuur.}
#' }
#' @details Om data op te slaan in een R-pakket: \code{devtools::use_data(codonlist, internal = FALSE, overwrite = TRUE)}
"codonlist"
msberends/certedata documentation built on Nov. 26, 2019, 5:19 a.m.