AML - acute myeloid leukemia
Important update: the BCR batch that is considered here is not the processing batch and it shouldn't be even considered as a surrogate variable for data normalziation. All three batches were processed simultaneously.
Correlation between BCR batch and the processing batch for 27k arrays (January 20, 2012)
Analysis of batch vs clinical traits
Number of clinical traits: 23
Number of batches based on the pattern for DNA methylation samples: 3
Correlation between batch and center in AML:
> table(batchID,two) two batchID AB 0741 96 0742 73 0743 25
There is only one center from which all patients come from.
Significant trait - batch correlations (all other correlations can be found in a table here)
Survival analysis
Looks like batch correlates with patient survival.
DNA methylation data analysis
Was downloaded on December 19th, 450k arrays, 190 patients. However, it still was an old way of delivering the data when they process the files through Genome Studio (or Bead Studio) (not in idat format) and deliver somewhat normalized data (my understanding that this within array normalization and not between arrays). I combined values for the mathylated and unmethylated probes into the M value. For AML I don't have any technical variables that may affect the data besides the batch effect. For some reason information for amount, concentration, day-month-year plate row and column is completely missing in the clinical_aliquot_public.txt file. Do SVD and look whether batch is correlated with the first principal component.
Relative variance before normalization:
P values of the Kruskal-Wallis test for the correlation between the batch and the first 7 principal components:
|
PC1 |
PC2 |
PC3 |
PC4 |
PC5 |
PC6 |
PC7 |
---|---|---|---|---|---|---|---|
P value |
0.8677 |
0.3977 |
0.5291 |
0.4125 |
0.9755 |
0.5249 |
0.2309 |
It is obvious that batch is not correlated with the first principal components (total variance explained by the first 7 is 42%).
Outliers of the first principal component:
Wow.
However, the data won't be corrected for any technical variables.
eSet object was created for this data set. phenoData with clinical traits was included as well as CpG annotation based on TCGA IlluminaHumanMethylation450k adf file (can be downloaded from here) (featureData). Strangely, 3103 probes in the data matrix were missing from adf file although the total number of probes in the adf file was bigger. I may want to try using Bioconductor package for annotation of these arrays.