forked from StatBiomed/BMDS-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00-preface.Rmd
66 lines (47 loc) · 2.29 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
# Preface {-}
This book is designed as the lecture notes and 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 we hope you will learn from this course / book {-}
In part I, you will find a general introduction to data science (by Dr YH Huang):
1) Quantitative methods: t-test, correlation analysis, clustering, linear
regression, linear classification.
2) Basic programming and visualisation skills: R scripts for the above methods
and data visualisation.
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 five different biomedical topics,
which will be illustrated with both introduction and cases that are suitable for
problem-based learning format:
1) Personalised genomic medicine, by Dr David Shih and Dr Yuanhua Huang
2) Medical imaging and digital health, by Dr Joshua Ho and Dr Lequan Yu
3) Infectious disease informatics, by Dr Tommy Lam and Dr Kathy Leung
4) Population genetics and diseases, by Dr Clara Tang and Dr Asif Javed
5) Epidemiology of cancer and other diseases, by Dr Jason Wong and Dr Carlos Wong
### What we recommend you do while reading this book {-}
To enhance the knowledge and skills learned from this book, we recommend the
readers
1) Read materials/slides provided in each module
2) Practice quantitative skills by solving problems using R
## Acknowledgements {-}
## 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 -->