stool | R Documentation |
It contains a normalized count table norm_count
, and a tree, and a
data frame df_branch
. Note: this is a processed data only for
visualization here, and we don't suggest to use it for data analysis.
stool
A list of datasets:
A matrix with 464 rows and 30 columns. Each row
represents a leaf of tree
, and each column represent a sample.
Samples are collected at different time points (0, 4, or 13 months) on
babies that were born differently (c-section or vaginal). For example,
0 M:c_section_1
means that the sample was collected on 0 month
(0 M
) from baby (_1
) in the c-section (c_section
) group.
A tree with 464 leaves and 463 internal nodes.
A data frame has 464 rows and 3 columns. node: the node numeric id; Detected: Yes or No; pick: TRUE or FALSE.
The data is generated
randomly with the R script stool.R
in the data-raw
folder of
this package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.