A convenient place to park small/test datasets
Each dataset should adopt this naming convention, composed of underscore-separated tokens and appropriate file extension:
species_samplekeyword1-samplekeyword2-samplekeyword(n)_objectype.ext
Tokens:
- Species, eg. human, mouse, etc.
- Sample keyword(s) (separate by hyphens)
- Type of object/generated by eg. Seurat, DESeq2, Scanpy
Examples:
human_pancreas-islet-T1D_DESeq2.Rds
mouse_brain-cortex-MAD-KO_Seurat.Rds
An associated descriptive markdown file should exist, per dataset. Same file name, but with .md extension.
In short:
- Clone the repo to your local
- At CLI, type in
git lfs track "*.Rds", forRdsfiles, for example - Commit/push the local
.gitattributes - Add file to repo,
git add file.Rds - Commit and push