sdc-bids-fmri

fMRI Imaging Analysis

https://github.com/carpentries-incubator/sdc-bids-fmri

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary

Keywords

bids binder carpentries-incubator english fmri fmri-analysis fmri-data-analysis helpwanted-list lesson neuroimaging nilearn pre-alpha programming python

Keywords from Contributors

novice stable alpha bioinformatics data-wrangling carpentries software-carpentry regular-expressions biology mri
Last synced: 4 months ago · JSON representation ·

Repository

fMRI Imaging Analysis

Basic Info
Statistics
  • Stars: 45
  • Watchers: 13
  • Forks: 40
  • Open Issues: 9
  • Releases: 2
Topics
bids binder carpentries-incubator english fmri fmri-analysis fmri-data-analysis helpwanted-list lesson neuroimaging nilearn pre-alpha programming python
Created almost 7 years ago · Last pushed 4 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Authors

README.md

Introduction to fMRI Analysis in Python

Create a Slack Account with us Slack Status Binder

Background

This is one sub-module within the Neuroimaging cirriculum. Visit the link to view all the modules associated with the Neuroimaging Carpentries program.

fMRI Analysis in Python is a programme developed to facilitate reproducibility in functional neuroimaging analyses. Python is emerging as a standard language of data analysis, visualization, and workflow building. More recently, it has rapidly been adopted by the neuroimaging community as a means of developing powerful open-source tools in favour of historically used opaque software such as AFNI, FSL and SPM. In addition, the barrier to entry to Python is low - meaning that you as the user can easily develop your own packages and contribute to the open-source codebase of neuroimaging!


The fMRI Analysis in Python is a workshop series started up via a collaboration between researchers and staff at the Centre for Addiction and Mental Health (Toronto, ON), the University of Western Ontario (London, Ontario), and McGill University (Montreal, Quebec).


About the lesson

This lesson covers fMRI imaging analysis from the basic steps of preprocessing and data cleaning, to running an analysis, to exploring connectivity patterns in the brain.

Episodes

| Time | Episode | Question(s) Answered | | ----- | --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | | Setup | Download files required for the lesson | | 00:00 | 1. Course Overview and Introduction | What steps do I need to take before beginning to work with fMRI data? | | 00:25 | 2. Exploring Preprocessed fMRI Data from fMRIPREP | How does fMRIPrep store preprocessed neuroimaging data? How do I access preprocessed neuroimaging data? | | 00:50 | 3. Introduction to Image Manipulation using Nilearn | How can I perform arithmetic operations on MR images? | | 01:35 | 4. Integrating Functional Data | How is fMRI data represented? How can I access fMRI data along spatial and temporal dimensions? How can I integrate fMRI and structural MRI together? | | 02:20 | 6. Cleaning Confounders in your Data with Nilearn | How can I clean the data so that it more closely reflects BOLD instead of artifacts? | | 02:50 | 7. Applying Parcellations to Resting State Data | How can I reduce amount of noise-related variance in my data? How can I frame my data as a set of meaningful features? | | 03:30 | 8. Functional Connectivity Analysis | How can we estimate brain functional connectivity patterns from resting state data? | | 04:15 | Finish | |

Contributing

We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any questions, concerns, or experience any difficulties along the way.

We'd like to ask you to familiarize yourself with our Contribution Guide and have a look at the more detailed guidelines on proper formatting, ways to render the lesson locally, and even how to write new episodes.

Please see the current list of issues for ideas for contributing to this repository. For making your contribution, we use the GitHub flow, which is nicely explained in the chapter Contributing to a Project in Pro Git by Scott Chacon. Look for the tag good\_first\_issue. This indicates that the mantainers will welcome a pull request fixing this issue.

Maintainer(s)

Authors

A list of contributors to the lesson can be found in AUTHORS

Citation

To cite this lesson, please consult with CITATION

Owner

  • Name: carpentries-incubator
  • Login: carpentries-incubator
  • Kind: organization

