R/datasets.R

#' @name small.16S
#' @docType data
#' @title A small example data set
#' 
#' @description A \code{tibble} object (\code{data.frame}) with some 16S sequences with taxon information.
#' 
#' @usage 
#' data(small.16S)
#' 
#' @details
#' This is a \code{tibble} object (\code{data.frame}) with 71 sequences used in some examples.
#' The taxonomy information for each sequence follows the ConTax format, see the 
#' \code{\link{microcontax}} package for more details.
#' 
#' @author Hilde Vinje, Kristian Hovde Liland, Lars Snipen.
#' 
#' @examples 
#' data(small.16S)
#' str(small.16S)
#' 
NULL
larssnip/microclass documentation built on Nov. 1, 2023, 2:39 p.m.