Finding Sentrix ID in HM450K arrays
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
• 1,505 views
•
link
1 answer
##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"
• 0 views
•
link
Log in to answer this question.
can you share the GEO ID ?