Learn R Programming

clstutils (version 1.20.0)

seqdat: Annotation for the Enterococcus sequence data set.

Description

Provides annotation for link{seqs}, an aligned 16S rRNA sequences representing three Enterococcus species.

Usage

data(seqdat)

Arguments

Format

A data frame with 200 observations on the following 5 variables.
seqname
a character vector
accession
a character vector containing GenBank accession numbers.
tax_id
a character vector
tax_name
a character vector
isType
a logical vector indicating if the sequence is from a type strain.

Source

These sequences were downloaded from the Ribosomal Database Project website http://rdp.cme.msu.edu/

Examples

Run this code
data(seqdat)
with(seqdat,{
table(tax_name, isType)
})

Run the code above in your browser using DataLab