CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements-eeg.txt
requirements-gnn.txt
requirements-lock.txt
requirements.txt
braphin/__init__.py
braphin/atlas.py
braphin/bands.py
braphin/config.py
braphin/connectivity.py
braphin/denoise.py
braphin/exceptions.py
braphin/graph.py
braphin/graph_metrics.py
braphin/importBRAPHINData.py
braphin/importEEGData.py
braphin/model.py
braphin/preprocess.py
braphin/strategy.py
braphin/tools.py
braphin/transform.py
braphin/visualize.py
braphin.egg-info/PKG-INFO
braphin.egg-info/SOURCES.txt
braphin.egg-info/dependency_links.txt
braphin.egg-info/requires.txt
braphin.egg-info/top_level.txt
braphin/atlas_centroids/aal_centroids.json
braphin/atlas_centroids/schaefer_100_centroids.json
braphin/atlas_centroids/schaefer_200_centroids.json
braphin/atlas_centroids/schaefer_400_centroids.json
braphin/atlases/aal.nii.gz
braphin/atlases/schaefer_100.nii.gz
braphin/atlases/schaefer_200.nii.gz
braphin/atlases/schaefer_400.nii.gz
braphin/io/__init__.py
braphin/io/nifti.py
braphin/io/tabular.py
eegraph/__init__.py
eegraph/graph.py
eegraph/importData.py
eegraph/modelateData.py
eegraph/strategy.py
eegraph/tools.py
eegraph/io/__init__.py
eegraph/io/deap.py
tests/test_atlas.py
tests/test_bands.py
tests/test_connectivity.py
tests/test_denoise.py
tests/test_graph.py
tests/test_graph_metrics.py
tests/test_importBRAPHINData.py
tests/test_io.py
tests/test_model.py
tests/test_modelate.py
tests/test_pipeline.py
tests/test_preprocess.py
tests/test_preprocess_new_steps.py
tests/test_transform.py
tests/test_visualize.py