Summary#

Final take-homes#

  • The Markdown language is a useful tool for altering the format and structure of plain text

  • Markdown is best implemented in R via RStudio using the rmarkdown R package

  • R Markdown documents permit dynamic integration of formatted plain text, R code and its outputs, in turn supporting reproducible software development, data analysis and workflows

Acknowledgements and additional resources#

This workshop shares some thoughts and ideas from the following resources:

Creation of this workshop was also supported by ChatGPT.

Bonus task#

Below are links to some tutorials from the microbiome R package for analysis of microbiome data (Bioconductor landing page here):

Try to reproduce one of the above microbiome package tutorials of your choice using R Markdown.