
Simulated scRNA-seq trajectory with condition-dependent differential abundance
Source:R/sim_trajectory_tdr.R
sim_trajectory_tdr.RdA simulated toy scRNA-seq dataset with a linear trajectory across 10 milestones,
two conditions (A and B) with varying proportions per milestone, and three
replicates per condition. Generated with dyntoy::generate_dataset() using
set.seed(42).
Usage
data(sim_trajectory_tdr)Format
A list with three elements:
- sce
A
SingleCellExperimentobject (500 genes x 5000 cells) with assayscountsandlogcounts,colDatacontaining cell metadata (cell_id, group_id, Condition, Replicate, Sample), and aPCAreduced dimension (50 components).- meta
A
data.frameof per-cell metadata with columns cell_id, group_id, Condition, Replicate, and Sample.- pt
A numeric vector of pseudotime values (princurve arc-length) for each cell.