This repository contains a reproducible R workflow to download and analyze public single-cell RNA-seq data (example: Arabidopsis / maize root datasets). Files:
- data_download.R : downloads required public data (GEO/10x)
- analysis.R : full Seurat pipeline (QC, normalization, PCA, UMAP, clustering, markers)
- renv_install.R : initialize renv environment
- README.md : this file
Run:
- Open R in project folder
- source("renv_install.R") # optional
- source("data_download.R")
- source("analysis.R")