Download and Import
Quick installation¶
To quickly install the library together with its dependencies one can run:
or, for the latest version if you have cloned the directory:
or for the latest version wihtout cloning the directory
Basic usage¶
Once installed the library can be called the following way (as an example):
and one can then load lineage trees the following way:
For .lT files:
For ASTEC data:
For MaMuT or TrackMate:
For TGMM:
from lineagetree import read_from_tgmm_xml
lT = read_from_tgmm_xml('path/to/single_time_file{t:04d}.xml', tb=0, te=500)
For Mastodon:
or, for Mastodon csv file: