Skip to main content

Lineage tree structure for TGMM algorithm

Project description

LineageTree

This library allows to import and work with cell (but not limited to cells) lineage trees. With LineageTree you can read from:

Description of the repository

  • src: folder containing the package
  • setup.py: Installation script
  • README.md: This file
  • LICENCE: The licence describing file

Basic usage

Once installed the library can be called the following way (as an example):

from LineageTree import lineageTree

and one can then load lineage trees the following way:

For ASTEC data:

lT = lineageTree('path/to/ASTEC.pkl', file_type='ASTEC')

or

lT = lineageTree('path/to/ASTEC.xml', file_type='ASTEC')

For SVF:

lT = lineageTree('path/to/SVF.bin')

For MaMuT:

lT = lineageTree('path/to/MaMuT.xml', file_type='MaMuT')

For TrackMate:

lT = lineageTree('path/to/MaMuT.xml', file_type='TrackMate')

For TGMM:

lT = lineageTree('path/to/single_time_file{t:04d}.xml', tb=0, te=500, file_type='TGMM')

Dependencies

Some dependecies are requiered:

  • general python dependecies:
    • numpy, scipy
  • specific dependency:
    • svgwrite if svg output is needed

Quick install

To quickly install the library together with its dependencies one can run:

pip install .

or

python setup.py install [--user]

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

LineageTree-1.0.1.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

LineageTree-1.0.1-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file LineageTree-1.0.1.tar.gz.

File metadata

  • Download URL: LineageTree-1.0.1.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for LineageTree-1.0.1.tar.gz
Algorithm Hash digest
SHA256 7d83b691654efd004857f65ec903fbfdb86bbd5e0b6bd402dff3c53ef5aa0107
MD5 849c448d7819156c91445dd99ffbe248
BLAKE2b-256 ed59acf86fcc9ccf6ce6646c50025244b8a91ce463f1e34bd004f0388f6bccd9

See more details on using hashes here.

File details

Details for the file LineageTree-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: LineageTree-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for LineageTree-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c14ce3b238cc861203c8f7345c2ca08229b2301d4c343bfc00defa2b93ef8d85
MD5 54543eed02c594119424e24ca7ba2603
BLAKE2b-256 1bed5ea553669e5f667308aef5398282b2523a7035fe6f2202f32abb1e7bb3e9

See more details on using hashes here.

Supported by

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