Open
Description
In biophysical modeling for computational neuroscience, understanding how the currents of individual channels contribute to the overall cell’s voltage fluctuations can be very helpful. One way to have per-cell visualization of the “currentscape” is defined by this paper: https://elifesciences.org/articles/42722 , where it’s a plot that illustrates the relative proportion of each current to a cell’s overall current:
This would be nice to have, and fortunately there is pre-existing code:
Pre-existing implementations:
- Note that the paper already includes some supplemental code for the vis: https://datadryad.org/stash/dataset/doi:10.5061/dryad.d0779mb#citations
- BlueBrain has also created a Python package of the same code that may be easier to bring in: https://github.com/BlueBrain/Currentscape