WormNeuroAtlasMAReader
fig = cds2.to_plotly_graph_fig(DOPAMINE, view)
module-attribute
fig, _ = cds2.to_plotly_matrix_fig( list(view.synclass_sets.keys())[2], view, )
get_instance(from_cache=LOAD_READERS_FROM_CACHE_BY_DEFAULT)
Uses WormNeuroAtlasExtSynReader
to load data on monoaminergic connectivity using the WormNeuroAtlas package
Returns:
Name | Type | Description |
---|---|---|
WormNeuroAtlasExtSynReader |
The initialised connectome reader |
Source code in cect/WormNeuroAtlasMAReader.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|