19  Training

The page provides practical information to support training and self-study.

19.1 Checklist

Brief checklist to prepare for training (see below for links).

  • Install the recommended software
  • If the time allows, watch the short online videos and familiarize with the other available material
  • Join Gitter online chat for support

19.2 Recommended software

We recommend to install and set up the relevant software packages on your own computer as this will support later use. The essential components to install include:

  • R (the latest official release)

  • RStudio; choose “Rstudio Desktop” to download the latest version. Check the Rstudio home page for more information. RStudio is optional.

  • Install key R packages (Section Chapter 1 provides an installation script)

  • After a successful installation you can consider trying out examples from Section Chapter 21 already before training. You can run the workflows by simply copy-pasting examples. You can then test further examples from this tutorial, modifying and applying these techniques to your own data. Plain source code for the individual chapters of this book are available via Github

19.3 Study material

We encourage to familiarize with the material and test examples in advance but this is optional:

19.4 Support and resources

For online support on installation and other matters, join us at Gitter.

You are also welcome to connect through various channels with our broader developer and user community.

19.5 Further reading

The following online books provide good general data science background:

  • (Data science basics in R](https://r4ds.had.co.nz)
  • (Modern Statistics for Modern Biology)[https://www.huber.embl.de/msmb/] open access book (Holmes S, Huber W)
  • The Bioconductor project (background on the Bioconductor project; Carpentries workshop)

19.6 Code of Conduct

We support the Bioconductor Code of Conduct. The community values an open approach to science that promotes

  • sharing of ideas, code, software and expertise
  • a kind and welcoming environment, diversity and inclusivity
  • community contributions and collaboration
Back to top