2018-08-03 15:18:40 -04:00
2018-07-12 11:52:24 -07:00
2018-08-03 15:18:40 -04:00
2018-07-06 16:03:24 -07:00
2018-07-18 10:21:24 -07:00
2018-07-06 15:59:20 -07:00
2018-07-18 14:07:04 -07:00
2017-08-23 16:28:01 -07:00
2018-07-16 11:48:53 -07:00
2018-07-18 14:07:04 -07:00

cellxgene

A React + Redux web application for exploring large scale single cell RNA sequence data.

Requirements

  • OS: OSX, Windows, Linux
  • python 3.6
  • npm
  • Google Chrome

Installation

clone project

git clone https://github.com/chanzuckerberg/cellxgene.git

install client

cd cellxgene
./bin/build-client
ENV_NAME=cellxgene
python3 -m venv ${ENV_NAME}
source ${ENV_NAME}/bin/activate

install server

python3 setup.py install

run (with demo data)

cellxgene

Thanks to Alex Wolf his help with test data

Description
An interactive explorer for single-cell transcriptomics data
Readme MIT 729 MiB
Languages
JavaScript 68.4%
Python 30.1%
Makefile 0.7%
HTML 0.4%
CSS 0.2%