Optimize recovery – The 7 types of rest

In this exercise, you reflect on what it means for you or your team members to take better breaks and recover during and after working hours using the 7 types of rest.  Taking breaks and recovery are important. That’s nothing new. It ensures that you not only have energy left at the end of the […]

Discuss different needs in disconnection – Disconnection styles

In this exercise, you reflect on your own disconnection style and to talk about your style with the people you work and live with.  Research found that you have 2 types when it comes to combining your work and personal roles. If you are a separator-type you prefer a clearer distinction between work and private […]

Using the VSC

First go through the first 3 topics below to gain some background knowledge on the VSC and then go through one of the following tutorials: Go through the 4th topic below and then go through the remaining tutorials:

Evaluation

May we ask you to evaluate this e-learning, please? You can do so by clicking this link. Only with your input, we can adapt and improve our courses to your needs. Your input is completely anonymous. Thank you!

Writing and running bash scripts

What is a script? A script is a computer program, basically a file, that contains multiple commands that you want to execute as a whole. Scripts allow to automate analyses: you can do the same set of commands on each input file that you want to analyze. An additional plus is that you keep track […]

Using annotation to map IDs

Demo script for this lesson Bioconductor provides an extensive list of annotation packages. Check the video to see how to use these packages in R to retrieve info for a list of genes.

Get started

Learning command line can bring some flexibility into how you manage and do your analysis, or even if you are just curious about programming this is the place to be. The command line language we are going to use is called Bash, and we will guide you in this initiation. In this page you will […]