no_significance_df | R Documentation |
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.
data(no_significance_df)
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.
A tibble with 34 rows and 4 columns: sample
, condition
, cell_group
, and count
.
data(no_significance_df)
head(no_significance_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.