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!
Full-day data type workshops (7h)#
Half-day technical workshops (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.