Neuroscientist
Reproduces the oviIN multi‑circuit hub input analysis: modular structure over presynaptic partners, PyTorch embeddings for similarity metrics, and a Streamlit demo to browse modules.
We analyze the oviIN inputs as a subconnectome to reveal parallel input modules (multi-circuit hub). We replicate modularity findings and add PyTorch embedding/similarity analysis plus an interactive Streamlit browser.
Streamlit app to browse modules, toggle ROI overlays, and inspect strong inputs.
Findings reinforce oviIN as a multi-circuit integrator: distinct upstream pathways converge with dendritic‑region specificity. The pipeline provides a baseline for hypothesis testing and follow‑up physiology/behavior studies.
conda env create -f environment.yml (or pip install -r requirements.txt)docker build -t oviin-modules . → docker run -p 8501:8501 oviin-modulesstreamlit run app.py (module browser)