-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
172 lines (151 loc) · 6.11 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
project:
type: website
output-dir: "docs" # 输出(编译后的HTML文件、PDF文件以及运行code chunk后产生的图像、数据等)文件夹
execute-dir: project
editor: visual
execute:
eval: true
warning: false
cache: true # 开启运算结果缓存。将会在文件目录中生成后缀“_cache”的文件夹。
freeze: auto
number-sections: true # 是否开启章节编号
number-depth: 3 # 标题编号级数
fig-align: left
crossref:
subref-labels: alpha A # 次级引用编号类型,如组图中的小图(默认是小写字母:alpha a)
bibliography: references.bib # 参考文献目录
language:
search-box-placeholder: Search
website:
title: "R语言学习笔记:从数据清洗到高级统计学和生物信息学"
page-navigation: true
reader-mode: true
favicon: images/logo.jpg # 网页的logo
twitter-card: true
google-analytics: "G-G2HZEXHNCE"
site-url: https://djhcod.github.io/r-notes/
repo-url: https://github.com/djhcod/r-notes # GitHub仓库的链接
repo-actions: [source, issue] # 在页面右侧显示导航到GitHub仓库的链接
open-graph: true
search:
location: navbar
type: textbox # overlay or textbox
navbar:
logo: images/logo.jpg
title: "R语言学习笔记"
background: light # 顶栏背景色(默认为primary,网页主色)
search: true
left:
- text: "Home"
file: index.qmd
- r_basic/r_basics.qmd
- text: "单细胞数据分析"
menu:
- text: "单细胞数据分析介绍"
file: single_cell/single_cell_intro.qmd
- single_cell/seurat/seurat_intro.qmd
- single_cell/scRNA-seq_online/00_intro.qmd
- single_cell/sc_supplementary/sc_supplementary_intro.qmd
- quarto_foundation/quarto_foundation.qmd
right:
- icon: book-fill
text: Bookdown
url: https://bookdown.org
tools:
- icon: github
href: https://github.com/djhcod/r-notes
sidebar:
style: docked # “docked” and “floating”
border: true
search: false
collapse-level: 2 # 导航栏初始显示多少级标题
contents:
- text: 主页
file: index.qmd
- section: r_basic/r_basics.qmd
contents:
- r_basic/environment_configuration.qmd
- r_basic/data_input_output.qmd
- r_basic/basic_data_function.qmd
- r_basic/dplyr.qmd
- r_basic/tidyr.qmd
- r_basic/vector_transform.qmd
- r_basic/stringr.qmd
- r_basic/regular_expressions.qmd
- r_basic/loop.qmd
- r_basic/data_visualization.qmd
- section: single_cell/single_cell_intro.qmd
contents:
- single_cell/scRNA-seq_intro.qmd
- single_cell/generation_of_count_matrix.qmd
- section: single_cell/seurat/seurat_intro.qmd
contents:
- single_cell/seurat/seurat_command_list.qmd
- single_cell/seurat/seurat_tutorial.qmd
- single_cell/seurat/data_visualization_methods_in_seurat.qmd
- single_cell/seurat/sctransform.qmd
- single_cell/seurat/cell_cycle_regression.qmd
- single_cell/seurat/integration.qmd
- single_cell/seurat/integrative_analysis_in_seurat_v5.qmd
- single_cell/seurat/marker_gene_identification.qmd
- single_cell/seurat/de_vignette.qmd
- single_cell/seurat/mapping_and_annotating_query_datasets.qmd
- section: single_cell/scRNA-seq_online/00_intro.qmd
contents:
- single_cell/scRNA-seq_online/03_SC_quality_control-setup.qmd
- single_cell/scRNA-seq_online/04_SC_quality_control.qmd
- single_cell/scRNA-seq_online/postQC_workflow.qmd
- single_cell/scRNA-seq_online/05_theory_of_PCA.qmd
- single_cell/scRNA-seq_online/06_SC_SCT_normalization.qmd
- single_cell/scRNA-seq_online/06_integration.qmd
- single_cell/scRNA-seq_online/07_SC_clustering_cells_SCT.qmd
- single_cell/scRNA-seq_online/08_SC_clustering_quality_control.qmd
- single_cell/scRNA-seq_online/09_merged_SC_marker_identification.qmd
- section: single_cell/sc_supplementary/sc_supplementary_intro.qmd
contents:
- single_cell/sc_supplementary/read_sc_data.qmd
- single_cell/sc_supplementary/universal_marker.qmd
- single_cell/sc_supplementary/integrated_analysis_multiple_single_cell_datasets_1.qmd
- single_cell/sc_supplementary/integrated_analysis_multiple_single_cell_datasets_2.qmd
- single_cell/sc_supplementary/DecontX.qmd
- section: quarto_foundation/quarto_foundation.qmd
contents:
- quarto_foundation/yaml_settings.qmd
- quarto_foundation/images_settings.qmd
- quarto_foundation/cross_references.qmd
- quarto_foundation/insert_other_content.qmd
- quarto_foundation/quarto_shiny.qmd
- quarto_foundation/quarto_books.qmd
- quarto_foundation/github_pages.qmd
page-footer:
left:
- text: "This website was built with Quarto"
center: "Copyright 2024, Du Junhong"
right:
- icon: github
href: https://github.com/djhcod
border: true
format:
html:
theme:
light: cosmo # 分别设置暗色主题和亮色主题
dark: darkly
grid:
sidebar-width: 250px
embed-resources: false # 是否将所有源文件嵌入HTML文件
code-tools: true
code-link: true
anchor-sections: true # 是否显示章节锚点图标(便于复制直接定位到某个章节的链接)
link-external-newwindow: true # 是否在新窗口打开链接
toc: true
toc-depth: 3 # 设置右侧目录显示的最低层级(默认为显示到3级标题)
toc-expand: 1 # 右侧目录在一开始显示到多少级,默认显示到一级标题。
comments:
hypothesis:
theme: classic
openSidebar: false
showHighlights: always
enableExperimentalNewNoteButton: true
giscus:
repo: djhcod/r-notes
input-position: top