All Projects → dpeerlab → Harmony

dpeerlab / Harmony

Licence: GPL-2.0 license
Harmony framework for connecting scRNA-seq data from discrete time points

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Harmony

scAlign
A deep learning-based tool for alignment and integration of single cell genomic data across multiple datasets, species, conditions, batches
Stars: ✭ 32 (-11.11%)
Mutual labels:  scrna-seq, scrna-seq-analysis
scarches
Reference mapping for single-cell genomics
Stars: ✭ 175 (+386.11%)
Mutual labels:  scrna-seq, batch-correction
souporcell
Clustering scRNAseq by genotypes
Stars: ✭ 88 (+144.44%)
Mutual labels:  scrna-seq, scrna-seq-analysis
northstar
Single cell type annotation guided by cell atlases, with freedom to be queer
Stars: ✭ 23 (-36.11%)
Mutual labels:  scrna-seq, scrna-seq-analysis
single-cell-papers-with-code
Papers with code for single cell related papers
Stars: ✭ 20 (-44.44%)
Mutual labels:  scrna-seq, scrna-seq-analysis
SPLiT-Seq demultiplexing
An unofficial demultiplexing strategy for SPLiT-seq RNA-Seq data
Stars: ✭ 20 (-44.44%)
Mutual labels:  scrna-seq, scrna-seq-analysis
cerebra
A tool for fast and accurate summarizing of variant calling format (VCF) files
Stars: ✭ 55 (+52.78%)
Mutual labels:  scrna-seq
SHARP
SHARP: Single-cell RNA-seq Hyper-fast and Accurate processing via ensemble Random Projection
Stars: ✭ 14 (-61.11%)
Mutual labels:  scrna-seq
Sierra
Discover differential transcript usage from polyA-captured single cell RNA-seq data
Stars: ✭ 37 (+2.78%)
Mutual labels:  scrna-seq
cardelino
Clone identification from single-cell data
Stars: ✭ 49 (+36.11%)
Mutual labels:  scrna-seq
YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 930+kb (int8) and 1.7M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~
Stars: ✭ 1,230 (+3316.67%)
Mutual labels:  mnn
ascend
R package - Analysis of Single Cell Expression, Normalisation and Differential expression (ascend)
Stars: ✭ 22 (-38.89%)
Mutual labels:  scrna-seq-analysis
Peppa-Facial-Landmark-PyTorch
Facial Landmark Detection based on PyTorch
Stars: ✭ 172 (+377.78%)
Mutual labels:  mnn
scarf
Toolkit for highly memory efficient analysis of single-cell RNA-Seq, scATAC-Seq and CITE-Seq data. Analyze atlas scale datasets with millions of cells on laptop.
Stars: ✭ 54 (+50%)
Mutual labels:  scrna-seq
ALRA
Imputation method for scRNA-seq based on low-rank approximation
Stars: ✭ 48 (+33.33%)
Mutual labels:  scrna-seq
cTPnet
cTPnet Package
Stars: ✭ 18 (-50%)
Mutual labels:  scrna-seq
symphony
Efficient and precise single-cell reference atlas mapping with Symphony
Stars: ✭ 69 (+91.67%)
Mutual labels:  scrna-seq
vireo
Demultiplexing pooled scRNA-seq data with or without genotype reference
Stars: ✭ 34 (-5.56%)
Mutual labels:  scrna-seq
celltypist
A tool for semi-automatic cell type annotation
Stars: ✭ 92 (+155.56%)
Mutual labels:  scrna-seq
Tangram
Spatial alignment of single cell transcriptomic data.
Stars: ✭ 149 (+313.89%)
Mutual labels:  scrna-seq

Harmony

Harmony is a unified framework for data visualization, analysis and interpretation of scRNA-seq data measured across discrete time points.Harmony constructs an augmented affinity matrix by augmenting the kNN graph affinity matrix with mutually nearest neighbors between successive time points. This augmented affinity matrix forms the basis for generated a force directed layout for visualization and also serves as input for computing the diffusion operator which can be used for trajectory detection using Palantir

Installation and dependencies

  1. Harmony has been implemented in Python3 and can be installed using:

     $> pip install harmonyTS
     $> pip install palantir
    
  2. Harmony depends on a number of python3 packages available on pypi and these dependencies are listed in setup.py All the dependencies will be automatically installed using the above commands

  3. To uninstall:

     $> pip uninstall harmonyTS
    
  4. If you would like to determine gene expression trends, please install R programming language and the R package GAM . You will also need to install the rpy2 module using

     $> pip install rpy2
    
  5. If you would like to speed-up the analysis in case of big datasets, you can run the main functions of this package on a CUDA GPU. To do so please install rapids-0.17 as well as cupy>=9.0.

Usage

A tutorial on Harmony usage and results visualization for single cell RNA-seq data can be found in this notebook: http://nbviewer.jupyter.org/github/dpeerlab/Harmony/blob/master/notebooks/Harmony_sample_notebook.ipynb

The datasets generated as part of the manuscript and harmozined using Harmony are available for exploration at: endoderm-explorer.com

Citations

Harmony was used to harmonize datasets across multiple time points in our manuscript characterizing mouse gut endoderm development. This manuscript is available at Nature. If you use Harmony for your work, please cite our paper.

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].