diff --git a/zeisel/.gitignore b/zeisel-brain/.gitignore similarity index 100% rename from zeisel/.gitignore rename to zeisel-brain/.gitignore diff --git a/zeisel-brain/README.md b/zeisel-brain/README.md new file mode 100644 index 0000000..b8175ac --- /dev/null +++ b/zeisel-brain/README.md @@ -0,0 +1,6 @@ +# Zeisel brain single-cell RNA-seq dataset + +Pretty much as it says on the tin. +This takes the classic 3000-cell dataset from [Zeisel _et al._ (2015)](https://pubmed.ncbi.nlm.nih.gov/25700174/) and provides it in the HDF5 or MatrixMarket formats. +Run `generate.R` to construct the files. +We also generate some subsets for quickly testing applications. diff --git a/zeisel/generate.R b/zeisel-brain/generate.R similarity index 100% rename from zeisel/generate.R rename to zeisel-brain/generate.R