-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
88 lines (79 loc) · 3.24 KB
/
_quarto.yml
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
78
79
80
81
82
83
84
85
86
87
88
project:
type: website
resources:
- "css/"
- "js/"
- "*.html"
output-dir: docs
website:
title: "hambiYSKpleiotropy"
sidebar:
style: "docked"
background: light
search: true
contents:
- section: "1. Community densities workflow (STR)"
contents:
- text: "i) Process and plot densities"
file: R/strep_only/communities/cell_density/01_analysis.qmd
- section: "2. Community composition workflow (STR)"
contents:
- text: "i) Amplicon data wrangling"
file: R/strep_only/communities/amplicon_sp_counts/01_format_rbec_tab.qmd
- text: "ii) Community composition"
file: R/strep_only/communities/amplicon_sp_counts/02_composition_analysis.qmd
- text: "iii) Machine learning the home environment"
file: R/strep_only/communities/machine_learning_pipelines/01_machine_learn_home_env.qmd
- section: "3. Clones workflow (STR)"
contents:
- text: "i) Inspect/Smooth curves"
file: R/strep_only/monocultures/clone_phenotyping/01_growth_curve_qc.qmd
- text: "ii) Summarize curves"
file: R/strep_only/monocultures/clone_phenotyping/02_growthrate_auc.qmd
- text: "iii) Analysis and plot"
file: R/strep_only/monocultures/clone_phenotyping/03_growth_summary_analysis.qmd
- section: "1A. Community densities workflow (Predator and STR)"
contents:
- text: "i) Process and plot densities"
file: R/strep_predator/communities/cell_density/01_analysis.qmd
- section: "2A. Community composition workflow (Predator and STR)"
contents:
- text: "i) Amplicon data wrangling"
file: R/strep_predator/communities/amplicon_sp_counts/01_format_rbec_tab.qmd
- text: "ii) Community composition"
file: R/strep_predator/communities/amplicon_sp_counts/02_composition_analysis.qmd
- text: "iii) Machine learning the home environment"
file: R/strep_predator/communities/machine_learning_pipelines/01_machine_learn_home_env.qmd
- section: "3A. Clones workflow (Predator and STR)"
contents:
- text: "i) Inspect/Smooth curves"
file: R/strep_predator/monocultures/clone_phenotyping/01_growth_curve_qc.qmd
- text: "ii) Summarize curves"
file: R/strep_predator/monocultures/clone_phenotyping/02_growthrate_auc.qmd
- text: "iii) Analysis and plot"
file: R/strep_predator/monocultures/clone_phenotyping/03_growth_summary_analysis.qmd
format:
html:
theme:
- cosmo
# include table of contents
toc: true
# when printing dataframes use rmarkdown::paged_table())
df-print: paged
# set default dimensions for figures
fig-width: 8
fig-height: 6
# tidy format R code upon render
tidy: false
# include line numbers in code blocks
code-line-numbers: true
# The code-link option enables hyper-linking of functions within code blocks to their online documentation:
#code-link: true
number-sections: true
code-fold: show
code-summary: "Show/hide code"
code-tools: true
# auto: re-render only when source changes
execute:
freeze: false
editor: source