Skip to main content

CytoDataFrame

PyPI - Version Build Status Coverage Status Ruff uv Software DOI badge

CytoDataFrame extends Pandas functionality to help display single-cell profile data alongside related images.

CytoDataFrame is an advanced in-memory data analysis format designed for single-cell profiling, integrating not only the data profiles but also their corresponding microscopy images and segmentation masks. Traditional single-cell profiling often excludes the associated images from analysis, limiting the scope of research. CytoDataFrame bridges this gap, offering a purpose-built solution for comprehensive analysis that incorporates both the data and images, empowering more detailed and visual insights in single-cell research.

CytoDataFrame is best suited for work within Jupyter notebooks. With CytoDataFrame you can:

  • View image objects alongside their feature data using a Pandas DataFrame-like interface.
  • Highlight image objects using mask or outline files to understand their segmentation.
  • Adjust image displays on-the-fly using interactive slider widgets.
  • Display image objects even when bounding box columns are missing, by cropping from compartment-center offsets or rendering whole fields of view.
  • Automatically detect 3D image volumes and render interactive trame views in notebooks when 3D dependencies are installed (with graceful fallback otherwise).

For 3D notebook display behavior:

  • 3D-aware rendering is enabled by default (display_options={"auto_trame_for_3d": True}).
  • Disable automatic trame switching with display_options={"auto_trame_for_3d": False}.
  • Force trame layout regardless of auto-detection with display_options={"view": "trame"}.

For images without bounding box columns (e.g. older CellProfiler outputs or image-level data):

  • Crop from compartment-center coordinates plus pixel offsets with display_options={"offset_bounding_box": {"x_min": -20, "y_min": -20, "x_max": 20, "y_max": 20}} (requires compartment center columns such as Nuclei_Location_Center_X/Y).
  • Render the full field of view without cropping with display_options={"render_whole_image": True} (works even with no bounding box and no center columns).

For row display in notebook/widget tables:

  • CytoDataFrame respects pandas display settings (display.max_rows, display.min_rows).
  • When the table is larger than display.max_rows, the widget table inserts a midpoint ellipsis row () to indicate omitted rows.
  • You can control truncation behavior by changing pandas display options before rendering.

📓 Want to see CytoDataFrame in action? Check out our example notebook for a quick tour of its key features.

✨ CytoDataFrame development began within coSMicQC - a single-cell profile quality control package. Please check out our work there as well!

Installation

Install CytoDataFrame from source using the following:

# install from pypi
pip install cytodataframe

# or install directly from source
pip install git+https://github.com/cytomining/CytoDataFrame.git

Contributing, Development, and Testing

Please see our contributing documentation for more details on contributions, development, and testing.

References

Download files

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

Source Distribution

cytodataframe-0.3.2.tar.gz (278.9 kB view details)

Uploaded Source

Built Distribution

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

cytodataframe-0.3.2-py3-none-any.whl (64.0 kB view details)

Uploaded Python 3

File details

Details for the file cytodataframe-0.3.2.tar.gz.

File metadata

  • Download URL: cytodataframe-0.3.2.tar.gz
  • Upload date:
  • Size: 278.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cytodataframe-0.3.2.tar.gz
Algorithm Hash digest
SHA256 bc14f6694e31d72c742c6688be23e66ee102701d7957a87ba4c0ec0432ef7c25
MD5 cdf1b41ce4185f20ac0a176b74753156
BLAKE2b-256 a9dd728003d66b8da2c57d0d646c43652d77c9ee2693f07af4ed0fc3cf017de8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytodataframe-0.3.2.tar.gz:

Publisher: publish-pypi.yml on cytomining/CytoDataFrame

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

File details

Details for the file cytodataframe-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: cytodataframe-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 64.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cytodataframe-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7b415f62e0dd6ff34a5eed66021283ffe750e425d4ce6da6dfaf747013d539db
MD5 f8e2ad19e36831848436bdc8b9864761
BLAKE2b-256 27de58fa3aa1714e401007b017ca31fcf4708e3011cbfa2647bf09fc711dd2e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytodataframe-0.3.2-py3-none-any.whl:

Publisher: publish-pypi.yml on cytomining/CytoDataFrame

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

Supported by

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