Skip to content

Latest commit

 

History

History

mdseg

Requirements

Install MDSeg & additional packages

pip install -U git+https://github.com/htem/segway.utils#egg=segway.utils git+https://github.com/htem/segway.mdseg#egg=segway.mdseg
pip install jsmin requests

Download the database

We need to download a copy of the exported proofread neuron database.

# assuming the current directory is `cb2_project_analysis/mdseg/`
cd ../database/data
wget https://github.com/htem/cb2_project_analysis_files/releases/download/230414/neurons_grc_mf_pc_230414.db.tar.gz
tar xf neurons_grc_mf_pc_230414.db.tar.gz

Neuron viewer

You can use make_static_view.py to view proofread neurons.

The below assumes the current directory is cb2_project_analysis/mdseg/

  • Example Granule cells:
    • python make_static_view.py grc_253,grc_270,grc_276,grc_292,grc_304,grc_310,grc_312
  • Example Purkinje cell:
    • python make_static_view.py pc_1

Tips