Coder Social home page Coder Social logo

frucloneclustering's Introduction

Source code to accompany:

A mutual information approach to automate identification of neuronal clusters in Drosophila brain images Nicolas Y. Masse, Sebastian Cachero, Aaron D. Ostrovsky, Gregory S. X. E. Jefferis Division of Neurobiology, MRC Laboratory of Molecular Biology, Cambridge, CB2 0QH, UK.

Easy Installation

Start Matlab and paste in the following code:

tempscript=[tempname() '_fccinstall.m'];
urlwrite('https://raw.github.com/jefferis/FruCloneClustering/master/src/Easy_Install_Masse.m',tempscript);
run(tempscript);
delete(tempscript);
cd(fullfile(final_src_path,'src'));

(This saves the Easy_Install_Masse.m script to a local temporary file, runs it, removes it and then changes directory to the newly downloaded source code – all because matlab apparently cannot run a script from a url). See src/Contents.m for details of Matlab code and how to install additional dependencies of the full image processing pipeline.

Developer Installation

If you want to keep up to date with the codebase/contribute, then you need to install git.

Then in the shell:

cd /some/sensible/dir
git clone http://github.com/jefferis/FruCloneClustering.git
git clone http://github.com/jefferis/MatlabSupport.git

In Matlab:

  • Add FruCloneClustering/src and the whole of MatlabSupport to your path (IMPORTANT!)
  • Run FruCloneClustering/Easy_Compile_Masse.m

Examples

See score_trace_wrapper.m for examples of querying the database of fruitless clones with a traced neuron. These examples are part of the function help that can be displayed by typing help score_trace_wrapper in Matlab.

frucloneclustering's People

Contributors

jefferis avatar nmasse avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

nmasse

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.