NeuroStatX is a command-line toolbox to perform statistical analysis on neuroscience data. It has been developed mainly as part of my PhD project, which aims to understand the relationship between the brain, cognition, and behavior; hence, the focus on neuroscience data. As my project goes forward, new functionalities and scripts will be added. Contributions are welcome!
Installation
Through PyPI.
Then, to install through PyPI, simply use pip:
pip install neurostatx
From source (for developpers).
This library uses Poetry 2 to manage dependencies. To install it, use pipx with the following command:
pip install pipx
pipx ensurepath
pipx install "poetry>=2.0.0"
To install NeuroStatX and all of its dependencies, run this set of commands:
git clone https://github.com/gagnonanthony/NeuroStatX.git
cd NeuroStatX/
poetry install
ENVPATH=$(poetry env info --path)
echo "export NeuroStatXPATH=${ENVPATH}" >> ~/.bashrc
Restart your terminal. You should now be able to activate the poetry
environment by using: source $NeuroStatXPATH/bin/activate from anywhere.
Release files for NeuroStatX 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| neurostatx-0.2.0.tar.gz | 91.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| neurostatx-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 218.2 kB
Release files / neurostatx-0.2.0.tar.gz
| Download URL | neurostatx-0.2.0.tar.gz |
|---|---|
| Size | 91.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
17323475f1b30609c050a4e09027f9add46d40ee51f87845bd4192c4ce4b01fe
|
|
BLAKE2b-256 checksum How to use checksums |
8fdf7cd6505a167601d1c2675eb17dfa0fd1c34c51930cb497f1aaead57c3bb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.5.1 CPython/3.12.3 Darwin/25.6.0
|
Release files / neurostatx-0.2.0-py3-none-any.whl
| Download URL | neurostatx-0.2.0-py3-none-any.whl |
|---|---|
| Size | 127.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bfef538cb2c1183b06f9ab4f217a33c984068f2aedccafe1d4e906e4714e19bc
|
|
BLAKE2b-256 checksum How to use checksums |
a853694a2ae68c18a1c46698b0f1c68a7c857acf0bc53d5bc8d28bf0f643bc6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.5.1 CPython/3.12.3 Darwin/25.6.0
|