Could not file any .CEL files associated with the "GSE27272" database in GEO
0
0
Entering edit mode
16 months ago
N • 0

I wanted to download and analyze the microarray data from GEO with the accession number GSE2727 however when I run the following code I could not find any .CEL files. So are there any alternative methods of analysis for these kinds of files?

getGEOSuppFiles("GSE27272")

C:/Users/admin/New_project/GSE27272/GSE27272_RAW.tar
C:/Users/admin/New_project/GSE27272/GSE27272_non-normalized_cord_blood.txt.gz
C:/Users/admin/New_project/GSE27272/GSE27272_non-normalized_maternal_blood.txt.gz
C:/Users/admin/New_project/GSE27272/GSE27272_non-normalized_placenta.txt.gz

 untar("GSE27272/GSE27272_RAW.tar", exdir = "/New_project")
 raw.data<- ReadAffy(celfile.path = "/New_project")

Error in AllButCelsForReadAffy(..., filenames = filenames, widget = widget, : No cel filennames specified and no cel files in specified directory:/New_project

And after checking all the directories I could not find any .cel files so can someone please help on how to interpret this?

Bioconductor microarray GEO R • 828 views
ADD COMMENT
0
Entering edit mode

It can well be that the "raw" data are not provided in that dataset. After all it is an Illumina array whereas CEL files are from Affymetric, so it seems you have to use what they provide in that supplement and go along with that.

ADD REPLY
0
Entering edit mode

yes exactly. So how do you suggest I analyze microarray data from illumina? Because so far all of the methodologies I found call for .CEL data to use in the limma package

ADD REPLY
0
Entering edit mode

You might be able to read in the data following the r script that can be found at this link: https://www.ncbi.nlm.nih.gov/geo/geo2r/?acc=GSE2727

ADD REPLY

Login before adding your answer.

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