-
Notifications
You must be signed in to change notification settings - Fork 9
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
MouseLight reconstructions #3
Comments
Hi, The link above just brings me to the home page: https://icahn.mssm.edu/ Also, is there also a way to download the MouseLight data as JSON? |
Here's a different page with the SWC spec: http://www.neuronland.org/NLMorphologyConverter/MorphologyFormats/SWC/Spec.html I haven't dug into it yet, but it looks like they may only be available as SWC. Here's the function in mouselightr that retreives the SWC files: I'm having trouble tracking down API documentation for these direct queries to MouseLight. Alternately, it looks like neuromorpho.org has these files as well, with a pretty simple url scheme: Where AA0257 is the MouseLight ID. |
That's great, I wasn't aware of neuromorpho. It seems that parsing SWC files is quite easy, but unlike the JSON they don't contain the allenID value for each sample [which can be used to reconstruct in which brain region the sample is]. Thanks for the help though! |
Hi @hypercompetent |
Hi, I have a similar problem in python (I've added a question on the community forum. I can render the .swc in pythons (adding it to BrainRender), but they are not aligned to the CCF. Any help would be exceedingly useful! |
Add functions to draw MouseLight reconstructions into the 3D brain plots. These can be downloaded in SWC format:
http://research.mssm.edu/cnic/swc.html
The text was updated successfully, but these errors were encountered: