Giter Club home page Giter Club logo

innear's Introduction

innear

Functions to register and analyse cell tracks based on Pandas and Vtk (thus Python2 only):

Example

There is also a function that adds a cell_id column to the DataFrame by tracing the lineage, like this:

    id_center  id_mother  timestep Division  cell_id
0        1000          0         1    False        0
1        1001       1000         2    False        0
2        1002       1001         3    False        0
3        1003       1002         4    False        0
4        1004       1003         5    False        0
5        2000          0         1    False        1
6        2001       2000         2     True        1
7        2002       2001         3    False        2
8        2003       2001         3    False        3
9        2004       2002         4    False        2
10       2005       2003         4    False        3
11       2006       2004         5    False        2
12       3000        666        10    False        4
13       3001       3000        11    False        4
14       3002       3001        12    False        4
15       4000        666        10    False        5
16       4001       4000        11    False        5
17       4002       4001        12    False        5
18       4003       4002        13    False        5
19       4004       4003        14    False        5

For usage see the examples in if __name__ == '__main__'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.