theislab / atlas-feature-selection-benchmark

Code for benchmarking the effect of feature selection on scRNA-seq atlas construction and use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas feature selection benchmarking

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.

Directory structure

  • bin/ - Scripts used in Nextflow workflows
    • functions/ - Functions used across multiple scripts
  • conf/ - Nextflow configuration files
  • envs/ - conda environment YAML files
  • output/ - Output from Nexflow workflows (not included in git)
  • reports/ - RMarkdown files and functions for output reports
  • work/ - The Nextflow working directory (not included in git)
  • workflows/ - Nextflow workflow files
  • LICENSE - The project license
  • main.nf - Main Nextflow workflow file
  • nextflow.config - Main Nextflow config file
  • README.md - This README
  • style_bin.sh - A script for styling the files in bin/

About

Code for benchmarking the effect of feature selection on scRNA-seq atlas construction and use

License:MIT License


Languages

Language:Python 49.5%Language:Nextflow 27.1%Language:R 23.3%Language:Shell 0.1%