pageneck / scflow

Single cell pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scflow

Documentation Status

This repository contains a collection of pipelines that aid the analysis of single cell sequencing experiments. Currently there is one pipeline implimented that allows the analysis of drop-seq and 10X sequencing analysis. Current pipelines in development: 1) pseudoalignment scpipeline 2) velocyto pipeline 2) kallisto bustools pipeline.

Installation

pip install

You can install scflow using pip, this will only install the package without any dependancies, which will have to be installed seperately.::

pip install scflow

Conda installation - in progress

The preferred method for installation is through conda. Currently this installation is still in working progress. Preferably the installation should be in a seperate environment::

conda create -n scflow -c cgat scflow
conda activate scflow
scflow --help

Manual installation

The repository can also be installed manually, but dependencies will need to be installed seperately::

python setup.py install
scflow --help

Usage

Run the scflow --help command view the help documentation for how to run the single-cell repository.

To run the main single_cell droplet based pipeline run first generate a configuration file::

scflow singlecell config

Then run the pipeline::

scflow singlecell make full -v5

Then to run the report::

scflow singlecell make build_report

Documentation

Further help that introduces single-cell and provides a tutorial of how to run example code can be found at read the docs

Pipelines overview

scflow main quantnuclei

scflow main quantcells

seurat qc-1

seurat filter-2

seurat cluster-3

seurat doublet-4

Project Info

About

Single cell pipelines

License:MIT License


Languages

Language:Jupyter Notebook 94.9%Language:Python 2.9%Language:R 2.1%