https://github.com/bluebrain/atlas-analysis
Atlas-analysis with a focus on the hippocampus
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Atlas-analysis with a focus on the hippocampus
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
README.rst
.. |name| replace:: Atlas-Analysis
Welcome to |name| documentation!
==========================================
Introduction
============
This lib contains the atlas codes used during the hippocampus circuit building which could be
useful for some other brain regions.
The lib already contains some basic functions such as:
* safe_cast_atlas: that allows one to safely cast an atlas into a new dtype
* homogenize_atlas_types: loads different atlases with different dtype safely
* load_coherent_atlases: loads different atlases with different dtype safely and that
checks the external properties of the nrrd files such as pixel sizes, offsets and shapes.
* extract_labels: extracts particular regions using labels and reset labels if needed
* reset_all_values: resets all labels of an atlas to a given label.
* regroup_atlases: regroups multiple atlases in one atlas and reset labels if needed.
* logical_and: does a logical and for multiple atlases. This is useful to check overlaps between
different atlases.
* voxel_mask: masks an atlas with an other atlas that will act as a binary mask.
You have two choices either keeping or removing everything inside the mask. This is useful in case
of overlapping atlases.
* indices_to_positions: that will give you the position of the center of the voxel corresponding
to id [a, b, c].
* sample_positions_from_voxeldata: samples randomly N indexes and returns the corresponding
positions
* change_encoding: changes the encoding of a nrrd file and save the new version.
Some more complex functions will be added in a near future. These functions are: creating a
centerline for concave volumes, creating homogeneous subregions and orientiations.
Installation
============
It can be installed using pip:
.. code-block:: bash
$ pip install git+https://github.com/BlueBrain/atlas-analysis/
Acknowledgment
==============
The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.
This project/research received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Framework Partnership Agreement No. 650003 (HBP FPA).
For license see LICENSE.txt.
Copyright © 2014-2024 Blue Brain Project/EPFL
Owner
- Name: The Blue Brain Project
- Login: BlueBrain
- Kind: organization
- Email: bbp.opensource@epfl.ch
- Location: Geneva, Switzerland
- Website: https://portal.bluebrain.epfl.ch/
- Repositories: 226
- Profile: https://github.com/BlueBrain
Open Source Software produced and used by the Blue Brain Project
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
setup.py
pypi
- click >=7.0
- geomdl >=5.2.8
- networkx >=2.3
- numpy >=1.16.3
- pathos >=0.2.3
- plotly-helper >=0.0.2
- pyquaternion >=0.9.5
- scikit-image >=0.16.1
- scipy >=1.2.1
- voxcell >=2.6.2
- vtk >=8.1.2