BulkRNAseq Day05 Affy ExpArray

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 24

Introduction to

gene expression microarray analysis

Bulk RNA-seq course


Presented by Tran Ba Thien
June 5 2023

1
Packages Set-up

2
GEO data

https://doi.org/10.1073/pnas.0905718106 3
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE7513
Get GEO data

4
ExpressionSet object

assayData: Expression data from microarray experiments (rows:


probes; columns: sample ID)
metadata
• phenoData: A description of the samples in the experiment (rows:
sample ID; columns: description elements)
• featureData: features on the chip or technology used (rows: probes;
columns: features)
• further annotations for the features, for example gene annotations from
biomedical databases (annotation).
experimentData: A flexible structure to describe the experiment.
5
phenoData & featureData extraction

6
phenoData & featureData extraction

7
Download data

8
Check and unzip data

9
Import data

10
Processing

11
rma() function?
1. Background subtraction: removing non-specific hybridization or non-specific signal captured by
the microarray probes 🡪 more accurate gene expression measurements

2. Quantile normalization: correcting technical variations and differences in the overall signal
intensity between samples 🡪 similar distribution of intensity values of each sample

3. Summarization: combining the intensities from multiple probes targeting the same gene or
transcript 🡪 reduces the dimensionality, more interpretable representation

12
Quantile normalization

13
(142) Quantile Normalization, Clearly Explained!!! - YouTube
Comparison

Raw

Processed

14
Filtering

15
Comparison

Processed

Filtering

16
Differential gene expression (DGE) analysis

17
Annotation

18
Visualization
Heatmap

19
Visualization
Volcano plot

20
Visualization
Boxplot

21
Gene ontology analysis

22
Gene ontology analysis

23
Thanks for your attention

24

You might also like