-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
180 lines (134 loc) · 4.39 KB
/
Copy pathindex.qmd
File metadata and controls
180 lines (134 loc) · 4.39 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
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
169
170
171
172
173
174
175
176
177
178
179
180
---
title: "中南大学 - 生物医学信息系课程"
subtitle: "Department of Biomedical Informatics, Central South University"
format:
html:
toc: false
page-layout: custom
---
::: {.hero-banner .text-center .py-5 .mb-4 style="background: linear-gradient(135deg, #8B0000 0%, #5c0000 100%); color: white;"}
# 生物医学信息系课程
## Biomedical Informatics Courses
::: {.lead .mt-3}
中南大学 · 生物医学信息系 · 本科生/研究生课程
:::
::: {.mt-4}
[查看课程列表](#courses){.btn .btn-light .btn-lg .me-2}
[📚 学习资源](learning-resources.qmd){.btn .btn-info .btn-lg .me-2}
[实验室主页](https://wanglabcsu.github.io/){.btn .btn-outline-light .btn-lg}
:::
:::
::: {.container .py-4}
## 授课教师 {.text-center .mb-5}
::: {.row .justify-content-center}
::: {.col-md-8}
::: {.instructor-card .mx-auto style="max-width: 600px;"}
::: {.instructor-avatar style="width: 120px; height: 120px; overflow: hidden; padding: 0;"}
{style="width: 100%; height: 100%; object-fit: cover;"}
:::
::: {.instructor-info style="text-align: left;"}
### 王诗翔 副教授
**中南大学 · Department of Biomedical Informatics**
研究方向:生物信息学、计算生物学、多组学数据分析
🌐 [实验室主页](https://wanglabcsu.github.io/)
📧 wangshx@csu.edu.cn
🐙 [WangLabCSU](https://github.com/WangLabCSU)
:::
:::
:::
:::
## 课程列表 {#courses .text-center .mt-5 .mb-4}
::: {.row .g-4 .justify-content-center}
::: {.col-md-6}
::: {.course-card}
### 📊 R与(R)Markdown基础
**学时**: 4学时(理论2 + 实验2)
**对象**: 生物医学信息系 本科生/研究生
掌握R语言核心语法与可重复性研究报告撰写技能。
- R语言基础(数据类型、控制流、函数)
- tidyverse数据处理与ggplot2可视化
- R Markdown与Quarto报告编写
[进入课程](r-and-rmarkdown/index.html){.btn .btn-primary .btn-sm .mt-2}
[查看幻灯片](r-and-rmarkdown/slides/slides-r-basics.html){.btn .btn-outline-primary .btn-sm .mt-2}
:::
:::
::: {.col-md-6}
::: {.course-card}
### 🧬 转录组数据分析
**学时**: 4学时(理论2 + 实验2)
**对象**: 生物医学信息系 本科生/研究生
RNA-seq数据处理与差异表达分析。
- RNA-seq原理与流程
- DESeq2/edgeR差异分析
- 功能富集与通路分析
[进入课程](rna-seq-analysis/index.html){.btn .btn-primary .btn-sm .mt-2}
[查看幻灯片](rna-seq-analysis/slides/slides-rnaseq-overview.html){.btn .btn-outline-primary .btn-sm .mt-2}
:::
:::
::: {.col-md-6}
::: {.course-card}
### 🧬 基因组突变分析
**学时**: 4学时(理论2 + 实验2)
**对象**: 生物医学信息系 本科生/研究生
基因组突变数据处理与突变特征分析。
- 突变类型与检测方法
- maftools数据可视化
- Sigminer突变特征分析
[进入课程](mutation-analysis/index.html){.btn .btn-primary .btn-sm .mt-2}
:::
:::
:::
## 课程特色 {.mt-5}
::: {.row .g-4}
::: {.col-md-3}
::: {.feature-box}
#### 🎯 面向实战
所有内容紧密结合生物医学研究场景,代码示例可直接用于实际项目
:::
:::
::: {.col-md-3}
::: {.feature-box}
#### 🔗 前后衔接
课程体系完整,从基础到进阶,循序渐进
:::
:::
::: {.col-md-3}
::: {.feature-box}
#### 📚 资源丰富
提供完整的幻灯片、实验指导、示例代码、拓展阅读材料
:::
:::
::: {.col-md-3}
::: {.feature-box}
#### 🚀 现代工具
基于 Quarto 构建,支持多格式输出与在线交互
:::
:::
:::
## 使用说明 {.mt-5}
::: {.row .justify-content-center}
::: {.col-lg-8}
::: {.callout-tip}
### 如何使用本网站
1. **在线访问**: 直接点击课程卡片进入学习
2. **幻灯片浏览**: 每门课程配有交互式幻灯片,适合课堂展示
3. **实验指导**: 详细的实验手册,含完整参考答案
4. **离线使用**: 可下载完整网站到本地或机房使用
:::
::: {.callout-note}
### 技术栈
- **构建工具**: [Quarto](https://quarto.org/)
- **编程语言**: R, Python
- **托管平台**: GitHub Pages
- **源码地址**: [GitHub](https://github.com/WangLabCSU/courses)
:::
:::
:::
:::
::: {.text-center .py-4 .mt-5 style="background: #f8f9fa;"}
**中南大学 · Department of Biomedical Informatics**
*Central South University*
本网站使用 [Quarto](https://quarto.org) 构建 ·
[GitHub 仓库](https://github.com/WangLabCSU/courses) ·
[实验室主页](https://wanglabcsu.github.io/)
:::