HOME  ›   pipelines
If your question is not answered here, please email us at:  ${email.software}

10x Genomics
Chromium Single Cell Gene Expression

Secondary Analysis in Python

The primary outputs of Cell Ranger (gene-barcode matrix, PCA, t-SNE, and clustering) can easily be loaded into Python for further analysis.

We recommend installing Anaconda, which includes the interactive Jupyter Notebook as well as a full suite of packages that can be used for analysis and visualization.

Python Analysis Example

Here is some example code for loading the 1.3 Million Brain Cells from E18 Mice dataset:

This notebook demonstrates:

Although this example uses the 1.3M cell dataset, the code can be used to load any Cell Ranger dataset.