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

Try the microclass package in your browser

Any scripts or data that you put into this service are public.

microclass documentation built on Aug. 28, 2020, 5:08 p.m.