-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path_quarto.yml
More file actions
69 lines (56 loc) · 1.49 KB
/
_quarto.yml
File metadata and controls
69 lines (56 loc) · 1.49 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
project:
type: book
output-dir: docs
book:
title: "Biomedical Knowledge Mining using GOSemSim and clusterProfiler"
reader-mode: true
author: "Guangchuang Yu"
date: "11/18/2025"
page-footer:
left: |
Biomedical Knowledge Mining using GOSemSim and clusterProfiler was written by Guangchuang Yu.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://yulab-smu.top/biomedical-knowledge-mining-book/
repo-url: https://github.com/YuLab-SMU/biomedical-knowledge-mining-book/
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- part: 01-semantic-similarity.qmd
chapters:
- 011-GOSemSim.qmd
- 012-DOSE-semantic-similarity.qmd
- 013-meshes-semantic-similarity.qmd
- part: 02-Enrichment.qmd
chapters:
- 021-go.qmd
- 022-kegg.qmd
- 023-other-dbs.qmd
- 024-reactome.qmd
- 025-do-enrichment.qmd
- 026-meshes-enrichment.qmd
- 027-universal-enrichment.qmd
- 028-chipseeker.qmd
- 029-compareCluster.qmd
- enrichplot.qmd
- PPI.qmd
- interpretation.qmd
- part: misc.qmd
chapters:
- dplyr.qmd
- utilities.qmd
- part: appendix.qmd
chapters:
- FAQ.qmd
bibliography: references.bib
execute:
cache: true
format:
html:
theme:
- cosmo
code-link: true
author-meta: "Guangchuang Yu"
callout-appearance: simple
editor: source