Hi ,
I have a question about retrieving Microarray probe annotations. I am interested in analyzing at-least 10-15 NCBI GEO Public Microarray datasets. Each of them are related to different platform (see below). Is there a way to retrieve them using a certain package?
Thank you.
Toufiq
Agilent-014850 Whole Human Genome Microarray 4x44K G4112F (Feature Number version)
Agilent-026652 Whole Human Genome Microarray 4x44K v2 (Probe Name version)
Affymetrix Human Genome U133B Array
[HG-U133B] Affymetrix Human Genome U133B Array
[hGlue_3_0] Custom Affymetrix Human Transcriptome Array
Affymetrix Human Genome U219 Array
[HG-U133_Plus_2] Affymetrix Human Genome U133 Plus 2.0 Array
Sentrix Human-6 v2 Expression BeadChip
Affymetrix Human Gene 1.0 ST Array [transcript (gene) version]
Affymetrix Human Genome U133 Plus 2.0 Array
Affymetrix Human Genome U133A Array
Illumina HumanWG-6 v3.0 expression beadchip
Illumina HumanRef-8 v3.0 expression beadchip
Illumina human-6 v2.0 expression beadchip
Illumina HumanHT-12 V4.0 expression beadchip
Illumina humanRef-8 v2.0 expression beadchip
Sentrix Human-6 v2 Expression BeadChip"
Kevin Blighe thank you very much. This is very helpful. Additionally, we can see files directly from the
Platform
section ofNCBI GEO
: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GPL6102Then, merge probes common between expression (signal intensity) data and GPL file using
merge
function.merge(expr, GPL, by="Common ID", all=F)