mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
* update index links to include 'post' directory * rebuild github pages site * document how to develop documentation * build, not serve
34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
---
|
|
title: Index
|
|
subtitle: Index
|
|
layout: default
|
|
---
|
|
# Quick start
|
|
|
|
Whether you need to visualize one thousand cells or one million, cellxgene helps you gain insight into your single-cell data.
|
|
|
|
To install cellxgene you need Python 3.6+. We recommend [installing cellxgene into a conda or virtual environment.](posts/install)
|
|
|
|
Install the package.
|
|
``` bash
|
|
pip install cellxgene
|
|
```
|
|
|
|
Launch cellxgene with an example [anndata](https://anndata.readthedocs.io/en/latest/) file
|
|
|
|
``` bash
|
|
cellxgene launch https://cellxgene-example-data.czi.technology/pbmc3k.h5ad
|
|
```
|
|
|
|
To explore more datasets already formatted for cellxgene, check out the [Demo data](posts/demo-data) or
|
|
see [Preparing your data](posts/prepare) to learn more about formatting your own
|
|
data for cellxgene.
|
|
|
|
# Getting help
|
|
|
|
We'd love to hear from you!
|
|
|
|
For questions, suggestions, or accolades, [join the `#cellxgene-users` channel on the CZI Science Slack](https://join-cellxgene-users.herokuapp.com/) and say "hi!".
|
|
|
|
For any errors, [report bugs on Github](https://github.com/chanzuckerberg/cellxgene/issues).
|