Skip to main content

A Python library for computing properties of cell nuclei and colonies from NIfTI files, enabling analysis of cellular structures in medical images.

Project description

BioProps

BioProps is a Python library for computing properties from medical images, particularly for analyzing cell nuclei and colonies in 3D space. It provides functions to calculate properties such as elongation, flatness, volume, size, and edge lengths from NIfTI files representing binary cell data.

Installation

You can install BioProps using pip:

pip install BioProps

Usage

from bioprops import properties_from_nifti

nifti_file = 'path_to_your_nifti_file.nii.gz'
properties = properties_from_nifti(nifti_file)
print(properties)

Functions

properties_from_nifti(nifti_file)

Calculates properties of cell nuclei and colonies from a NIfTI file.

  • Parameters:

    • nifti_file (str): Path to the NIfTI file.
  • Returns:

    • (str): JSON-formatted string containing computed properties.

Example

For example, to calculate properties from a NIfTI file:

from bioprops import properties_from_nifti

nifti_file = 'example.nii.gz'
properties = properties_from_nifti(nifti_file)
print(properties)

Dependencies

  • numpy
  • nibabel
  • scipy
  • scikit-image

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

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

Source Distribution

BioProps-0.1.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

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

BioProps-0.1.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file BioProps-0.1.0.tar.gz.

File metadata

  • Download URL: BioProps-0.1.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.8.6

File hashes

Hashes for BioProps-0.1.0.tar.gz
Algorithm Hash digest
SHA256 14b12ae689d45ccf6cdbc0da1c2b02918ea06dcde64c58b32daea98631a634d3
MD5 5a8bb4e59292fb0c5e029e66c9e342b4
BLAKE2b-256 ad0b270b320d6254319aae93312aa4af11439c2a5dd8f4b1c864181363b7df94

See more details on using hashes here.

File details

Details for the file BioProps-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: BioProps-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.8.6

File hashes

Hashes for BioProps-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0e598c354eb746146582c83eb62a753af49e673620c56fcb0d0374f3e53ce61
MD5 0712934497cac50a7ebf868ac7e8706b
BLAKE2b-256 0fc43c0c8adf27495691d58ec7dde8407399fbe5961d15c9963232ed965891e4

See more details on using hashes here.

Supported by

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