Illumina SNP microarray process
1
0
Entering edit mode
9.5 years ago
hntiger1688 ▴ 30

Hi, everyone.

Previously, I was major in RNA microarray analysis.

However, It is my first time to analysis the SNP microarray data.

I downloaded the SNP microarray from GEO the GEO accession ID is GSE43406.

The SNP microarray platform is Illumina Human1Mv1 DNA Analysis BeadChip

I want to get the RSID and genotype of each SNP.

I would be really appreciate to anyone who give me help!

Thanks!

R SNP • 2.9k views
ADD COMMENT
0
Entering edit mode
9.5 years ago
Sam ★ 4.7k

I am not sure if it is the same, but this is the code I use for expression microarray to extract the ids:

gpl=getGEO("GPL1261", destdir=".") //Select the appropriate platform here and replace the GPL1261
id2Name=Table(gpl)[,c(1,11)] //You will want to colnames(Table(gpl)) to get the RSID, I think mine is for the gene name
ADD COMMENT
0
Entering edit mode

Thanks for your help!

Yeah, I have tried this but I takes long time to get the Data.

ADD REPLY

Login before adding your answer.

Traffic: 2523 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6