Citation (CITATION)

FIXME: describe how to cite this lesson.

GitHub Events

Total
  • Issues event: 1
  • Watch event: 4
  • Delete event: 1
  • Issue comment event: 4
  • Push event: 47
  • Pull request review event: 1
  • Pull request event: 5
  • Fork event: 1
  • Create event: 2
Last Year
  • Issues event: 1
  • Watch event: 4
  • Delete event: 1
  • Issue comment event: 4
  • Push event: 47
  • Pull request review event: 1
  • Pull request event: 5
  • Fork event: 1
  • Create event: 2

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 144
  • Total Committers: 9
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.306
Past Year
  • Commits: 7
  • Committers: 1
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
jerdra j****j@h****a 100
Michael Joseph j****2@g****m 17
Jon Haitz Legarreta Gorroño j****a@g****m 12
Toby Hodges t****s@g****m 6
Jerrold Jeyachandra j****j@n****l 3
Mike Schmidt m****t@s****m 2
Maxim Belkin m****n@g****m 2
StevenGeysen s****n@h****m 1
Francisco J. Martínez-Murcia p****s@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 11
  • Total pull requests: 42
  • Average time to close issues: 2 months
  • Average time to close pull requests: 2 months
  • Total issue authors: 5
  • Total pull request authors: 14
  • Average comments per issue: 0.91
  • Average comments per pull request: 0.88
  • Merged pull requests: 34
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 1
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: about 5 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.17
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jerdra (5)
  • jhlegarreta (2)
  • ErinBecker (2)
  • dpshelio (1)
  • brahmakulkarni (1)
Pull Request Authors
  • carpentries-bot (10)
  • jerdra (10)
  • josephmje (9)
  • jhlegarreta (6)
  • dependabot[bot] (3)
  • mfschmidt (2)
  • tobyhodges (2)
  • StevenGeysen (2)
  • pakitochus (2)
  • maxim-belkin (2)
  • zkamvar (2)
  • ostanley (1)
  • samwalkow (1)
  • fmichonneau (1)
Top Labels
Issue Labels
type:enhancement (4) help wanted (3) type:instructor guide (1) type:discussion (1) good first issue (1)
Pull Request Labels
type: template and tools (10)

Dependencies

.github/workflows/build_and_run_notebooks.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/pr-close-signal.yaml actions
  • actions/upload-artifact v3 composite
.github/workflows/pr-comment.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/check-valid-pr main composite
  • carpentries/actions/comment-diff main composite
  • carpentries/actions/download-workflow-artifact main composite
.github/workflows/pr-post-remove-branch.yaml actions
  • carpentries/actions/download-workflow-artifact main composite
  • carpentries/actions/remove-branch main composite
.github/workflows/pr-preflight.yaml actions
  • carpentries/actions/check-valid-pr main composite
  • carpentries/actions/comment-diff main composite
.github/workflows/pr-receive.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • carpentries/actions/check-valid-pr main composite
  • carpentries/actions/setup-lesson-deps main composite
  • carpentries/actions/setup-sandpaper main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/sandpaper-main.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/setup-lesson-deps main composite
  • carpentries/actions/setup-sandpaper main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/update-cache.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/check-valid-credentials main composite
  • carpentries/actions/update-lockfile main composite
  • carpentries/create-pull-request main composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/update-workflows.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/check-valid-credentials main composite
  • carpentries/actions/update-workflows main composite
  • carpentries/create-pull-request main composite
requirements.txt pypi
  • awscli ==1.18.101
  • matplotlib *
  • nilearn ==0.7.0
  • pandas *
  • pybids ==0.11.1
  • seaborn *
binder/environment.yml conda
  • datalad 0.14.4.*
  • git
  • git-annex
  • matplotlib
  • nibabel
  • nilearn 0.7.1.*
  • numpy
  • osfclient
  • pandas
  • pip
  • python 3.8.*
  • seaborn