This repository contains code for benchmarking the effect of feature selection on scRNA-seq atlas construction and use.
For more information please refer to the documentation on the wiki.
analysis/
- Notebooks used to perform analysis of the resultsR/
- R functions used in the analysis notebooks
bin/
- Scripts used in Nextflow workflowsfunctions/
- Functions used across multiple scripts
conf/
- Nextflow configuration filesdata/
- Data files used in the analysis. Metric score files can downloaded from figshare.selected-features/
- Selected features files for each dataset. Can be downloaded from figshare.
envs/
- conda environment YAML filesoutput/
- Output from Nextflow workflows (not included in git)reports/
- RMarkdown files and functions for output reports generated by the pipelinework/
- The Nextflow working directory (not included in git)workflows/
- Nextflow workflow filesLICENSE
- The project licensemain.nf
- Main Nextflow workflow filenextflow.config
- Main Nextflow config fileREADME.md
- This READMEstyle_bin.sh
- A script for styling the files inbin/
Data files for this project are available from figshare.
The analysis reports in the analysis/
directory assume:
- Metric files are downloaded to the
data/
directory - Selected features files are downloaded to the
data/selected-features/
directory