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:
06-05-2026 Metagenomics course
20-05-2026 Transcriptomics course
03-06-2026 Proteomics course
17-06-2026 Metabolomics course
Full-day data type workshops (courses that last between 6-7 h)#
Half-day technical workshops (courses that last between 2-3 h)#
Command line basics
You can find the slides here.
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.
Nextflow
Learn how to create and manage reproducible workflows using Nextflow.
Find the material as a website here.
Docker basics
Learn the basics of containerization and how to use Docker for reproducible research.
Find the slides and hands-on material (running in GitHub Codespaces).
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.
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.
Automation
First introduction to continuous integration and continuous deployment (CI/CD) using GitHub Actions.