Single-cell RNA-seq trajectory analysis using Monocle 3 with C. elegans embryo and L2 larval data from the Trapnell lab. This project follows the Monocle 3 tutorials, with supplementary code for steps not fully covered in the documentation.
monocle_3_installation.R- Package installationmonocle_3_clustering.R- Cell clustering workflowmonocle_3_single_cell_trajectories.R- Trajectory inference and pseudotime analysis
- Preprocessing and batch correction
- UMAP dimensionality reduction
- Trajectory learning and pseudotime ordering
- Differential expression with
fit_models()andgraph_test() - Example of cross-dataset label transfer
- Packer et al. C. elegans embryo data
- Cao et al. C. elegans L2 larval data
- R 4.x
- Monocle 3
- Seurat
- SeuratWrappers