Open jaclyn-taroni opened 4 years ago
I forgot to note that it looks like the last time we tried this experiment was December 2018. I think the most recent changes to the Illumina BeadChip processors had to do with the p-value columns (thinking specifically of #2130, here) and not the expression columns, but it's possible we have made other changes since then that would allow us to handle this experiment.
I wrote a test to verify what would be matched, I'm not sure if we should be able to support this because of the ambiguity of the headers... making it hard for automation. We might want to consider adding additional logic to detect which columns should be detected.
Currently we would match the control pvalue column which would be incorrect.
Context
A user requested GSE31704.
Problem or idea
GSE31704 is an Illumina HumanHT-12 V4.0 expression beadchip experiment with 6 samples - none of which appear to be downloadable from refine.bio.
Copying an error message from the debug information from GSM786857
The following jumps out at me:
Which means we are specifying the column indices for columns that contain expression values twice.
This might have to do with the headers in
GSE31704_non-normalized.txt
- here's an excerpt:ID_REF
IMR90 control-A.AVG_Signal
IMR90 control-A.Detection Pval
IMR90 control-B.AVG_Signal
IMR90 control-B.Detection Pval
Solution or next step