-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
45 lines (40 loc) · 931 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "Tumbleweed"
navbar:
pinned: true
left:
- text: R
menu:
- R/introduccion.qmd
- R/vectores.qmd
- R/listas.qmd
- R/dataframes.qmd
- text: RNA-seq
menu:
- rnaseq/deseq/introduccion.qmd
- rnaseq/deseq/ejemplo.qmd
- text: Enriquecimiento funcional
menu:
- enrfun/introduccion.qmd
- enrfun/ora.qmd
- enrfun/gprofiler.qmd
- enrfun/gsea.qmd
- text: Herramientas
menu:
- tools/ensembl.qmd
- tools/geoquery.qmd
- text: Presentaciones
menu:
- presentaciones/usaR/usaR.qmd
- presentaciones/ggplot2/ggplot2.qmd
format:
html:
theme: journal
css: styles.css
toc: true
number-sections: false
highlight-style: dracula
df-print: kable