Brain decoder toolbox for Python
Project description
BdPy
Python package for brain decoding analysis
Requirements
- Python 2 (mainly developed with Python 2.7.16)
- Python 3 support is upcoming.
- numpy
- scipy
- scikit-learn
- h5py
Optional requirements
- 'dataform' module
- pandas
- 'mri' module
- nipy
Installation
$ pip install bdpy
Packages
- bdata: BdPy data format (BData)
- dataform: Data format
- distcomp: Distributed computation
- fig: Making figures
- ml: Machine learning
- mri: MRI
- preproc: Preprocessing
- stats: Statistics
- util: Miscellaneous utilities
BdPy data format
BdPy data format (or BrainDecoderToolbox2 data format; BData) consists of two variables: dataset and metadata. dataset stores brain activity data (e.g., voxel signal value for fMRI data), target variables (e.g., ID of stimuli for vision experiments), and additional information specifying experimental design (e.g., run and block numbers for fMRI experiments). Each row corresponds to a single 'sample', and each column representes either single feature (voxel), target, or experiment design information. metadata contains data describing meta-information for each column in dataset.
See BData API examples for useage of BData.
For developers
Please send your pull requests to dev
branch, not to master
.
Contributors
- Shuntaro C. Aoki (Kyoto Univ)
- Misato Tanaka (DNI, ATR)
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 Distributions
Built Distribution
File details
Details for the file bdpy-0.14rc2-py2-none-any.whl
.
File metadata
- Download URL: bdpy-0.14rc2-py2-none-any.whl
- Upload date:
- Size: 49.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bd4f0416b823f0a6a4f7c2ca4009f9653e14cf409e4ec2094807df609223fb4 |
|
MD5 | 7ee6c14a30490bb0cc76d8f8967c0253 |
|
BLAKE2b-256 | 4b7f722791951f8e0c301e01d7264fca065521ea5a0020fb6dc561df5a329fb1 |