A small example dataset containing cell counts across samples, conditions, and cell groups. This dataset is used to demonstrate the use of sccomp functions in scenarios where there is no significant difference in cell composition between conditions.
Usage
data(no_significance_df)Format
A tibble with the following columns:
sample: Character. Identifier for each sample.
condition: Character. Experimental condition or group (e.g., "X" or "Y").
cell_group: Character. Cell group or cell type (e.g., "A", "B").
count: Numeric. Count of cells in the given sample, condition, and cell group.