26 lines
623 B
R
26 lines
623 B
R
#' A package to manipulate DNA metabarcoding data.
|
|
#'
|
|
#' This package was written as a following of the OBITools.
|
|
#'
|
|
#' \tabular{ll}{
|
|
#' Package: \tab ROBIBarcodes\cr
|
|
#' Type: \tab Package\cr
|
|
#' Version: \tab 0.1\cr
|
|
#' Date: \tab 2013-06-27\cr
|
|
#' License: \tab CeCILL 2.0\cr
|
|
#' LazyLoad: \tab yes\cr
|
|
#'}
|
|
#'
|
|
#' @name ROBIBarcodes-package
|
|
#' @aliases ROBIBarcodes
|
|
#' @docType package
|
|
#' @title A package to manipulate DNA metabarcoding marker database.
|
|
#' @author Frederic Boyer
|
|
#' @author Aurelie Bonin
|
|
#' @author Lucie Zinger
|
|
#' @author Eric Coissac
|
|
#'
|
|
#' @references http://metabarcoding.org/obitools
|
|
#'
|
|
NULL
|