# Biological Data Science Materials

## Preface

The aim of this book is to provide basic programming skills for biology students (beginner level). In the part of the biological data science at Korea University, we developed a range of tutorial sets to familiarize students with the discipline of biostatistics and basic analytic skills. Students will develop an appreciation of modern application in biostatistics while gaining a detailed understanding of the analytic fundamentals from data modality to programming language.

To fully utilize the tutorial sets, you should have some basic programming knowledge for R. If not, please visit this amazing resource for [R programming - \<Introduction to Data Science> written by Prof. Rafael A. Irizarry](https://rafalab.github.io/dsbook/).  Please go through the chapter from 2 to 11 (at least; you can go further if needed).&#x20;

## Schedules

For BSMS222 students, please note that it may change for years so please find the github link for the schedule of this year.&#x20;

### **Session 1 - R**

* Introduction to Biostatistics
* Introduction to Rstudio
* Introduction to R notebook and Github
* R basics
* Programming basics&#x20;
* Tidyverse&#x20;

### **Session 2 - Data visualisation**

* ggplot&#x20;
* Visualizing data distribution to Robust summaries&#x20;

### **Session 3 - Data wrangling for human genomics**

* Introduction to UNIX (11/15)
* UNIX practice (11/17)
* RNA sequencing: Introduction (11/22)
* RNA sequencing: Case Study (11/24)

### **Session 4 - Programming for Statistics**

* Principle component (11/29)
* Gene set enrichment test (12/1)
* Regression (12/6)

## List of tutorial sets

1. SCN2A mutations in neurodevelopmental disorders
2. Human Genome Annotation
3. Gene expression profiles in cancer patients
4. A proteogenomic portrait of lung squamous cell carcinoma


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joonan30.gitbook.io/bdsm_korea/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
