neuromaps
neuromaps copied to clipboard
A toolbox for comparing brain maps
Matplotlib deprecated register_cmap function since 3.7.0, so an equivalent function is now being called under the same name
### Description of issue Hi! I think that the toolkit does not work with the some versions of matplotlib (for instance, 3.9.0), but it does with version 3.5.1. So, maybe...
### Description of issue Hi, We are currently integrating Neuromaps into our ongoing projects. We initiated testing with a single null model, burt2018, using 1000 permutations in the fsaverage 10k...
### Description of issue Hi, I'm trying to produce some null distributions of parcellated data and have run into an issue. The atlas file I have has 70 region and...
docker
### Description of issue Is there any documentation on the input args for the container version ? We are trying to add neuromaps as an option in our VM's through...
Hello, I am the lead author on the `eigenstrapping` preprint: https://www.biorxiv.org/content/10.1101/2024.02.07.579070v1 I'd like to request its addition to the `neuromaps` package as a null method - you can find `eigenstrapping`...
### Description of issue Dear neuromaps developers, I have two questions regarding the functioning of the toolbox. I have used `nulls.moran(img1, atlas='mni152', density='3mm', n_perm=100, seed=1234, n_proc=15)` to calculate a null...
### Brain map source - [ ] I am sharing a brain map from my own research - [X] I am requesting a brain map be added from a published...
### Description of issue Hi, thanks for the fabulous package. I have some data in MNI space and I'm interested in resampling them to the fsaverage space but represented on...
This PR refactors the `load_data` function to allow it's use for gifti images with more than one data array (e.g. for timeseries/functional data). There were a few issues with the...