16S | R Documentation |
This data set contains count data for 16S ribosomal RNA (rRNA) sequences for
the two phylogenetic classes Alphaproteobacteria and Mollicutes.
The counts for 30
sequences for each class were obtained by counting the occurrence of triplets
of nucleotides in windows of length 100 without any overlap. To
separate sequences a row of dummy count of NA
is used.
data("16S")
Alphaproteobacteria16S
and Mollicutes16S
are matrices
with about 449 rows and 64 (number of possible triplets) columns.
The raw sequence information was obtained from the National center for biotechnology information (NCBI) website at http://www.ncbi.nih.gov/
data("16S")
emm <- EMM("Kullback", threshold=0.1)
build(emm, Mollicutes16S+1)
## start state for sequences have an initial state probability >0
it <- initial_transition(emm)
it[it>0]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.