Metadata-Version: 2.4
Name: human-brain-atlases
Version: 0.1.6
Summary: A simple package with a plusplus function
Home-page: https://github.com/liuforest/human-brain-atlases
Author: liuforest
Author-email: liuforest <lshangming@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/liuforest/human-brain-atlases
Project-URL: Bug Tracker, https://github.com/liuforest/human-brain-atlases/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# human-brain-atlases
Human brain atlas parcellations based on the MNI152 template

## Usage

```python
import human_brain_atlases as hba

# Load the Schaefer atlas with 400 regions of interst
atlas = hba.atlases.Schaefer(n_rois=400)

# view the dataframe
atlas.df
