Learn R Programming

microclass (version 1.2)

small.16S: A small example data set

Description

A tibble object (data.frame) with some 16S sequences with taxon information.

Usage

data(small.16S)

Arguments

Details

This is a tibble object (data.frame) with 71 sequences used in some examples. The taxonomy information for each sequence follows the ConTax format, see the microcontax package for more details.

Examples

Run this code
# NOT RUN {
data(small.16S)
str(small.16S)

# }

Run the code above in your browser using DataLab