| seqdat {clstutils} | R Documentation |
Provides annotation for link{seqs}, an aligned 16S
rRNA sequences representing three Enterococcus species.
data(seqdat)
A data frame with 200 observations on the following 5 variables.
seqnamea character vector
accessiona character vector containing GenBank accession numbers.
tax_ida character vector
tax_namea character vector
isTypea logical vector indicating if the sequence is from a type strain.
These sequences were downloaded from the Ribosomal Database Project website http://rdp.cme.msu.edu/
data(seqdat)
with(seqdat,{
table(tax_name, isType)
})