Issue using the MonoSyn tool #96
-
Hi guys, I'm trying to use Monosyn tool to check the monosynaptic connections. When I opened the CellMetrics in CellExplorer there were no connections between neurons displayed. However, if I run the script:
Any idea on how can I fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi When you run the gui_MonoSyn gui, after making any changes and close the GUI, it should prompt you to save your changes to the mono_res structure. Is that not happening? If no connections are detected, it will not show you the curation or save connection information in the metrics. If you share your data, I can try to troubleshoot it. |
Beta Was this translation helpful? Give feedback.
-
You want to save the output in the correct parameter names:
I think this was not clear from the documentation. In CellExplorer you can save your changes through the file menu. In gui_MonoSyn you want to do this manually if you first load mono_res into memory. |
Beta Was this translation helpful? Give feedback.
You want to save the output in the correct parameter names:
mono_res = gui_MonoSyn(mono_res)
and
I think this was not clear from the documentation. In CellExplorer you can save your changes through the file menu. In gui_MonoSyn you want to do this manually if you first load mono_res into memory.