| sample_dice_data1 | R Documentation |
This toy dataset (sample_dice_data1) is used to demonstrate the geom_dice() function.
It simulates log fold-change (LFC) and adjusted p-values (q-values) for a range of
oral taxa across disease types and specimen sites.
data(sample_dice_data1)
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 value; may contain NA.
Numeric. Simulated adjusted p-value (q-value); may contain NA.
data(sample_dice_data1)
head(sample_dice_data1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.