Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.56 KB

README.rst

File metadata and controls

44 lines (30 loc) · 1.56 KB

Connectopic Mapping

This module contains the tools to extract a connectopic mapping from resting state fMRI data. The pipeline used is based on Haak et al. paper "Connectopic Mapping with resting state fMRI", 2016.

Dependencies

Connectoptic mapping requires:

If these packages are not present in the system they will be installed by pip during the installation process.

Even if it is recommended to install Python 3.5, it is possible that Python 3.1, 3.2, 3.3 and 3.4 also work normally. ConnectopicMapping doesn't support Python 2.

Compile

Since cython code must be compiled for a specific platform, connectopic_mapping is distributed as a source distribution; this means a C compiler (e.g. gcc) must be installed in the system.

To compile the code and create the installable run:

$ unzip connectopic_mapping.zip
$ cd connectopic_mapping
$ python setup.py sdist

Install

The compilation will create a dist directory containing connectopic_mapping-0.3.0.tar.gz. To install the package run:

$ pip install dist/connectopic_mapping-0.3.0.tar.gz