Skip to content

Latest commit

 

History

History
348 lines (247 loc) · 13.7 KB

OnceYouHaveYourData.md

File metadata and controls

348 lines (247 loc) · 13.7 KB

ONCE YOU HAVE DATA

quality control

OHBM 2019 session on quality control by Pradeep

preprocessing

Pipelines ( ??? )

There are some ready made pipeline as BIDS apps that already exist and have been tested. Using them might save you time and make your results more reproducible.

There is also an OPPNI for Optimization of Preprocessing Pipelines for NeuroImaging.

Artefact/Noise removal ( ??? )

GLM denoise

ART repair

ART

fmridenoise

PCA ( ??? )

ICA ( ??? )

ART ( ??? )

ART repair ( ??? )

https://cibsr.stanford.edu/tools/human-brain-project/artrepair-software.html

Physiological noise ( ??? )

http://technicalfmri.blogspot.com/2018/02/physiological-monitoring-and-recording.html?m=1

Motion

http://blogs.discovermagazine.com/neuroskeptic/2014/07/06/fmri-scanning-dead/ http://blogs.discovermagazine.com/neuroskeptic/2013/11/26/head-movement-bad-news-neuroscience/ http://blogs.discovermagazine.com/neuroskeptic/2012/08/07/brains-in-motion-are-bad-for-neuroscience/

Analysis

general linear model

  • a FAQ article on the GLM by Cyril Pernet with matlab code to go through
  • see the section on percent signal change to better understand how to report results
  • orthogonalization of regressors can be a bit hard to wrap your head aroudnd at first but Jeanette Mumford ( ??? ) has great paper on the topic with a jupyter notebook.

SPM tool box for

Model selection ( ??? )

Analytical flexibility is a big problem in neuroimaging most likely the source of a lot of false positive results.

If several analysis are attempted it can be good to have ways to decide amongst them. There is bad way to do like the one described in the overfitting toolbox.

But there are better ways to do it:

Multivariate analysis ( ??? )

http://blogs.discovermagazine.com/neuroskeptic/2014/06/21/fmri-mvpa-crack-neural-code/

https://distill.pub/2016/misread-tsne/

Cross-validation : what, which and how? by Pradeep Reedy Raamana at OHBM 2018 (30 min)

What can we say about weight maps from linear decoding models? https://www.pathlms.com/ohbm/courses/8246/sections/12542/video_presentations/116081

Neuroimaging toolboxes for representation similarity analysis (RSA), support vector machine (SVM) and others...

R based ( ??? )

Resting state ( ??? )

I know almost nothing about resting state but I have been told this site is worth having a look at.

fmridenoise neuropycon

Diffusion weighted imaging

https://www.kaggle.com/chrisfilo/diffusion-weighted-imaging-dwi-analysis-with-dipy#

https://www.mrtrix.org/

Statistical inferences and multiple comparison correction (MCP) ( ??? )

the salmon http://neuroskeptic.blogspot.com/2009/09/fmri-gets-slap-in-face-with-dead-fish.html

imager's fallacy http://blog.efpsa.org/2014/12/17/a-psychologists-guide-to-reading-a-neuroimaging-paper/

All Resolution Inference: Increasing Spatial Specificity of fMRI with Valid Circular Inference https://www.pathlms.com/ohbm/courses/8246/sections/12541/video_presentations/115959

http://blogs.discovermagazine.com/neuroskeptic/2011/09/11/neuroscience-fails-stats-101/

Cluster based inference ( ??? )

Probabilistic Treshold-free Cluster Enhancement pTFCE (probabilistic TFCE) is a cluster-enahncement method to improve detectability of neuroimaging signal. It performs topology-based belief boosting by integrating cluster information into voxel-wise statistical inference.

Family wise error (FWE) ( ??? )

In case you do not remember how random field theory works to correct for multiple comparison, check this.

False discovery rate (FDR) ( ??? )

https://brainder.org/2011/09/05/fdr-corrected-fdr-adjusted-p-values/#comment-15388

Permutation tests ( ??? )

A primer on permutation testing (not only) for MVPA by Carsten Allefeld (36 min)

The prevalence test

SnPM ( ??? )

FSL PALM and Randomize( ??? )

Freesurfer PALM ( ??? )

Encoding models ( ??? )

https://nikokriegeskorte.org/tag/encoding-models/

Popeye

Python based pRF analysis.

SAMSRF

A pRF analysis toolbox called the Seriously Annoying Matlab SuRFer from Sam Schwarzkopf.

Robustness checks

Non neuroimaging cases

Computational neuroscience

This paper comes with some material to apply bayesian decoding analysis to neuronal data can be of interest.

Free energy

As someone said on twitter there is a cottage industry of blog posts trying to understand/explain this:

And a tutorial

Dynamic causal modelling

A tutorial series on DCM by Kevin Aquino [6 hrs]

Laminar and high-resolution MRI

Renzo Hubert is keeping track of the most recent development of laminar MRI via twitter but also on his blog. He also curates laminar-fMRI related talks on his Youtube channel or papers in this google spreahsheet.

  • This blog post has a list of most of the softwares that are related to laminar fMRI.
  • A more recent tool not listed in there for creating equivolumetric surfaces.

In terms of functional data there is high-res VASO (CBV) dataset here.

For anatomical data you can have a look here.

BID conference

Meta analysis ( ??? )

NiMARE is a Python library for coordinate- and image-based meta-analysis. Chris Gorgolewski wrote a tutorial on how to use it.

https://github.com/NeuroVault/metanalysis_examples

For coordinate based meta-analysis:

For image based meta-analysis:

  • IBMA is the Image-Based Meta-Analysis toolbox for SPM.