Recently Published
Ariana's Plot
Excercise 2
Analysis of candidates enrolled in ASE master’s programs
We are interested in examining the number of candidates registered for the admission session organized in July 2025. We note that the total number of registered candidates is 4,392; The high number of rejected candidates with grades between 9 and 10 can be explained by the high level of competition and the limited number of available places.
DREAM-High: Breast Cancer Cell Lines, Cell Motility, and Gene Expression
In previous DREAM-High activities, we studied cancer patient data from TCGA. Here we switch to a different kind of cancer model: **human cancer cell lines**.
Cancer cell lines are cells that can grow in the laboratory. Researchers use them to study cancer biology and to test hypotheses about cancer behavior.
DREAM-High: Exploring TCGA Breast Cancer Clinical Data
In this activity, we will explore real clinical data from breast cancer patients in **The Cancer Genome Atlas (TCGA)**.
The goal is not only to learn R.
The goal is to use R to ask scientific questions:
- What information is collected from cancer patients?
- How do we summarize a large clinical dataset?
- What kinds of missing or uncertain values appear in real biomedical data?
- How can clinical features help us understand breast cancer subtypes?
DREAM-High: Finding Patterns with Heatmaps
Large biological datasets are often too big to understand by reading numbers in a table.
In DREAM-High, we will eventually use heatmaps to look for patterns in breast cancer gene expression data from patients in The Cancer Genome Atlas. A heatmap can help us ask questions such as:
- Which samples look similar to each other?
- Which genes behave similarly across patients?
- Can visual patterns help us discover tumor subtypes?
Today we will learn the same basic idea using a small practice dataset that comes with R.
DREAM-High: Principal Component Analysis with the NCI-60 Cancer Cell Lines
Cancer datasets often contain thousands of measurements for each sample. For example, a single cell line or patient tumor may have expression measurements for thousands of genes.