gravatar

elainejiang

Elaine Jiang

Recently Published

Gene Expression Heatmaps
In the previous heatmap activity, we used the small built-in `mtcars` dataset. That was useful because the dataset was small enough to see clearly. Now we will use real gene expression data from TCGA breast cancer samples. Gene expression data which tells us how many messenger RNAs (mRNAs) per gene are present in a patient sample. The amount of a gene's mRNA corresponds (roughly) to the amount of protein in the sample.
Introduction to R
`R` is a programming language and free software environment for statistical computing and graphics. It's not only a powerful statistical programming language but also the go-to data analysis tool for many computational genomics experts. We will explore how high-dimensional genomics datasets can be analyzed with core R packages and functions.
DREAM-High: Exploring TCGA Breast Cancer Clinical Data
In this activity we learned to: - load a real clinical cancer dataset - inspect rows and columns - summarize categorical variables - summarize numerical variables - identify missing or uncertain values - combine logical conditions - define a clinically meaningful subtype - compare relationships between variables - create plots for communication