MNE for EEG/MEG analysis.
BioSPPy for biosignal (EEG, ECG, EMG, etc.) processing written in Python.
HeartPy: Heart Rate Analysis using ECG, PPG in python.
pyHRV for Heart Rate Variability (HRV) written in Python
NIPY for analysis of structural and functional neuroimaging data.
sensormotion for analyzing sensor-collected human motion data.Â
Physiozoo for HRV analysis.
HRVAnalysis for HRV analysis.
pyemgpipeline for EMG processing.Â
Allmost all softwares developed for neuroimaging only run on Linux or MacOS, it is essential that you learn BASH command line for scripting. Tutorial videos can be found here. Also check out this more advanced tutorial.
Learn Python The Hard Way is a great website for learning Python's syntax. Codecademy is also great for beginners.
Here is a Jupyter notebook with a great collection of scipy related links.
Check out the Data Science Handbook by Jake Vanerplas to learn Python packages for scientific computing (e.g., numpy, pandas, sci-kit learn).
Use Seaborn to make figures.
Learn Regular expression.
Atom is a nice, free text editor.
Explainable Machine Learning
Healthcare Database
Machine-Learning
Deep-Learning
Clinical Integrated Platform
Scientific Writing:
A few books:
Math and statistics:Â
Numpy exercises using linear algebra (other Numpy functions included)
Coding:
Neuroscience:
Neuroimaging:
Data Analysis Lecturelets by Mike X Cohen (for EEG primarily)
Information on MRI CIFTI-2 format (composed of surface vertices and 3D/4D subcortical volume data
Mumford Brain Stats, for fMRI data analysis.
Read this great paper on how to do non-parametric statistics on neuroimaging data. Though written primarily for electrophysiology data, the principle is applicable to other types of neuroimaging data or related metrics. Maris, E., & Oostenveld, R. (2007). Nonparametric statistical testing of EEG-and MEG-data. Journal of neuroscience methods, 164(1), 177-190.
Here is a very accessible tutorial explaining the baisc logic behind bootstraping and resampling statistics.
Here is a list for students interested in learning more about fMRI:
A nice textbook: Huettel, Scott A., Allen W. Song, and Gregory McCarthy. Functional magnetic resonance imaging. Sunderland: Sinauer Associates.
Mumford Brain Stats, for fMRI data analysis.
Read this great paper on how to do non-parametric statistics on neuroimaging data. Though written primarily for electrophysiology data, the principle is applicable to other types of neuroimaging data or related metrics. Maris, E., & Oostenveld, R. (2007). Nonparametric statistical testing of EEG-and MEG-data. Journal of neuroscience methods, 164(1), 177-190.
Here is a very accessible tutorial explaining the basIc logic behind bootstraping and resampling statistics.