DataScienceILC / tlsc-dsfb26v-20_workflows

This is the course repo for the Data Science for Biology 2 Module; Course Workflows
Other
0 stars 9 forks source link

tlsc-dsfb26v-20_workflows

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(".")

The contents of the course

to be updated

using this material

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.

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

(thank you https://github.com/santisoler/cc-licenses, you made our life easier)