jnirschl / kinesin-3_guedes-dias_2018

kinesin-3_guedes-dias_2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supplemental code for "Kinesin-3 responds to local microtubule dynamics to target synaptic cargo delivery to the presynapse"

license DOI


Contents

  • Installation
  • Files
    • ensembleRecruitment: A script to segment microtubules and quantify fluorescence intensity of objects on microtubules vs. background to measure microtubule binding in TIRF microscopy.
    • kymoSuite: A set of MALTAB (R) functions with GUI for manual kymograph tracing of motility events and semi-automated analysis.
    • nearestPresynapticDistance: A script to measure the observed nearest neighbor distance from one set of n points (e.g., EB3 comet initiation/ termination) to a set of reference p points (e.g., presynapses) along a 1-dimensional line l. For each set of observations, it performs a Monte Carlo simulation of n points distributed with a uniform random probability along l and computes the nearest neighbor distance to a fixed reference set p.
  • License and citation
  • Acknowledgements

Installation

These scripts use the MATLAB (R) programming language and environment. To begin using these scripts, simply add the files to the MATLAB path using the "Set Path" dialog box or the addpath function. Previous experience with MATLAB (R) or another programming language is required for efficient use of these scripts.

System requirements

System requirements
Operating system > Windows 8.1
> Ubuntu 16.04
Software MATLAB (R)
Processor 2 GHz
Memory (RAM) 2 GB
Hard-drive space 50 MB

Minimal system requirements for using these scripts. This does not include hard-drive space required for additional software packages or dependencies.

Dependencies

The following MATLAB (R) Toolboxes are required: Image Processing Toolbox, Statistics and Machine Learning Toolbox, and Signal Processing Toolbox. Additional dependencies include some functions from uTrack (Danuser lab), Bioformats, and MATLAB Central files where listed.


License and Citation

These scripts are released under the MIT License.

If you use use this code in your research, please cite:

Guedes-Dias, P., Nirschl, J.J., Abreu, N., Tokito, M.K., Janke, C., Magiera, M.M., and Holzbaur, E.L.F. (2019). Kinesin-3 Responds to Local Microtubule Dynamics to Target Synaptic Cargo Delivery to the Presynapse. Current Biology.

PMID: 30612907

DOI: https://doi.org/10.1016/j.cub.2018.11.065

Bibtex formatted reference:

@article{pmid30612907,
    annote = {doi: 10.1016/j.cub.2018.11.065},
    author = {Guedes-Dias, Pedro and Nirschl, Jeffrey J and Abreu, Nohely and Tokito, Mariko K and Janke, Carsten and Magiera, Maria M and Holzbaur, Erika L F},
    doi = {10.1016/j.cub.2018.11.065},
    issn = {0960-9822},
    journal = {Current Biology},
    month = {jan},
    publisher = {Elsevier},
    title = {{Kinesin-3 Responds to Local Microtubule Dynamics to Target Synaptic Cargo Delivery to the Presynapse}},
    url = {https://doi.org/10.1016/j.cub.2018.11.065},
    year = {2019}
}

Acknowledgements

This work was funded by NIH Grants R01GM048661 (to E.L.F.H.) and F30NS092227 (to J.J.N.). This study has received support under the program “Investissements d’Avenir” launched by the French Government and implemented by ANR with the references ANR-10-LBX-0038, ANR-10-IDEX-0001-02 PSL. The work of M.M. is supported by the Fondation pour la Recherche Medicale (FRM) grant DEQ20170336756 and the the Fondation Vaincre Alzheimer grant FR-16055p. P.G-D. was supported by the NSF Science and Technology Center for Engineering MechanoBiology (Grant CMMI-1548571).

About

kinesin-3_guedes-dias_2018

License:MIT License


Languages

Language:MATLAB 100.0%