| sample_dice_miRNA | R Documentation |
sample_dice_miRNA is a toy dataset for demonstrating geom_dice() with
categorical fill mapping. It simulates miRNA dysregulation across compounds
and organs, with direction (Up, Down, Unchanged) as the fill variable.
data(sample_dice_miRNA)
A data frame with approximately 90 rows and 5 columns:
Factor. miRNA identifier (miR-1 through miR-5).
Factor. Treatment compound (Control, Compound_1 through Compound_4).
Factor. Target organ (Lung, Liver, Brain, Kidney).
Numeric. Simulated log2 fold change.
Factor. Regulation direction (Down, Unchanged, Up).
data(sample_dice_miRNA)
head(sample_dice_miRNA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.