-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
executable file
·33 lines (17 loc) · 1.7 KB
/
index.qmd
File metadata and controls
executable file
·33 lines (17 loc) · 1.7 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
Pancreatic ductal adenocarcinoma (PDAC) is one of the deadliest cancers, with around $9%$ of patients surviving $>5$ years is an extremely deadly type of cancer. However, if pancreatic cancer is caught early, the odds of surviving are much better. Unfortunately, many cases of pancreatic cancer show no symptoms until the cancer has spread throughout the body. An AI based diagnostic test to identify people with pancreatic cancer could be enormously helpful.
## Background {.unnumbered}
In this [dataset](https://journals.plos.org/plosmedicine/article?id=10.1371/journal.pmed.1003489), collected at Indiana University School of Medicine, the researchers gathered a series of biomarkers from the urine of three groups of patients:
- Healthy controls
- Patients with non-cancerous pancreatic conditions, like chronic pancreatitis
- Patients with pancreatic ductal adenocarcinoma
The age and sex of the patients are also recorded. The goal was to develop an accurate way to identify patients with pancreatic cancer.
## The 4 Urinary Biomarkers {.unnumbered}
The 4 Urinary Biomarkers collected and its description is as follow:
- Creatinine is a protein that is often used as an indicator of kidney function.
- YVLE1 is lymphatic vessel endothelial hyaluronan receptor 1, a protein that may play a role in tumor metastasis
- REG1B is a protein that may be associated with pancreas regeneration
- TFF1 is trefoil factor 1, which may be related to regeneration and repair of the urinary tract
## Task {.unnumbered}
Our goal is to build an AI algorithm that can predict patients that has pancreas cancers and those who don't, as accurately as possible.
Let's start by exploring the dataset to understand the task better!
$\,$