Metadata-Version: 2.1
Name: fitlins
Version: 0.5.0
Summary: Fit Linear Models to BIDS Datasets
Home-page: https://github.com/poldracklab/fitlins
Author: Christopher J. Markiewicz
Author-email: crn.poldracklab@gmail.com
License: 3-clause BSD
Download-URL: https://github.com/poldracklab/fitlins/archive/0.5.0.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: nibabel (>=2.0)
Requires-Dist: nipype (>=1.1.6)
Requires-Dist: seaborn (>=0.7.1)
Requires-Dist: numpy (>=1.11)
Requires-Dist: nilearn (>=0.4)
Requires-Dist: pandas (>=0.19)
Requires-Dist: tables (>=3.2.1)
Requires-Dist: nistats (>=0.0.1b0)
Requires-Dist: pybids (>=0.9.0)
Requires-Dist: jinja2
Provides-Extra: all
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'all'
Requires-Dist: sphinx-argparse ; extra == 'all'
Requires-Dist: sphinx-nbexamples (>=0.4.0) ; extra == 'all'
Requires-Dist: texext ; extra == 'all'
Requires-Dist: m2r ; extra == 'all'
Requires-Dist: duecredit ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'docs'
Requires-Dist: sphinx-argparse ; extra == 'docs'
Requires-Dist: sphinx-nbexamples (>=0.4.0) ; extra == 'docs'
Requires-Dist: texext ; extra == 'docs'
Requires-Dist: m2r ; extra == 'docs'
Provides-Extra: duecredit
Requires-Dist: duecredit ; extra == 'duecredit'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

FitLins - Fitting Linear Models to BIDS Datasets
================================================

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1306215.svg
   :target: https://doi.org/10.5281/zenodo.1306215

.. image:: https://codecov.io/gh/poldracklab/fitlins/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/poldracklab/fitlins

.. image:: https://circleci.com/gh/poldracklab/fitlins.svg?style=svg
   :target: https://circleci.com/gh/poldracklab/fitlins

FitLins is a tool for estimating linear models, defined by the
`BIDS Stats Models`_ specification proposal, to `BIDS`_-formatted datasets.

FitLins is developed against `fMRIPrep`_-preprocessed datasets, but is intended to
work with any dataset following the `BIDS Derivatives`_ draft specification.

Example models can be found in `examples/models`_ in the main repository and
`FitLins Example Models`_ in the documentation.

This pipeline is developed by the `Poldrack lab at Stanford University
<https://poldracklab.stanford.edu/>`_ for use at the `Center for Reproducible
Neuroscience (CRN) <http://reproducibility.stanford.edu/>`_, as well as for
open-source software distribution.

.. _BIDS: https://bids.neuroimaging.io/
.. _`BIDS Stats Models`: https://docs.google.com/document/d/1bq5eNDHTb6Nkx3WUiOBgKvLNnaa5OMcGtD0AZ9yms2M/
.. _`BIDS Derivatives`: https://bids-specification.readthedocs.io/en/derivatives/05-derivatives/01-introduction.html
.. _BIDS-Apps: http://bids-apps.neuroimaging.io
.. _fMRIPrep: https://fmriprep.readthedocs.io
.. _`OpenFMRI dataset ds000030`: http://datasets.datalad.org/?dir=/openfmri/ds000030/
.. _Zenodo: https://doi.org/10.5281/zenodo.1306215
.. _examples/models: https://github.com/poldracklab/fitlins/tree/master/examples/models/
.. _`FitLins Example Models`: https://fitlins.readthedocs.io/en/latest/examples/models.html


