arrayQualityMetrics report for eSet



Browser compatibility

This report uses recent features of HTML 5 which have not yet been implemented by all browsers. Thus, unfortunately, browser compatibility currently needs to be considered:
+ Array metadata and outlier detection overview

Section 1: Between array comparison

- Figure 1: Distances between arrays.
hm.png
Figure 1 (PDF file) shows a false color heatmap of the distances between arrays. The color scale is chosen to cover the range of distances encountered in the dataset. Patterns in this plot can indicate clustering of the arrays either because of intended biological or unintended experimental factors (batch effects). The distance dab between two arrays a and b is computed as the mean absolute difference (L1-distance) between the data of the arrays (using the data from all probes without filtering). In formula, dab = mean | Mai - Mbi |, where Mai is the value of the i-th probe on the a-th array. Outlier detection was performed by looking for arrays for which the sum of the distances to all other arrays, Sa = Σb dab was exceptionally large. 17 such arrays were detected, and they are marked by an asterisk, *.


+ Figure 2: Outlier detection for Distances between arrays.
- Figure 3: Principal Component Analysis.
array

Figure 3 (PDF file) shows a scatterplot of the arrays along the first two principal components. You can use this plot to explore if the arrays cluster, and whether this is according to an intended experimental factor (you can indicate such a factor by color using the 'intgroup' argument), or according to unintended causes such as batch effects. Move the mouse over the points to see the sample names.
Principal component analysis is a dimension reduction and visualisation technique that is here used to project the multivariate data vector of each array into a two-dimensional plot, such that the spatial arrangement of the points in the plot reflects the overall data (dis)similarity between the arrays.



Section 2: Array intensity distributions

- Figure 4: Boxplots.
box.png
Figure 4 (PDF file) shows boxplots representing summaries of the signal intensity distributions of the arrays. Each box corresponds to one array. Typically, one expects the boxes to have similar positions and widths. If the distribution of an array is very different from the others, this may indicate an experimental problem. Outlier detection was performed by computing the Kolmogorov-Smirnov statistic Ka between each array's distribution and the distribution of the pooled data.


+ Figure 5: Outlier detection for Boxplots.
- Figure 6: Density plots.
array

Figure 6 (PDF file) shows density estimates (smoothed histograms) of the data. Typically, the distributions of the arrays should have similar shapes and ranges. Arrays whose distributions are very different from the others should be considered for possible problems. Various features of the distributions can be indicative of quality related phenomena. For instance, high levels of background will shift an array's distribution to the right. Lack of signal diminishes its right right tail. A bulge at the upper end of the intensity range often indicates signal saturation.



Section 3: Variance mean dependence

- Figure 7: Standard deviation versus rank of the mean.
msd.png
Figure 7 (PDF file) shows a density plot of the standard deviation of the intensities across arrays on the y-axis versus the rank of their mean on the x-axis. The red dots, connected by lines, show the running median of the standard deviation. After normalisation and transformation to a logarithm(-like) scale, one typically expects the red line to be approximately horizontal, that is, show no substantial trend. In some cases, a hump on the right hand of the x-axis can be observed and is symptomatic of a saturation of the intensities.



Section 4: Individual array quality

- Figure 8: MA plots.
ma.png
Figure 8 (PDF file) shows MA plots. M and A are defined as:
M = log2(I1) - log2(I2)
A = 1/2 (log2(I1)+log2(I2)),
where I1 is the intensity of the array studied, and I2 is the intensity of a "pseudo"-array that consists of the median across arrays. Typically, we expect the mass of the distribution in an MA plot to be concentrated along the M = 0 axis, and there should be no trend in M as a function of A. If there is a trend in the lower range of A, this often indicates that the arrays have different background intensities; this may be addressed by background correction. A trend in the upper range of A can indicate saturation of the measurements; in mild cases, this may be addressed by non-linear normalisation (e.g. quantile normalisation).
Outlier detection was performed by computing Hoeffding's statistic Da on the joint distribution of A and M for each array. Shown are the 4 arrays with the highest value of Da (top row), and the 4 arrays with the lowest value (bottom row). The value of Da is shown in the panel headings. 0 arrays had Da>0.15 and were marked as outliers. For more information on Hoeffing's D-statistic, please see the manual page of the function hoeffd in the Hmisc package.


+ Figure 9: Outlier detection for MA plots.

This report has been created with arrayQualityMetrics 3.8.0 under R version 2.13.2 (2011-09-30).


(Page generated on Wed Dec 07 19:10:40 2011 by hwriter )