Connectome Spatial Smoothing
Project description
Connectome Spatial Smoothing
Here, you may find the Python codes and sample scripts for Connectome Spatial Smoothing (CSS).
For more information you may check our article on Connectome Spatial Smoothing (CSS): concepts, methods and evaluation. All resources are provided as complementary to the following article:
Mansour, L. Sina, et al. "Connectome Spatial Smoothing (CSS): concepts, methods, and evaluation." NeuroImage (2022): 118930.
The code used for this study is now released as a python package. If using the codes, please also cite the following:
The codes in this repository mainly perform the following tasks:
-
Map high-resolution structural connectomes from tractography
-
Map atlas-resolution structural connectomes from tractography
-
Compute the CSS smoothing kernel with selected parameters
-
Perform CSS on high-resolution connectomes
-
Perform CSS directly on atlas connectomes
Installation
To use CSS functionality in your code, you can install the package with the following command:
pip install Connectome-Spatial-Smoothing
Then, you could simply use the package in your own code after importing:
from Connectome_Spatial_Smoothing import CSS as css
Usage notes
Verbosity:
By default CSS scripts print out a bunch of logs that may or may not be of interest to you. If you like to disable the logs, simply add the following script:
css._verbose = False
We have provided a short jupyter notebook showcasing all the functionalities described above. You may use the following link to open this notebook in an interactive google colab session:
Note: there has been a new release with added functionality that is explained in the following interactive notebook:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Connectome_Spatial_Smoothing-0.1.6.tar.gz
.
File metadata
- Download URL: Connectome_Spatial_Smoothing-0.1.6.tar.gz
- Upload date:
- Size: 370.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63e93d8d6e39f319677534d70be5d913a65684bbea87a04f6ef6bc9ae4154e02 |
|
MD5 | 8c98282b538f2ef91e7b253b3a91298f |
|
BLAKE2b-256 | ca83420d31e7e2a54c61ddb6fa38aa5698da2b1fd7afef0844db5f2aebca19dc |
File details
Details for the file Connectome_Spatial_Smoothing-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: Connectome_Spatial_Smoothing-0.1.6-py3-none-any.whl
- Upload date:
- Size: 367.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e16510b3d18aa155177fa4c92824d624450fbc7db60c0a69a858ba6b97eaf1b |
|
MD5 | 92d59d03c98c403a5a6c134263b2625e |
|
BLAKE2b-256 | 37c77e53772409a1787d0344442ff66981153c3652d7ed6acdfe9d9b19fcb808 |