I’ve been working with microarray expression data from the Broad Connectivity Map, and of course decided to download raw data (to work with in R) over using their GUI. The raw data is in the form of “.CEL” files, which I believe are produced by the Affymetrix GeneChip System. What in the world? Basically, we can evaluate mRNA expression of thousands of genes at once, which are put on one of those cool chips. I’m not going to claim to know anything about the preparation of the DNA - that’s for the wet lab folk :). What is important to me is that this machine can scan the array, analyze the images, and spit out expression profiles For more details, here is the reference I was reading. For Affymetrix methods (implemented in Bioconductor), I will reference this document.

Instead of going through the pain of formatting code for this blog, I created an RMarkdown and published on RPubs.  So much easier!  Note that toward the end I filtered my data based on the affymetrix IDs that I had entrez IDs for (to submit to gene ontology (GO), and you of course don’t have to do this, and can cluster without filtering.

Analysis of Affymetrix .CEL Files




Suggested Citation:
Sochat, Vanessa. "Analysis of Affymetrix .CEL Files." @vsoch (blog), 17 Mar 2014, https://vsoch.github.io/2014/analysis-of-affymetrix-cel-files/ (accessed 16 Apr 24).