Skip to main content
Below you will find the latest courses. Please search or select the courses based on the below filters.
Search courses
Course level

Data Science and Neuroinformatics

INCF

Much like neuroinformatics, data science uses techniques from computational science to derive meaningful results from large complex datasets. In this session, we will explore the relationship between neuroinformatics and data science, by emphasizing a range of data science approaches and activities, ranging from the development and application of statistical methods, through the establishment of communities and platforms, and through the implementation of open-source software tools.

 

Module 1: Spikes

Mike X. Cohen

The goal of this module is to work with action potential data taken from a publicly available database. You will learn about spike counts, orientation tuning, and spatial maps. The MATLAB code introduces data types, for-loops and vectorizations, indexing, and data visualization.

 

Using brainlife.io

brainlife.io

This course provides several visual walkthroughs documenting how to execute various processes in brainlife.io, an open-source, free and secure reproducible neuroscience analysis platform. The platform allows to analyze Magnetic Resonance Imaging (MRI), electroencephalography (EEG) and magnetoencephalography (MEG) data. Data can either be uploaded from local computers or imported from public archives such as OpenNeuro.org.

 
INCF TrainingSpace

Data Science in MATLAB®

The MathWorks, Inc

This course consists of a series of lessons and tutorials aimed at providing an introductory overview of data science implementation in MATLAB®, a widely used, numeric and computing platform which works with many types of data and file formats. In this course, you will learn the basic concepts behind data science in general, as well as how to apply those concepts within the MATLAB framework in particular.

 

Simulating Brain Microcircuit Activity and Signals in Mental Health

Krembil Centre for Neuroinformatics

This course offers lectures on the origin and functional significance of certain electrophysiological signals in the brain, as well as a hands-on tutorial on how to simulate, statistically evaluate, and visualize such signals. Participants will learn the simulation of signals at different spatial scales, including single-cell (neuronal spiking) and global (EEG), and how these may serve as biomarkers in the evaluation of mental health data.

 
INCF TrainingSpace

Session 4: "Is This FAIR?": Transparency in EDI, Career Development, & Management

INCF

There is a growing recognition and adoption of open and FAIR science practices in neuroscience research. This is predominately regarded as scientific progress and has enabled significant opportunities for large, collaborative, team science. The efforts and practical work that go into creating an open and FAIR landscape extend far beyond just the science.

 

INCF Assembly 2022 - Training Day 1

INCF

This course contains sessions from the first day of INCF's Neuroinformatics Assembly 2022.

 
INCF TrainingSpace

INCF Assembly 2023 - Lightning Talks (Day 1)

INCF

This course consists of three lessons, each corresponding to a lightning talk given at the first day of INCF's Neuroinformatics Assembly 2023. By following along these brief talks, you will hear about topics such as open source tools for computer vision, tools for the integration of various MRI dataset formats, as well as international data governance. 

 

Fundamental Methods for Single-Cell Transcriptome Analysis

Krembil Centre for Neuroinformatics

This course, consisting of one lecture and two workshops, is presented by the Computational Genomics Lab at the Centre for Addiction and Mental Health and University of Toronto. The lecture deals with single-cell and bulk level transciptomics, while the two hands-on workshops introduce users to transcriptomic data types (e.g., RNAseq) and how to perform analyses in specific use cases (e.g., cellular changes in major depression). 

 
INCF TrainingSpace

Open Collaboration in Computational Neuroscience

INCF

Neuroscience has traditionally been a discipline where isolated labs have produced their own experimental data and created their own models to interpret their findings. However, it is becoming clear that no one lab can create cell and network models rich enough to address all the relevant biological questions, or to generate and analyse all the data required to inform, constrain, and test these models.

 

INCF Assembly 2022 - Day 3 Sessions

INCF

Sessions from the INCF Neuroinformatics Assembly 2022 Day 3. 

VIEW THE PROGRAM

 
INCF TrainingSpace

Session 7: Practical Guide to Overcome the Reproducibility Crisis in Small Animal Neuroimaging: Workflows, Tools, and Repositories

INCF

The workshop will include interactive seminars given by selected experts in the field covering all aspects of (FAIR) small animal MRI data acquisition, analysis, and sharing. The seminars will be followed by hands-on training where participants will perform use case scenarios using software established by the organizers. This will include an introduction to the basics of using command line interfaces, Python installation, working with Docker/Singularity containers, Datalad/Git, and BIDS.

 
INCF TrainingSpace

INCF Assembly 2023 - Lightning Talks (Day 2)

INCF

This course consists of several lightning talks from the second day of INCF's Neuroinformatics Assembly 2023. Covering a wide range of topics, these brief talks provide snapshots of various neuroinformatic efforts such as brain-computer interface standards, dealing with multimodal animal MRI datasets, distributed data management, and several more. 

 

Module 5: Calcium Imaging

Mike X. Cohen

In this course, you will learn about working with calcium-imaging data, including image processing to remove background "blur", identifying cells based on threshold spatial contiguity, time-series filtering, and principal component analysis (PCA). The MATLAB code shows data animations, capabilities of the image processing toolbox, and PCA.

 
INCF TrainingSpace

Lifecycle of Human Electroencephalography/Event-Related Potential Data

Czech National Node for Neuroinformatics

This course is intended for those interested in electroencephalography (EEG) and event-related potentials (ERPs) techniques, and those interested in collecting, annotating, standardizing, storing, processing, sharing, and publishing data from electrical activity of the human brain.

 
INCF TrainingSpace

Introduction to EEGLAB

Swartz Center for Computational Neuroscience

EEGLAB is an interactive MATLAB toolbox for processing continuous and event-related EEG, MEG, and other electrophysiological data. In this course, you will learn about features incorporated into EEGLAB, including independent component analysis (ICA), time/frequency analysis, artifact rejection, event-related statistics, and several useful modes of visualization of the averaged and single-trial data. EEGLAB runs under Linux, Unix, Windows, and Mac OS X.

 

Population-Based Data Resources & Integrative Research Methods

Krembil Centre for Neuroinformatics

As research methods and experimental technologies become ever more sophisticated, the amount of health-related data per individual which has become accessible is vast, giving rise to a corresponding need for cross-domain data integration, whole-person modelling, and improved precision medicine. This course provides lessons describing state of the art methods and repositories, as well as a tutorial on computational methods for data integration. 

 

Ethics and Governance

Ethical conduct of science, good governance of data, and accelerated translation to the clinic are key to high-calibre open neuroscience.  Everyday practitioners of science must be sensitized to a range of ethical considerations in their research, some having especially to do with open data-sharing. The lessons included in this course introduce a number of these topics and end with concrete guidance for participant consent and de-identification of data.

 

Machine Learning

Neuromatch Academy

Neuromatch Academy aims to introduce traditional and emerging tools of computational neuroscience to trainees.

 

Module 2: EEG

Mike X. Cohen

In this module, you will work with human EEG data recorded during a steady-state visual evoked potential study (SSVEP, aka flicker). You will learn about spectral analysis, alpha activity, and topographical mapping. The MATLAB code introduces functions, sorting, and correlation analysis.