Files
cellxgene/docs/index.md
T
Justin Kiggins bc59074300 new docs (#525)
* new docs

* moves development docs to dev_docs
2018-12-20 14:28:05 -08:00

1.0 KiB

cellxgene is an interactive data explorer for single-cell transcriptomics data. Whether you need to visualize one thousand cells or one million, cellxgene helps you gain insight into your single-cell data.

features

  • Flexible selection and coloring of cells
  • Differential expression of arbitrary sets of cells
  • Single-gene analyses

getting started

cellxgene requires Python 3.6

Install the package.

pip install cellxgene

Download an example anndata file

curl -o pbmc3k.h5ad https://raw.githubusercontent.com/chanzuckerberg/cellxgene/master/example-dataset/pbmc3k.h5ad

Launch cellxgene

cellxgene launch pbmc3k.h5ad

getting help

We'd love to hear from you!

For questions, suggestions, or accolades, join the #cellxgene-users channel on the CZI Science Slack and say "hi!".

For any errors, report bugs on Github.