TODO
Project description
in silico fate mapping
Interactive in silico fate mapping from tracking data.
This napari plugin estimates the cell fates from tracking data by building a radial regression model per time point. The user can select an area of interest using a Points
layer; the algorithm will advent the probed coordinates forward (or backward) in time, showing the estimated fate.
Video example below:
Installation
TODO: add to pypi
You can install in-silico-fate-mapping
via pip:
pip install in-silico-fate-mapping
To install the latest development version :
pip install git+https://github.com/royerlab/in-silico-fate-mapping.git
IO file format
This plugin does not depend on a specific file format, the only requirement is using a Track
layer from napari.
Despite this, we ship a reader and writer interface. It supports .csv
files with the following reader TrackID, t, (z), y, x
, z
is optional.
Such that each tracklet has a unique TrackID
and it's composed of a sequence o time and spatial coordinates.
This is extremely similar to how napari store tracks, more information can be found here.
Divisions are not supported at the moment.
Citing
If used please cite:
TBD
Issues
If you encounter any problems, please file an issue along with a detailed description.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file in_silico_fate_mapping-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: in_silico_fate_mapping-0.1.0-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b266cd9b987009b284d0d05d9085a98060f8502632d1c4d4a5983013524dfb1 |
|
MD5 | 1084db664366e8dbec418bdcdf3b01c0 |
|
BLAKE2b-256 | 00cb0a6409181c37bf8279f1a01d2120c23bd116b99d2418f80f2d286a721fcd |