This is the bookdown course repo for the Data Science for Biology 2 Module; Course Workflows
To install all dependencies needed to build the bookdown locally, clone the repo to your environment and run in R:
install.packages("devtools")
devtools::install(".")
To build the book:
install.packages("bookdown")
bookdown::render_book(".")
to be updated
Part of this course if written by us, part of it is inspired by different sources. Please cite the original source if you use anything we also borrowed. Please cite us if you use our work.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
(thank you https://github.com/santisoler/cc-licenses, you made our life easier)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.