Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ repos:
)
- id: check-yaml
- id: check-added-large-files
exclude: (?x)(
docs/examples/
)
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
Expand Down
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
[![pypi](https://img.shields.io/pypi/v/pytometry?color=blue&label=pypi%20package)](https://pypi.org/project/pytometry)
[![codecov](https://codecov.io/gh/buettnerlab/pytometry/branch/main/graph/badge.svg?token=AEG5ra92HV)](https://codecov.io/gh/buettnerlab/pytometry)
[![Stars](https://img.shields.io/github/stars/buettnerlab/pytometry?logo=GitHub&color=yellow)](https://github.com/buettnerlab/pytometry/stargazers)
<a href="https://gitmoji.dev">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg" alt="Gitmoji">
</a>

# Pytometry: Flow & mass cytometry analytics

This package is in private beta at this moment!
This package provides efficient and scalable handling of flow and mass cytometry data analysis. It provides

This package extends scanpy to for efficient and scalable handling of flow and mass cytometry data analysis. It provides

- the functionality to read in flow data in the fcs file format as anndata objects
- the functionality to read in flow data in the fcs file format as [anndata](https://anndata.readthedocs.io/en/latest/) objects
- flow and mass cytometry specific preprocessing tools
- access to the entire scanpy workflow functionality
- access to the entire [scanpy](https://scanpy.readthedocs.io/en/stable/) workflow functionality
- GPU support through [rapids](https://github.com/clara-parabricks/rapids-single-cell-examples)

Follow https://twitter.com/mbuttner to learn about a first public release.
Follow https://twitter.com/marenbuettner to learn about a first public release.

For beta users: Read the [docs](https://pytometry.netlify.app).

You can install `pytometry` via [pip](https://pip.pypa.io/) from [PyPI](PyPI):

```
pip install pytometry
```

or from GitHub:

```
pip install git+https://github.com/buettnerlab/pytometry.git
```
Loading