Installation

pNet is installable via pip:

pip install fmripnet

pNet is accessbile via docker:

docker pull mldataanalytics/fmripnet:latest

or:

docker pull ghcr.io/mldataanalytics/fmripnet:latest

run:

docker run mldataanalytics/fmripnet -h

Alternatively, you can install the most up-to-date version of from GitHub:

git clone https://github.com/MLDataAnalytics/pNet.git
cd pNet
conda env create --name fmripnet -f environment_pnet.yml
pip install .
Note that pnet requires Python 3.8+ and some key dependencies:
  • h5py

  • mesalib

  • nibabel

  • numpy

  • pandas

  • pip

  • python==3.8.13

  • pytorch==2.1.0

  • scikit-image

  • scikit-learn

  • scipy

  • vtk>=9.2=*osmesa*

  • ggplot

  • matplotlib

  • plotnine

  • statsmodels

  • surfplot

  • tomli

Support:

If you encounter problems or bugs with pNet, or have questions or improvement suggestions, please feel free to get in touch via the Github issues: https://github.com/MLDataAnalytics/pNet/issues.

Previous versions:

Other useful packages: