31
THE INSTITUTE FOR GENOMIC RESEARCH TIGR TIGR Spotfinder: a tool for microarray image processing The Institute for Genomic Research Developer: Vasily Sharov Presenter: John Braisted

TIGR Spotfinder: a tool for microarray image processing

  • Upload
    chione

  • View
    38

  • Download
    0

Embed Size (px)

DESCRIPTION

TIGR. THE INSTITUTE FOR GENOMIC RESEARCH. TIGR Spotfinder: a tool for microarray image processing. Developer: Vasily Sharov Presenter: John Braisted. The Institute for Genomic Research. Database. AGED. Database. Others…. Database. MAD. Printer. Scanner. .tiff Image File. - PowerPoint PPT Presentation

Citation preview

Page 1: TIGR Spotfinder: a tool for microarray image processing

THE INSTITUTE FOR GENOMIC RESEARCH

TIGR

TIGR Spotfinder:a tool for microarray image

processing

The Institute for Genomic Research

Developer: Vasily Sharov

Presenter: John Braisted

Page 2: TIGR Spotfinder: a tool for microarray image processing

Microarray Data Flow

Database

AGED

Database

Others…

Database

MAD

Raw Gene Expression Data

Normalized Data with Gene Annotation

Interpretation of Analysis Results

.tiff Image File

Gene Annotation

ScannerPrinter

Image Analysis

Normalization / Filtering

Expression Analysis

Page 3: TIGR Spotfinder: a tool for microarray image processing

Cy5 intensity

Cy3

Cy5

Cy5-cDNA

Cy3-cDNA

RT

RT

cDNAarray

Cy3 intensity

Sample2 mRNA

Sample1 mRNA

Process Overview

Page 4: TIGR Spotfinder: a tool for microarray image processing

Basic Steps from Image to File

1.) Image File Loading

2.) Construct or Apply an Overlay Grid

3.) Computations• Find Spot Boundary and Area• Intensity Calculation• Background Calculation and Correction

4.) Quality Control

5.) Text File Output

Page 5: TIGR Spotfinder: a tool for microarray image processing

Basic DemonstrationExploring the Interface

(Using An Existing Grid File)

Page 6: TIGR Spotfinder: a tool for microarray image processing

Microarray Image ParametersMA Scanner generates two 16 bit gray scale TIFF images: one image for each labeling probe (Cy3 and Cy5)

16 bit schema provides signal dynamic range from 0 to 216=65536

Each image size varies from 20 to 30 MB for scanning resolution 10 m/pixel

Page 7: TIGR Spotfinder: a tool for microarray image processing

Image size 22 MB

Image size 28 MB

Typical layout of microarray image

(images scanned at 10m/pix resolution)

Page 8: TIGR Spotfinder: a tool for microarray image processing

Processing Overview

Apply the Grid

Determine Spot Boundary

Calculate Spot Intensity

Determine Backgroundand Correct Intensity

Page 9: TIGR Spotfinder: a tool for microarray image processing

Applying an Overlay Grid

• What does it accomplish?

– The grid cells set a boundary for the spot finding algorithms.

– The grid cells also define an area for background correction.

Page 10: TIGR Spotfinder: a tool for microarray image processing

pin X pin X

pin Y

pin Y

Gridding Dimension Parameters

Page 11: TIGR Spotfinder: a tool for microarray image processing

spot spacing

Spot Spacing Parameter

Page 12: TIGR Spotfinder: a tool for microarray image processing

Spot Finding

Spot finding requires an estimated spot size.The spot can be drawn as an irregular contour, as an ellipse, or as unconnected pixels.

Area insidecontouris used for spot intensity calculation

Area outsidecontour is used forlocal background calculation

Page 13: TIGR Spotfinder: a tool for microarray image processing

Processing Overview

Apply the Grid

Determine Spot Boundary

Calculate Spot Intensity

Determine Backgroundand Correct Intensity

Page 14: TIGR Spotfinder: a tool for microarray image processing

Background Calculation

Background intensity is calculated as themedian pixel intensity from the area within thesquare and outside the spot.

