-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nulls for parcellated data don't show right number of regions #161
Comments
Hello, I've been having a similar issue using the AAL90 atlas which is also in MNI space. If you don't have a need to use rotated maps you can use the Burt2018, Burt2020 or Moran null models to generate surrogate null maps on an MNI parcellation. In my case I need to have the rotated maps but the transformations of neuromaps are not working and I cannot get a surface version of the AAL90 parcellation. If someone can give me a help with this I would be very thankful Best, |
Hi there, I have observed the same problem as described by Linnea using a different atlas: Transforming the neuromorphometric atlas from MNI to fsLR space and parcelling some maps according to neuromorphometric in fsLR works fine. However, creating the nulls gives me 2 more regions than it should (setting data=None). Is there a way to get the right nulls? Thanks, |
Hey! I apologize for the delay. I will try to offer a general explanation that will hopefully explain most of the issues that you guys encountered. When we call However, the As a result of these discrepancies, we get an Currently, there is no option to manually provide a list of indices to drop when generating spin nulls. Adding a In the meantime, a fix would be to go over the parcels in the transformed
Then, the following:
should work as expected. I hope this helps! Let me know if anything is not clear or if the proposed fix does not work! Best, |
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 is in MNI space. When I parcellate data, this works fine:
This gets me the expected 70-region vector, but when I try to produce nulls, I get an error message:
I tried producing generic nulls by using
data=None
, but the resulting matrix features 72 regions, so 2 more than should be in the atlas.Any idea what went wrong? Am I missing a mistake in the code, or could this be an issue with the atlas file?
Thanks,
Linnea
Code of Conduct
neuromaps
Code of ConductThe text was updated successfully, but these errors were encountered: