All Projects → epigen → crop-seq

epigen / crop-seq

Licence: other
Data analysis scripts for Datlinger et. al, 2017 (doi:10.1038/nmeth.4177)

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects
Makefile
30231 projects

Projects that are alternatives of or similar to crop-seq

ice
Synthego ICE - Inference of CRISPR Editing software
Stars: ✭ 55 (+129.17%)
Mutual labels:  crispr-analysis, crispr
CRISPRCasTyper
CCTyper: Automatic detection and subtyping of CRISPR-Cas operons
Stars: ✭ 43 (+79.17%)
Mutual labels:  crispr-analysis, crispr
anndata2ri
Convert between AnnData and SingleCellExperiment
Stars: ✭ 79 (+229.17%)
Mutual labels:  single-cell
cna
Covarying neighborhood analysis (CNA) is a method for finding structure in- and conducting association analysis with multi-sample single-cell datasets.
Stars: ✭ 35 (+45.83%)
Mutual labels:  single-cell
VoxHunt
VoxHunt: Resolving human brain organoid heterogeneity through single-cell genomic comparison to spatial brain maps
Stars: ✭ 27 (+12.5%)
Mutual labels:  single-cell
sinto
Tools for single-cell data processing
Stars: ✭ 74 (+208.33%)
Mutual labels:  single-cell
kallistobustools
kallisto | bustools workflow for pre-processing single-cell RNA-seq data
Stars: ✭ 79 (+229.17%)
Mutual labels:  single-cell
kana
Single cell analysis in the browser
Stars: ✭ 81 (+237.5%)
Mutual labels:  single-cell
gchromVAR
Cell type specific enrichments using finemapped variants and quantitative epigenetic data
Stars: ✭ 31 (+29.17%)
Mutual labels:  single-cell
GLUE
Graph-linked unified embedding for single-cell multi-omics data integration
Stars: ✭ 180 (+650%)
Mutual labels:  single-cell
immunarch
🧬 Immunarch by ImmunoMind: R Package for Fast and Painless Exploration of Single-cell and Bulk T-cell/Antibody Immune Repertoires
Stars: ✭ 204 (+750%)
Mutual labels:  single-cell
bap
Bead-based single-cell atac processing
Stars: ✭ 20 (-16.67%)
Mutual labels:  single-cell
cellsnp-lite
Efficient genotyping bi-allelic SNPs on single cells
Stars: ✭ 47 (+95.83%)
Mutual labels:  single-cell
celltypist
A tool for semi-automatic cell type annotation
Stars: ✭ 92 (+283.33%)
Mutual labels:  single-cell
spacepharer
SpacePHARER CRISPR Spacer Phage-Host pAiRs findER
Stars: ✭ 30 (+25%)
Mutual labels:  crispr
cellrangerRkit
Non-official Git repository for R package cellrangerRkit (currently not available elsewhere; I'm not affiliated with 10x)
Stars: ✭ 18 (-25%)
Mutual labels:  single-cell
scMCA
Mouse cell atlas
Stars: ✭ 45 (+87.5%)
Mutual labels:  single-cell
SCOPE-tools
Single-Cell Omics Preparation Entity Tools
Stars: ✭ 14 (-41.67%)
Mutual labels:  single-cell
SCopeLoomR
R package (compatible with SCope) to create generic .loom files and extend them with other data e.g.: SCENIC regulons, Seurat clusters and markers, ...
Stars: ✭ 25 (+4.17%)
Mutual labels:  single-cell
vitessceR
R API and htmlwidget for Vitessce
Stars: ✭ 19 (-20.83%)
Mutual labels:  single-cell

DOI

Pooled CRISPR screening with single-cell transcriptome readout

Paul Datlinger, André F Rendeiro*, Christian Schmidl*, Thomas Krausgruber, Peter Traxler, Johanna Klughammer, Linda C Schuster, Amelie Kuchler, Donat Alpar, Christoph Bock. (2017) Nature Methods. doi:10.1038/nmeth.4177

*These authors contributed equally to this work

Paper: http://dx.doi.org/10.1038/nmeth.4177

Website: http://crop-seq.computational-epigenetics.org

This repository contains scripts used in the analysis of the data of the data presented in this paper. Future updates will be shared at https://github.com/epigen/crop-seq/.


Analysis

On the paper website you can find the key results of the bioinformatic analysis.

Here are a few steps needed to reproduce it:

  1. Clone the repository (git clone [email protected]:epigen/crop-seq.git) or download it from here: https://github.com/epigen/crop-seq/releases/tag/final_version
  2. Install required software for the analysis:make requirements or pip install -r requirements.txt
  • This includes looper (v0.7.2) [and pypiper (v0.6) - if you want to rerun the raw data].

If you wish to reproduce the processing of the raw data (all data have been deposited at GEO), run these steps:

  1. Download the data locally from GEO.
  2. Prepare a Looper configuration file similar to these that fits your local computing environment.
  3. Prepare a genome annotation containing gRNA sequences using make makeref and adapt the pipeline configuration file to point to the created files.
  4. Run samples through the pipeline: make preprocessing or looper run metadata/config.yaml

To run the analysis, you can either use the output from reprocessed data (make analysis) or download the gene expression matrices that include cell metadata (replicate, perturbed gene, gRNA assignments) from GEO with accession number GSE92872.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].