-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi
I'm working on writing an exporter for our own codebase to SONATA. We have many biophysically detailed neuron models with channel densities that vary along the dendrites. We embed these in networks for exact synapse placement, and synapse activations are saved as dataframes.
I thought it would make sense as a first step to export the neuron models. However, I can't figure out how to specify channel distributions of varying density.
the SONATA spec sheet is rather brief on this. One example shows a neuron model in both XML and JSON format.
I'd like to commit to the Allen cell types JSON format (https://github.com/AllenInstitute/sonata/blob/master/docs/SONATA_DEVELOPER_GUIDE.md#allen-cell-types-database-json), but i can't deduce from this documentation how to do so. hte docs on this page simply state "It is worth noting that the scope of the current work was with neuron models which had uniform ion channel distributions. For future versions of the common format, an example with non-uniform channel distributions should also be considered."
My questions:
- Are non-uniform channel densities supported by SONATA or the file formats included in SONATA?
- Where can I find a more complete specification of the Allen JSON format, if it supports non-uniform channel densities?