Finding Sentrix ID in HM450K arrays
1
0
Entering edit mode
5 days ago
Betul • 0

Hello everyone, I downloaded a methylarray dataset from GEO but unfortunately it doesn't contain Sentrix ID. I checked the .idat file but there is only sentrix position info but not ID. I tried to person who uploads the dataset but the email address in not valid anymore. How can you figure out these kind of problems? Thanks in advance

Methylarray • 503 views
ADD COMMENT
0
Entering edit mode

can you share the GEO ID ?

ADD REPLY
0
Entering edit mode
13 hours ago
##Using R, illuminaio from Bioconductor     

library(illuminaio)
temp.idat <- readIDAT(file = "200379120087_R02C02_Grn.idat")
temp.idat$Barcode
[1] "200379120087"
temp.idat$Unknowns$MostlyA
[1] "R02C02"
ADD COMMENT

Login before adding your answer.

Traffic: 4471 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