limmagui a point-and-click interface for cdna microarray analysis james wettenhall and gordon smyth...

16
limmaGUI limmaGUI A Point-and-Click Interface for A Point-and-Click Interface for cDNA Microarray Analysis cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and Eliza Hall Institute of Medical Research

Upload: camilla-hawkins

Post on 17-Dec-2015

218 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

limmaGUIlimmaGUIA Point-and-Click Interface for cDNA A Point-and-Click Interface for cDNA

Microarray AnalysisMicroarray AnalysisJames Wettenhall and Gordon Smyth

Division of Genetics and Bioinformatics

Walter and Eliza Hall Institute of Medical Research

Page 2: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

limma, limmaGUI and affylmGUIlimma, limmaGUI and affylmGUI

• limma : linear models for microarrays• by Gordon Smyth• Also contains many useful functions

specifically for cDNA microarrays

• limmaGUI : A Graphical User Interface for cDNA analysis with limma.

• affylmGUI : A Graphical User Interface for Affymetrix analysis with limma.

Page 3: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and
Page 4: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

R, G, M and AR, G, M and A

• Rf = Red Foreground Intensity

• Rb = Red Background Intensity

• R = Rf - Rb

• Gf = Green Foreground Intensity

• Gb = Green Background Intensity

• G = Gf - Gb

Page 5: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

R G Plot for ApoAI Slide 1R G Plot for ApoAI Slide 1

Page 6: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

loglog22(R) log(R) log22(G) Plot for ApoAI Slide 1(G) Plot for ApoAI Slide 1

Page 7: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

M and AM and A

• Log Ratio :

M (“Minus”) = log2(R/G)

= log2R – log2G

• Average Log Intensity :

A (“Add”) = log2(RG)1/2

= (1/2)(log2R + log2G)

Page 8: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

M A Plot for ApoAI Slide 1M A Plot for ApoAI Slide 1

Page 9: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

Normalized M A Plot for ApoAI Slide 1Normalized M A Plot for ApoAI Slide 1

Page 10: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

M and A Have Nicer DistributionsM and A Have Nicer Distributions

Page 11: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

Linear Models in MicroarraysLinear Models in Microarrays

Suppose for one gene, we have:

R G

Array 1 4 (KO) 32 (WT)

Array 2 15 (WT) 2 (KO)

M1 = log2(R1/G1) = log2(4/32) = -3

M2 = log2(R2/G2) = log2(15/2) = 2.9

Page 12: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

Linear Models in MicroarraysLinear Models in Microarrays

• This linear model has one parameter, MKO-WT to be estimated for each gene.

• This parameter was estimated using a simple (weighted) average.

• A factor of (-1) was used for the dye-swap.

Page 13: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

Linear Models in MicroarraysLinear Models in Microarrays

What about confidence statistics?

• As M1 is close to -M2 , we are confident in our estimate for MKO-WT so we expect:

• A low p-value• A high B statistic (log-odds of D.E.)• A large negative moderated t statistic

(because this gene is down-regulated).

Page 14: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

Linear Models in MicroarraysLinear Models in Microarrays

• What makes this a LINEAR model?• Let E{} be the expected value of .• We have :

E{M1} = (1) MKO-WT

E{M2} = (-1) MKO-WT

• A linear relationship.

• The design matrix is :

Page 15: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

limmalimma and and limmaGUIlimmaGUI

• http://bioinf.wehi.edu.au/limma• Documentation is available after installing

the package, by typing “help.start()” in R, clicking on “packages” and then clicking on “limma”.

• http://bioinf.wehi.edu.au/limmaGUI• Documentation is available online.• Example data sets are available online.

Page 16: LimmaGUI A Point-and-Click Interface for cDNA Microarray Analysis James Wettenhall and Gordon Smyth Division of Genetics and Bioinformatics Walter and

Swirl Zebrafish ExampleSwirl Zebrafish Example

• http://bioinf.wehi.edu.au/limmaGUI/Doc/Swirl/