Giter Site home page Giter Site logo

quinngroup / toxoplasma-isbi2018 Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 1.0 978 KB

Code for IEEE ISBI 2018 publication.

Home Page: https://arxiv.org/abs/1801.02591

License: MIT License

Python 41.89% Jupyter Notebook 58.11%
toxoplasma-gondii tracking-algorithm calcium clustering

toxoplasma-isbi2018's Introduction

This repository is created to share the codes for ISBI 2018 paper with the title of "UNSUPERVISED DISCOVERY OF TOXOPLASMA GONDII MOTILITY PHENOTYPES"

We implemented our pipeline using Python 3 and associated scientific computing libraries (NumPy, SciPy, scikit-learn, matplotlib) .The core of our tracking algorithm used a combination of tools available in the OpenCV 3.1 computer vision library.

To use the code, First the coordinates of the cell trajectories should be extracted using a tracking algorithm .( Here we extracted them through our KLT based tracking algorithm and saved them in text file ). we have 6 files for 2 sets of Data:

  • XA : Denotes the ** X ** coordinations on After Calcium data set.
  • YA : Denotes the ** Y ** coordinations on After Calcium data set.
  • XB : Denotes the ** X ** coordinations on Before Calcium data set.
  • YB : Denotes the ** Y ** coordinations on Before Calcium data set.
  • AA : Denotes the ** angles ** of the objects movement in 2 consecutive frames on After Calcium data set.
  • AB : Denotes the ** angles ** of the objects movement in 2 consecutive frames on Before Calcium data set.

Then you should run the RBF_Clustering.py to load the files, Extract the AR parameters, making the RBF Kernel using eigenvectors and finally cluster the trajectories.

After running RBF_Clustering.py It will create a label.txt file in the same directory. This file shows the labels for each Trajectory and will be used in RBF_Visualization.py to visualize the clusters of the trajectories.

toxoplasma-isbi2018's People

Watchers

 avatar  avatar  avatar  avatar

Forkers

fusion-research

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.