This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Computing Expression From Affymetrix Exon Array Data

Hi, I have downloaded the Affymetrix Exon Array data from ENCODE. I wanted to calculate the expression of genes from this data. I extracted the exon start and end sites of each gene from ENSEMBLE. And whenever I find an overlap between the exon region of my gene and the regions on Affymetrix Exon Array data, I regard it as the expression observed. In the end I average what I see and consider it as the expression.

It is biologically correct to do it? for example, if two exons of the a gene overlap the same region, should I count it twice?

thanks.

affymetrix expression exon

1 answer

Don't do this from scratch; there are tools available to make this kind of analysis quite easy. See, for example, the oligo package in R/Bioconductor or Affymetrix own power tools software.

Most people take the median of probesets to summarize expression of exons to gene level.

The files that you should be downloading, in order to use Bioconductor tools most effectively, are the raw data - those files that end in "CEL.gz".

Thanks Neil, but the CEL files are only provided for limited number of cell lines. And I want to computed the expression for most of the available cell lines.

Log in to answer this question.