Skip to content

jdkent/NiBetaSeries

 
 

Repository files navigation

NiBetaSeries

If you are viewing this file on GitHub, please see our readthedocs page for links to render properly.

docs Documentation Status
tests
Travis-CI Build Status Circleci Build Status
Coverage Status
binder
binder
package
PyPI Package latest release PyPI Wheel Supported versions
Supported implementations zenodo

What is NiBetaSeries?

NiBetaSeries is BIDS-compatible application that calculates betaseries correlations. In brief, a beta coefficient (i.e., parameter estimate) is calculated for each trial (or event) resulting in a series of betas ("betaseries") that can be correlated across regions of interest.

Why should I use it?

There are potential insights hidden in your task fMRI data. Rest fMRI enjoys a multitude of toolboxes which can be applied to task fMRI with some effort, but there are not many toolboxes that focus on making betaseries. Betaseries can then be used for correlations/classifications and a multitude of other analyses. While a couple alternatives exist (pybetaseries and BASCO), NiBetaSeries is the only application to interface with BIDS organized data with the goal of providing a command-line application experience like fMRIPrep.

What does NiBetaSeries give me?

Currently NiBetaSeries returns symmetric z-transformed correlation matrices with an entry for each parcel defined in the atlas, as well as the raw beta series images.

Note

The betas (i.e., parameter estimates) are generated using either the "Least Squares Separate" or "Least Squares All" procedures. Please read the betaseries page for more background information.

What do I need to run NiBetaSeries?

NiBetaSeries takes BIDS and preprocessed data as input that satisfy the BIDS derivatives specification. In practical terms, NiBetaSeries uses the output of fMRIPrep, a great BIDS-compatible preprocessing tool. NiBetaSeries requires the input and the atlas to already be in the same space (e.g., MNI space). For more details, see usage and the tutorial (sphx_glr_auto_examples_plot_run_nibetaseries.py)

Get Involved

This is a very young project that still needs some tender loving care to grow. That's where you fit in! If you would like to contribute, please read our code_of_conduct and contributing page (contributing).

Thanks!

This project heavily leverages nipype, nilearn, pybids, and nistats for development. Please check out their pages and support the developers.

About

WIP: Nipype implementation of BetaSeries Correlations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.3%
  • TeX 9.5%
  • Dockerfile 2.7%
  • Shell 0.5%