-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Feature] How to print all "nicknames" for brain regions in a given atlas? #403
Comments
You can do this with the BrainGlobe Atlas API: from brainglobe_atlasapi import BrainGlobeAtlas
atlas = BrainGlobeAtlas("allen_mouse_100um")
print(atlas.structures_list) What you are looking for is the "acronym" of each structure. |
Thanks! @alessandrofelder Thats helpful. Having issues with transparency for the brain regions/points and giving it a different color. Is this the right way to pass it?
This creates something like this where the added regions and points inside that region have the same color. |
Are you wanting to change the properties of the points? If so that needs to be passed when you call brainrender/examples/brainmapper.py Line 31 in e7d9be6
|
Also, @Eddymorphling if you have usage questions (rather than a bug report), would you mind asking your question over on the image.sc forum, tagging your question with |
Thanks, @adamltyson. Actually, I would like to make the brain regions transparent. But that does not seem to work. I will start posting on the Fiji forum, sorry for the hassle. |
FWIW @Eddymorphling there is a known issue with setting transparency #390 that seems to occur in some situations, but we haven't managed to reproduce fully. |
Hi all, I am new to brainrender and I have a very simple yet naive q. How do I identify all the "nicknames" for all the brain regions for a given atlas? For example :
The text was updated successfully, but these errors were encountered: