Function to Structure Coupling (FSC)
Project description
FSC
Function-Structure Coupling (FSC)
This script contains all functions needed for the FSC analysis[1].
Author: Viljami Sairanen
[1] Sairanen, Viljami. ‘From nodes to pathways: an edge-centric model of brain structure-function coupling via constrained Laplacians’. https://doi.org/10.1101/2024.03.03.583186.
A Python example of usage with the Human Connectome Project from the ENIGMA TOOLBOX.
from enigmatoolbox.datasets import load_sc, load_fc
from fsc import FSC
fc_ctx, _, _, _ = load_fc()
sc_ctx, _, _, _ = load_sc()
fsc = FSC(FC=fc_ctx, SC=sc_ctx)
fscc_ctx = fsc.get_edge_currents()
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fscpy-1.0.0.tar.gz.
File metadata
- Download URL: fscpy-1.0.0.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6b74c8fa286a06e4084b8aebb238aab6e81100be51ea7e5cb90616519b315ee
|
|
| MD5 |
0e74d380d72d1dfbe1a26c12a6edd579
|
|
| BLAKE2b-256 |
b1494cd76e00032cf352c43daab81a6c9c23ad600ea35a31f45650951277bddf
|
File details
Details for the file fscpy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: fscpy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 29.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38d87b95e7d91e99b3698836bb9a39de8c9d10914228dd782cc3ea8dcd3c7cf9
|
|
| MD5 |
c29d17fc2111dcc02ff8a931124c1a36
|
|
| BLAKE2b-256 |
5096da45a514a6e63d62057e537c566db3a9277eb43fdd34b1d0b7998c3fd2d2
|