-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path00-preface.Rmd
78 lines (55 loc) · 2.89 KB
/
00-preface.Rmd
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
# Preface {-}
This book is designed as the supporting textbook for
[BIOF1001: Introduction to Biomedical Data Science](),
an undergraduate course (Year 1) at the University of Hong Kong.
This book is not aimed to be a comprehensive textbook, but rather more
Rmarkdown notebooks as supplementary to lecture notes so that students can
reproduce the teaching contents more easily.
## Introduction for readers {-}
### What you will learn from this course/book {-}
In part I, you will find a general introduction to data science (by Dr YH Huang):
2) Basic programming and visualisation skills: R scripts for the quantitative
methods and data visualisation.
1) Quantitative methods: t-test, correlation analysis, clustering, linear
regression, linear classification.
3) Gain familiarity with common databases in the biomedical domain.
4) Introduce ethical, legal, social and technological issues related to
biomedical data sciences.
5) Introduce good practice in managing a data science project and communicate
results to key stakeholders.
In part II, you will experience data types in four different biomedical topics,
which will be illustrated with both introduction and cases that are suitable for
problem-based learning format:
1) Medical imaging and digital health, by Dr Joshua Ho and Dr Rachel Kwan
2) Cancer genomics and epidemiology, by Dr David Shih and Dr Jason Wong
3) Population genetics and diseases, by Dr Clara Tang and Dr Yuanhua Huang
### What we recommend you do while reading this book {-}
To enhance the knowledge and skills learned from this book, we recommend that
readers
1) Read the materials/slides provided in each module
2) Practice quantitative skills by solving problems using R
## Other reference books {-}
Besides this online book as a collection of R materials for the teaching
contents, we also recommend the following online books as reference:
1. [Introduction to Data Science: Data Wrangling and Visualization with R](http://rafalab.dfci.harvard.edu/dsbook-part-1/) by Rafeal A. Irizarry
2. [Advanced Data Science: Statistics and Prediction Algorithms Through Case Studies](http://rafalab.dfci.harvard.edu/dsbook-part-2/) by Rafeal A. Irizarry
## Acknowledgements {-}
We thank all teachers and student helpers contributing to this course across
all years, including
- 2022: Dr Lequan Yu and Dr Carlos Wong
- 2022 & 2023: Dr Asif Javed, Dr Tommy Lam, and Dr Kathy Leung
- Student helpers: Mr Mingze Gao, Ms Fangxin Cai, and Mr Hoi Man Chung.
<!-- ## Last notes {-} -->
<!-- # About the authors {-} -->
<!-- The authors are the teaching team for the BIOF1001 course (ordered by teaching -->
<!-- time): -->
<!-- * Dr Yuanhua Huang (course coordinator) -->
<!-- * Dr David Shih -->
<!-- * Dr Joshua Ho -->
<!-- * Dr Lequan Yu -->
<!-- * Dr Tommy Lam -->
<!-- * Dr Kathy Leung -->
<!-- * Dr Clara Tang -->
<!-- * Dr Asif Javed -->
<!-- * Dr Jason Wong -->
<!-- * Dr Carlos Wong -->