Trainings#

On November 2024, the Data Science platform from DTU Biosustain launched a series of hands-on workshops about different Data Science subjects and about different data types for our DTU research fellows. All course materials are freely available below. If interested, stay tuned for future Data Science workshops!

SIGN UP for our full-day data-type courses for Spring 2026!!!#

Sign up to the courses by clicking on them:

Full-day data type workshops (courses that last between 6-7 h)#

Massspectrometry-based proteomics

Find the repo here

biosustain.github.io/dsp_proteomics_workshop

Half-day technical workshops (courses that last between 2-3 h)#

Command line basics

Introduction the command line with bash

You can find the slides here.

github.com/biosustain/dsp_workshop_bash

Github and Git

Introduction to Github and Git

Learn how to use, collaborate and eventually contribute to projects on GitHub (or GitLab or Bitbucket).

Find the instructions for the training here.

github.com/biosustain/git-tutorial

Nextflow

Nextflow training

Learn how to create and manage reproducible workflows using Nextflow.

Find the material as a website here.

github.com/biosustain/dsp_nextflow_training

Docker basics

Writing your DockerFile to containerize your app/software

Learn the basics of containerization and how to use Docker for reproducible research.

Find the slides and hands-on material (running in GitHub Codespaces).

github.com/biosustain/dsp_docker_training

Data Visualization with R

Data Visualization with R

Learn how to create informative and visually appealing graphics using R. Same plots as in the Python course.

The material is available as a html document for direct viewing here or downloaded from GitHub’s website.

github.com/biosustain/dsp_workshop_datavizR

Data Visualization with Python

Data Visualization with Python

Learn how to create informative and visually appealing graphics using Python. Same plots as in the R course.

Course is in development.

biosustain.github.io/dsp_workshop_dataviz_python/

Automation

GitHub Actions Tutorial

First introduction to continuous integration and continuous deployment (CI/CD) using GitHub Actions.

github.com/biosustain/dsp_actions_tutorial