sample_dice_miRNA: Sample miRNA Dice Dataset

sample_dice_miRNAR Documentation

Sample miRNA Dice Dataset

Description

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.

Usage

data(sample_dice_miRNA)

Format

A data frame with approximately 90 rows and 5 columns:

miRNA

Factor. miRNA identifier (miR-1 through miR-5).

Compound

Factor. Treatment compound (Control, Compound_1 through Compound_4).

Organ

Factor. Target organ (Lung, Liver, Brain, Kidney).

log2FC

Numeric. Simulated log2 fold change.

direction

Factor. Regulation direction (Down, Unchanged, Up).

Examples

data(sample_dice_miRNA)
head(sample_dice_miRNA)

ggdiceplot documentation built on March 27, 2026, 5:07 p.m.