Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

ManuSetty/Palantir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please refer to https://github.com/dpeerlab/Palantir for the most up to date version.

Palantir

Palantir is an algorithm to align cells along differentiation trajectories. Palantir models differentiation as a stochastic process where stem cells differentiate to terminally differentiated cells by a series of steps through a low dimensional phenotypic manifold. Palantir effectively captures the continuity in cell states and the stochasticity in cell fate determination. Palantir has been designed to work with multidimensional single cell data from diverse technologies such as Mass cytometry and single cell RNA-seq.

Installation and dependencies

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

     $> git clone git://github.com/ManuSetty/Palantir.git
     $> cd Palantir
     $> sudo -H pip3 install .
    
  2. Palantir 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:

     $> sudo -H pip3 uninstall palantir
    
  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

     $> sudo -H pip3 install rpy2
    

Usage

Command line

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

Citations

bioRxiv submission is in the works.