Diametrize cells
Project description
This code is a work in progress and will aimed at generating synthetic diameters for neurons, with parameters learned from a set of biological neurons.
Installation
The usual
pip install -e .
Main usage
Step 1: Building models
In folder example, you first have to modify create_jsons.py to suit your needs.
You have the following important parameters for the dict extract_models_params:
morph_path: path to morphology files
mtypes_sort: how to learn distributions: all to use all together, mtypes to use by mtypes , super_mtypes to use home made cells types (see diameter_types below)
models: to create several models (for now they are all the same, just differen realisation of random numbers)
neurite_types: types of neurite to learn parameters for
extra_params: dict of additional model parameters
Step 2: Building diameters
Then simply run ./run_models.sh to create the models (saved in a json file).
In create_jsons.py, the dict generate_diameters_params needs to be updated, too, with entries matching the previous dict. The path in new_morph_path will be where the new morphologies will be saved.
Then run ./run_diamters.sh to generate diameters.
Additional scripts
Several additional scripts in folder scripts:
diameter-checks: run the diameter-check code (bluepymm) on the biological and sampled cells
diameter_types: cluster mtypes using distributions of surface areas (uses two privates repositories a the moment)
extract_morphometrics: from bio and sample cells, extracts and plot distribution of surface aread and diameter as a function of branch order and path lengths
extract_morphologies: from a cell release, find the ones that can be run through diameter-check
plot_morphologies: plot all morphologies in mtype folders
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file diameter-synthesis-0.2.5.tar.gz
.
File metadata
- Download URL: diameter-synthesis-0.2.5.tar.gz
- Upload date:
- Size: 416.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0dff94b0e1f05ab5b9755c1e2ffaec8eb22e242cf18372a979b6dee59091598 |
|
MD5 | 9e42d0444f397e60bef3f74d3b2f2a6e |
|
BLAKE2b-256 | d083cc5814629219b53f4743c0111b119bd1c731a2475f8c9a2046110c271f90 |
Provenance
File details
Details for the file diameter_synthesis-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: diameter_synthesis-0.2.5-py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b1a1bda33146d0ef4c7b87ab51b1b0ee7595b9d61903b766d052da24a1b4b50 |
|
MD5 | 541ac826f71c37768c8e005557a72ea5 |
|
BLAKE2b-256 | 69928e2c61ba1f149e104d46b02a382d9a1e99b0b3c505137cf1d063a0e0c2be |