Implementations of Causal Dynamic Network Analysis of fMRI
Project description
Causal Dynamic Network Modeling
cdn-fmri is a Python-based package implementing causal dynamic network analysis for Functional magnetic resonance imaging (fMRI). It aims to improve the dynamic causal modeling with the optimization based method. Our optimization-based method and algorithm compute efficiently the ODE parameters from fMRI data, instead of comparing potentially a huge number of candidate ODE models. For a detailed introduction of dynamic causal modeling, see (1).
Getting Started
This package supports both python 2.7 and python 3.6.
The example provided in the repo has been tested in mac os and Linux environment.
These instructions will get you a copy of the project up running on your local machine for development and testing purposes.
This package is also published in pypi. For a quick installation, try
pip install cdn-fmri
Prerequisites
What things you need to install the software and how to install them
See setup.py for details of packages requirements.
Installing from GitHub
Download the packages by using git clone https://github.com/xuefeicao/cdn.git
python setup.py install
If you experience problems related to installing the dependency Matplotlib on OSX, please see https://matplotlib.org/faq/osx_framework.html
Intro to our package
After installing our package locally, try to import cdn in your python environment and learn about package's function. Note: our package name in pypi is cdn-fmri.
import cdn.cdn_analysis as cdn_analysis
help(cdn_analysis.cdn_multi_sub)
Examples
The examples subfolder includes a basic analysis of CDN analysis.
Built With
- Python 2.7
Compatibility
- python 2.7
- python 3.6
Authors
- Xuefei Cao - Maintainer - (https://github.com/xuefeicao)
- Xi Luo (http://bigcomplexdata.com/)
- Björn Sandstede (http://www.dam.brown.edu/people/sandsted/)
License
This project is licensed under the MIT License - see the LICENSE file for details
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 cdn-fmri-0.0.2.tar.gz
.
File metadata
- Download URL: cdn-fmri-0.0.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 335b4f32408cd5789a59256081b0ed4e10c4d4902e7489412b867ad452b9ef67 |
|
MD5 | ac87301ad372cc6721d7a55e35577e52 |
|
BLAKE2b-256 | 6dff9dae82d5492878534c509de5faa804055d93dd938423e94722127a498030 |
File details
Details for the file cdn_fmri-0.0.2-py2-none-any.whl
.
File metadata
- Download URL: cdn_fmri-0.0.2-py2-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9d87c3b716b2804705f62b96ff3fbda26e0d15e5512dcb3cd0c0a3889a8270b |
|
MD5 | 1acf50ebbf345ed0ce61634faaae20b1 |
|
BLAKE2b-256 | 0f962ce12f9995702afd3f81b24e0542d9c19c9f0d3d207c55e163e17b185006 |