siibra 1.0.1a5__tar.gz → 1.0.1a7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of siibra might be problematic. Click here for more details.
- {siibra-1.0.1a5/siibra.egg-info → siibra-1.0.1a7}/PKG-INFO +1 -1
- siibra-1.0.1a7/siibra/VERSION +1 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/layerwise_cell_density.py +14 -11
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/locations/location.py +2 -1
- {siibra-1.0.1a5 → siibra-1.0.1a7/siibra.egg-info}/PKG-INFO +1 -1
- siibra-1.0.1a5/siibra/VERSION +0 -1
- {siibra-1.0.1a5 → siibra-1.0.1a7}/LICENSE +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/MANIFEST.in +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/README.rst +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/setup.cfg +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/setup.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/commons.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/configuration/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/configuration/configuration.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/configuration/factory.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/assignment.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/atlas.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/concept.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/parcellation.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/region.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/space.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/core/structure.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/exceptions.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/explorer/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/explorer/url.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/explorer/util.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/anchor.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/connectivity/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/connectivity/functional_connectivity.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/connectivity/regional_connectivity.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/connectivity/streamline_counts.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/connectivity/streamline_lengths.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/connectivity/tracing_connectivity.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/dataset/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/dataset/ebrains.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/feature.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/image/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/image/image.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/image/sections.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/image/volume_of_interest.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/bigbrain_intensity_profile.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/cell_density_profile.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/cortical_profile.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/gene_expression.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/layerwise_bigbrain_intensities.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/receptor_density_fingerprint.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/receptor_density_profile.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/regional_timeseries_activity.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/features/tabular/tabular.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/livequeries/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/livequeries/allen.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/livequeries/bigbrain.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/livequeries/ebrains.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/livequeries/query.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/locations/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/locations/boundingbox.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/locations/experimental.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/locations/point.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/locations/pointcloud.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/retrieval/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/retrieval/cache.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/retrieval/datasets.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/retrieval/exceptions/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/retrieval/repositories.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/retrieval/requests.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/vocabularies/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/vocabularies/gene_names.json +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/vocabularies/receptor_symbols.json +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/vocabularies/region_aliases.json +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/parcellationmap.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/providers/__init__.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/providers/freesurfer.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/providers/gifti.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/providers/neuroglancer.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/providers/nifti.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/providers/provider.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/sparsemap.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra/volumes/volume.py +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra.egg-info/SOURCES.txt +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra.egg-info/dependency_links.txt +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra.egg-info/requires.txt +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/siibra.egg-info/top_level.txt +0 -0
- {siibra-1.0.1a5 → siibra-1.0.1a7}/test/test_siibra.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: siibra
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1a7
|
|
4
4
|
Summary: siibra - Software interfaces for interacting with brain atlases
|
|
5
5
|
Home-page: https://github.com/FZJ-INM1-BDA/siibra-python
|
|
6
6
|
Author: Big Data Analytics Group, Forschungszentrum Juelich, Institute of Neuroscience and Medicine (INM-1)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.1-alpha.7
|
|
@@ -84,17 +84,20 @@ class LayerwiseCellDensity(
|
|
|
84
84
|
)
|
|
85
85
|
fields = cellfile.split("/")
|
|
86
86
|
for layer in layer_volumes.index:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
87
|
+
try:
|
|
88
|
+
data.append({
|
|
89
|
+
'layer': layer,
|
|
90
|
+
'layername': layers["Name"].loc[layer],
|
|
91
|
+
'counts': counts.loc[layer],
|
|
92
|
+
'area_mu2': layers["Area(micron**2)"].loc[layer],
|
|
93
|
+
'volume': layer_volumes.loc[layer],
|
|
94
|
+
'density': counts.loc[layer] / layer_volumes.loc[layer],
|
|
95
|
+
'regionspec': fields[-5],
|
|
96
|
+
'section': int(fields[-3]),
|
|
97
|
+
'patch': int(fields[-2]),
|
|
98
|
+
})
|
|
99
|
+
except KeyError:
|
|
100
|
+
continue
|
|
98
101
|
return pd.DataFrame(data)
|
|
99
102
|
|
|
100
103
|
@property
|
|
@@ -31,7 +31,8 @@ class Location(BrainStructure):
|
|
|
31
31
|
"""
|
|
32
32
|
|
|
33
33
|
# backend for transforming coordinates between spaces
|
|
34
|
-
|
|
34
|
+
# for detail, see https://github.com/HumanBrainProject/hbp-spatial-backend
|
|
35
|
+
SPACEWARP_SERVER = "https://siibra-spatial-backend.apps.ebrains.eu/v1"
|
|
35
36
|
|
|
36
37
|
# lookup of space identifiers to be used by SPACEWARP_SERVER
|
|
37
38
|
SPACEWARP_IDS = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: siibra
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1a7
|
|
4
4
|
Summary: siibra - Software interfaces for interacting with brain atlases
|
|
5
5
|
Home-page: https://github.com/FZJ-INM1-BDA/siibra-python
|
|
6
6
|
Author: Big Data Analytics Group, Forschungszentrum Juelich, Institute of Neuroscience and Medicine (INM-1)
|
siibra-1.0.1a5/siibra/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.1-alpha.5
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|