| sample_dice_data2 | R Documentation |
sample_dice_data2 is a toy dataset designed to demonstrate geom_dice()
with multiple specimen types. It simulates log2 fold-change (LFC) and
adjusted p-values (q-values) for oral taxa across disease conditions and
specimen sites, with some missing values.
data(sample_dice_data2)
A data frame with 160 rows and 5 columns:
Character. Microbial taxon name (8 taxa).
Character. Disease condition (Caries, Periodontitis, Healthy, Gingivitis).
Character. Body site specimen (Saliva, Plaque, Tongue, Buccal, Gingival).
Numeric. Simulated log2 fold change; may contain NA.
Numeric. Simulated adjusted p-value (q-value); may contain NA.
data(sample_dice_data2)
head(sample_dice_data2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.