A separate local background is calculated for each spot using the non-spot pixels from it’s square.

localbackground

area

Page 15: TIGR Spotfinder: a tool for microarray image processing

Spot Definition and Calculations

Spot Area, A = number of pixels within the defined spot boundary

BKG = median pixel value withinthe cell (excluding the spot pixels)

Integral = Sum of all spot pixels excluding saturated pixels

Reported “Intensity”=Integral-BKG*A

Page 16: TIGR Spotfinder: a tool for microarray image processing

Spot Integration with Background Correction

Page 17: TIGR Spotfinder: a tool for microarray image processing

Intensity Calculation Formula

α

1

)65536|( nI ii

n

i

n

n

i = pixel intensity for pixel i

= number of pixels in the spot

= median background pixel value

= number of non-saturated pixels in spot

Page 18: TIGR Spotfinder: a tool for microarray image processing

Quality Control Issues

Two measures of spot quality are reported by SpotFinder:

• Saturation Factor

• QC Score; (Reports shape and signal to noise ratio.)

Page 19: TIGR Spotfinder: a tool for microarray image processing

Saturation Examples

Partially saturated spots can look like this:

saturated area

non-saturated area

Completely saturated spots can look like this:fully saturated spot

Page 20: TIGR Spotfinder: a tool for microarray image processing

Saturation, Pixel Value Limit

Output:pixel value

Input:fluorescencedye light signal

216=65536

Page 21: TIGR Spotfinder: a tool for microarray image processing

Saturation Factor

-Partially saturated spots can be handled in SpotFinder by excluding the saturated pixels from spot area and intensity calculations.

-Fully saturated spots can not be recovered in SpotFinder. In this case rescanning with lower excitation power or PMT gain could be considered.*Faint spots may possibly be lost.

Saturation Factor = (# good pixels in spot)

(total number of spot pixels)

Page 22: TIGR Spotfinder: a tool for microarray image processing

Saturation, RI Plot

RI plot: log(IB/IA) vs 1/2log(IA*IB)

clearly displays the saturation limits

Page 23: TIGR Spotfinder: a tool for microarray image processing

Quality Control, QC Score

A QC Score is generated for each spot andis based on the spot shape and a measure ofsignal to noise ratio.

shape signal/noise shape signal/noise

QCA QCB

QC Score

Page 24: TIGR Spotfinder: a tool for microarray image processing

Spot Shape Parameter

Shape Factor = (Spot Area/Perimeter)

Spots with large perimeters relative to spotarea will have a low shape factor.

Page 25: TIGR Spotfinder: a tool for microarray image processing

Signal to Noise Ratio

med(BKG)

0

Pix

el V

alu

es

*med(BKG) + * SD(BKG)

S/N factor = fraction of spot pixelsexceeding:

216

Page 26: TIGR Spotfinder: a tool for microarray image processing

Quality Control Calculation

QC Score = (QCA+QCB)/2

QCA=sqrt(QC shape*QC S/N) for channel A

QCB=sqrt(QC shape*QC S/N) for channel B

Page 27: TIGR Spotfinder: a tool for microarray image processing

Quality Control, RI Plot

RI plot:

log(IB/IA) vs1/2log(IA*IB)

plotted for means shows clearly low intensity distortion due to background overestimation.

Data from earlier slide processed without QC filter

Page 28: TIGR Spotfinder: a tool for microarray image processing

Quality Control

(data provided by E. Snesrud)

Page 29: TIGR Spotfinder: a tool for microarray image processing

Quality Control

(data provided by E. Snesrud)

Page 30: TIGR Spotfinder: a tool for microarray image processing

A - The number of non-saturated pixels in spot is 0

B - Number of non-saturated pixels in spot is

between 0 and 50

C - Number of non saturated pixels in spot is more then 50

X - Spot was detected and rejected based on spot shape

and spot intensity relative to surrounding background

Y- Spot background is higher than spot intensity

Z - Spot was not detected by the program

SpotFinder Flag Descriptions

Page 31: TIGR Spotfinder: a tool for microarray image processing

Demonstration

Grid Construction