This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Could not file any .CEL files associated with the "GSE27272" database in GEO

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

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.

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

0 answers

No answers yet.

Log in to answer this question.