knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This page contains the list of links pointing to the different chapters in the course notes.
s_cn_url <- 'https://charlotte-ngs.github.io/lbgfs2020/cn/' tbl_chpt <- tibble::tibble(Nr = c(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12), Date = c( "2020-09-18", "2020-09-18", "2020-09-25", "2020-10-02", "2020-10-09", "2020-10-16", "2020-10-23", "2020-10-30", "2020-11-06", "2020-11-13", "2020-11-20", "2020-12-04" ), Topic = c( paste0("[Preface](", s_cn_url, "00_preface.pdf)", collapse = ""), paste0("[Introduction to Livestock Breeding and Genomics](", s_cn_url, "01_intro_lbg.pdf)", collapse = ""), paste0("[Review of Quantitative Genetics](", s_cn_url, "02_intro_qg.pdf)", collapse = ''), paste0("[Genetic Evaluation](", s_cn_url, "03_gen_eval.pdf)", collapse = ''), paste0("[BLUP](", s_cn_url, "04_blup.pdf)", collapse = ''), paste0("[Genetic Covariances](", s_cn_url, "05_gencov.pdf)", collapse = ''), paste0("[Variance and Inbreeding](", s_cn_url, "06_variance_inbreeding.pdf)", collapse = ''), paste0("[Additional Aspects of BLUP](", s_cn_url, "07_add_asp_blup.pdf)", collapse = ''), paste0("[Multiple Traits](", s_cn_url, "08_multiple_trait.pdf)", collapse = ''), paste0("[Genomic Selection](", s_cn_url, "09_gen_sel.pdf)", collapse = ''), paste0("[Variance Components](", s_cn_url, "10_var_comp.pdf)", collapse = ''), paste0("[GWAS](", s_cn_url, "11_gwas.pdf)", collapse = '') )) knitr::kable(tbl_chpt)
tbl_app <- tibble::tibble(Nr = c("A1", "A2"), Date = c( "2020-09-18", "2020-09-18" ), Topic = c( paste0("[Linear Algebra](", s_cn_url, "A1_intro_linalg.pdf)", collapse = ""), paste0("[R Programming](", s_cn_url, "A2_intro_rstats.pdf)", collapse = "") )) knitr::kable(tbl_app)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.