Part I. Introduction - how to use this workshop tutorial
1. R Code Box
The text in the light-pink box, contains the R codes that you can highlight (by dragging your mouse), copy (use the control-C key combination) and paste (control-V) into your R command-line interface on your computer. For example:
#Below is a working R code that you can copy and paste into your R to execuate some R commands
message("Hello! Welcome to the RESISTPART Bioinformatics Workshop")
2+2
3*3
You will see an output like this:
2. Alternative method box
Text inside the alternative method box, shows another or more different ways of doing the same thing:
Alternative: This is where other ways of doing the same thing will be described |
3. Notes and comments
Note: This is the note box. |