jjb-hub / phd

0 stars 1 forks source link

allensdk NORMALISATION OF REGIONS #64

Open jjb-hub opened 3 months ago

jjb-hub commented 3 months ago

The first issue I had with Allensdk was that it updated pandas and broke some things so be mindful.

Here is the reference tree where the atlas names are stored (one place where they are stored) https://allensdk.readthedocs.io/en/latest/reference_space.html

The docs to access this reference space 'tree' structure https://allensdk.readthedocs.io/en/latest/_static/examples/nb/reference_space.html#Constructing-a-structure-tree

jjb-hub commented 3 months ago

temp solution will be to get working phd>module>json>regions_idealy.json dict in jasmine branch

Remi suggests: Maybe you should add a check that len(colname.split('') == 2 ? I surprised i didnt do that