-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
77 lines (73 loc) · 2.29 KB
/
_quarto.yml
File metadata and controls
77 lines (73 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
project:
type: book
output-dir: docs # Ensures rendered site ends up here for GitHub Actions
book:
title: "Plant Genetics Data Analysis with R - Baku"
subtitle: "A Practical Guide for Breeders"
description: "This book provides a comprehensive introduction to R programming and its application in plant genetic data analysis."
page-footer:
left: "Copyright 2025, ICARDA"
right:
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com/
author: "Tamara Ortiz / Khaled Al-Sham’aa / ICARDA"
date: today
date-format: "YYYY-MM-DD"
chapters:
- index.qmd
- part: "Introduction and Setup"
chapters:
- 00_Setup_Intro/00_Welcome.qmd
- 00_Setup_Intro/01_Setup_R_RStudio.qmd
- part: "R Programming Fundamentals"
chapters:
- 01_R_Basics/01_Intro_To_R.qmd
- 01_R_Basics/02_Data_Types_Structures.qmd
- 01_R_Basics/03_Basic_Operations.qmd
- 01_R_Basics/04_Reading_Writing_Data.qmd
- 01_R_Basics/05_Simple_Plotting.qmd
- part: "Handling Breeding Data"
chapters:
- 02_Data_Handling/01_Loading_Data.qmd
- 02_Data_Handling/02_Data_QC_Filtering.qmd
- 02_Data_Handling/03_General_Biostatistics.qmd
- part: "Core Genomic Concepts"
chapters:
- 03_Genomic_Concepts/01_SNPs_Genotypes.qmd
- 03_Genomic_Concepts/02_Filtering_SNP_Data.qmd
- part: "Population Structure and Relatedness"
chapters:
- 04_Pop_Structure/01_Kinship_Relatedness.qmd
- 04_Pop_Structure/02_Genetic_Diversity.qmd
- 04_Pop_Structure/03_Pop_Structure.qmd
- 04_Pop_Structure/04_Phylo_Tree.qmd
- part: "Genome Wide Association Studies (GWAS)"
chapters:
- 05_GWAS/01_Initial_Concepts.qmd
- 05_GWAS/02_Single_Trait_GWAS.qmd
- part: "Genomic Selection"
chapters:
- 06_GS/01_Genomic_Selection.qmd
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt
toc: true
toc-depth: 3
revealjs:
theme: default
slide-number: true
chalkboard: true
logo: assets/icarda_logo.png
beamer:
documentclass: beamer
theme: Madrid
colortheme: default
logo: assets/icarda_logo.png
slide-level: 2
aspectratio: 169
bibliography: references.bib
editor: visual