Skip to main content

An interactive explorer for single-cell lineage tracing.

CELLxLINEAGE is a fork of CELLxGENE extended to support TreeData objects and lineage tree visualization alongside the standard UMAP embedding.

Installation

You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing Mambaforge.

Install the latest release of cellxlineage from PyPI:

pip install cellxlineage

Usage

# Launch with a TreeData file
cellxlineage launch data.h5td

CELLxGENE documentation

CELLxLINEAGE inherits all standard CELLxGENE Annotate features. For documentation on exploration, filtering, differential expression, and annotations, see the CELLxGENE Annotate documentation.

Hosting

CELLxLINEAGE can be hosted for a small group (≈10 concurrent users) to explore one shared dataset. Add --ephemeral-annotations:

cellxlineage launch data.h5td --host 0.0.0.0 --port 5005 --ephemeral-annotations

In this mode:

  • No "user generated data directory" prompt. Custom annotations and gene sets are kept in memory, per browser session, and never written to disk.
  • Annotations reset on reload and are isolated between users — reloading the page or a new visitor starts from a clean slate. Differential expression is already per-session and resets the same way.

Notes:

  • Run as a single process — the in-memory annotations and lineage caches live in that process, so multiple workers would not share them. The built-in threaded server is fine for a small trusted group; to harden it, put it behind a reverse proxy (e.g. nginx) and, if you want a production WSGI server, run gunicorn with --workers 1 --threads N.
  • Do not pass --backed in this mode (rejected at startup): concurrent reads on a single shared file handle are unsafe. The default in-memory data load is what you want.
  • A heavy differential-expression or ancestral-linkage request briefly occupies the process; at this scale that is acceptable.

Contact

For questions and bug reports please use the issue tracker.

License

MIT — see LICENSE. Portions copyright Chan Zuckerberg Initiative; lineage extensions copyright William Colgan.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cellxlineage-0.3.1.tar.gz (3.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cellxlineage-0.3.1-py3-none-any.whl (3.7 MB view details)

Uploaded Python 3

File details

Details for the file cellxlineage-0.3.1.tar.gz.

File metadata

  • Download URL: cellxlineage-0.3.1.tar.gz
  • Upload date:
  • Size: 3.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for cellxlineage-0.3.1.tar.gz
Algorithm Hash digest
SHA256 34fecc56f1c5b2ad52c8f88bdf6ae3a184f209a0fdf557fb988c2fb650eedd15
MD5 d1bd8119929af8df56f867b778df0703
BLAKE2b-256 8ce1fbb6f0e6f936d9e8c0544b426da5b90996e2ae568ba8e0ac2343abf3dc39

See more details on using hashes here.

Provenance

The following attestation bundles were made for cellxlineage-0.3.1.tar.gz:

Publisher: release.yaml on colganwi/cellxlineage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cellxlineage-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: cellxlineage-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for cellxlineage-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 19060f73fcb7dbb49f87c78a76ff3648a15276a18517f8a9374c69dde2344595
MD5 dbfec7fa254aa9528d362eb8e0c872ba
BLAKE2b-256 b491cb03a7a5af1c3976efcf98f34cd6526f05895e2e97dabd4a4db8d71d4781

See more details on using hashes here.

Provenance

The following attestation bundles were made for cellxlineage-0.3.1-py3-none-any.whl:

Publisher: release.yaml on colganwi/cellxlineage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.3.1 This release

2 files

0.2.0

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page