neuromaps plugin

note: this page is currently under construction

This tutorial introduces our approach for a user-friendly implementation of neuromaps into Brainstorm.

Introduction

The neuromaps plugin in Brainstorm integrates curated annotations and tools from neuromaps to further expand the accessibility and inclusivity of brain-mapping tools, as part of an Open Science initiative. Our goal is to extend these pioneering tools, which were offered exclusively in Python, to the Brainstorm MATLAB environment to provide researchers access to cutting-edge research without any prior computer programming experience, in an intuitive point-and-click user environment. As technological and data sharing advances have increasingly moved neuroscience research towards integrative questions rooted in data science, we believe that Open Science is most impactful when everyone is provided with equal access to the newest and greatest resources in the field.

The present tutorial will demonstrate the plugin’s functionality within the Brainstorm interface; for a detailed breakdown of the algorithm, please refer to the neuromaps plugin Github.

For this first iteration, we focused on the neurotransmitter receptors and transporters. Thirty different maps from the neuromaps toolbox were selected, covering nine different neurotransmitter systems: dopamine, norepinephrine, serotonin, acetylcholine, glutamate, GABA, histamine, cannabinoid, and opioid. These maps are sourced from open-access repositories, addressing the need for a comprehensive tool that integrates standardized analytic workflows for both surface and volumetric data.

Key Features

Installing and Running the Neuromaps Plugin

By following these steps, you will successfully install the neuromaps plugin.

Importing the Brain Annotations

Accessing Annotation Parameters

Statistical Analyses for Significance Testing

One of the main benefits of having these brain annotations in a common coordinate system is that we can more statistically compare their spatial topographies. But how do we demonstrate that a brain network feature is more prominent than would be expected by chance and assess the statistical significance of associations across cortical regions? We would use null models—operationalized theories about important and unimportant features to benchmark the statistical unexpectedness of specific features of interest.

However, most statistical analyses assume that the values of observations in each sample are independent of one another. Spatial autocorrelation violates this assumption because samples taken from nearby areas are related to each other and are not independent. Spatially-naive null models—both parametric and non-parametric—yield inflated p-values and are inappropriate for significance testing of neuroimaging brain maps. When applied to spatially-autocorrelated brain maps typical of most neuroimaging data, these models approach a false positive rate of >75% and their usage in the field is discouraged (Markello, R. D., & Misic, B. 2021).

The original neuromaps workflow, therefore, integrates multiple methods of performing spatial permutations for significance testing. For the plugin, we implemented the most widely adopted of these approaches—the spin method, which involves randomizing the anatomical alignment between two cortical surface maps through spherical rotation by a random angle (Alexander-Bloch et al., 2018).

Spatial correlation with brain annotations

Spatial correlation any files

Applications of neuromaps for Research

The neuromaps plugin opens up new and exciting avenues for research and can help address questions that depend crucially on anatomical localization. Below, we explore some potential uses of the bst-neuromaps plugin, supported by examples from the literature.

Advancing Integrative Research

Hansen, J. Y., Shafiei, G., Voigt, K., Liang, E. X., Cox, S. M., Leyton, M., ... & Misic, B. (2023). Integrating multimodal and multiscale connectivity blueprints of the human cerebral cortex in health and disease. Plos Biology, 21(9), e3002314.

Colocalization of Chemical Receptors and Active Brain Regions

da Silva Castanheira, J., Wiesman, A. I., Hansen, J. Y., Misic, B., Baillet, S., Network, Q. P., & PREVENT-AD Research Group. (2023). Neurophysiological brain-fingerprints of motor and cognitive decline in Parkinson’s disease. medRxiv.

Figure_5_Neuromaps_CAMCAN.jpg

Identification of Specific Neurochemical Targets for Potential Future Clinical Treatments

Wiesman, A. I., da Silva Castanheira, J., Degroot, C., Fon, E. A., Baillet, S., Network, Q. P., & Prevent-Ad Research Group. (2023). Adverse and compensatory neurophysiological slowing in Parkinson’s disease. Progress in Neurobiology, 231, 102538.

Acknowledgements

Contributing

We welcome contributions from the community to help improve and expand the functionality of the neuromaps plugin. Feel free to submit pull requests on the Github repository, report issues, or provide suggestions below! Your feedback is invaluable in ensuring a user-friendly experience for researchers worldwide. We believe that Open Science is most impactful when the countless everyone is provided with equal access to the newest and greatest resources in the field.



Feedback: Comments, bug reports, suggestions, questions
Email address (if you expect an answer):


Tutorials/Neuromaps (last edited 2023-12-03 22:24:42 by ?ThuyNguyen)