Microarray Differential Expression: Probe Ids To Genes
1
2
Entering edit mode
10.4 years ago

I have a differential gene expression experiment, and get out microarray probe IDs with p-values and fold changes.

I can map them to the Entrez Gene IDs using the standard annotation platforms or the Ensembl ID mapper. However, consider the following situation:

  • gene gA has got associated probes pA and pB
  • gene gB has got associated probes pB and pC
  • probes pA and pB show significant upregulation, pC no change

In this case, it is likely that gA is upregulated and gB is not. But if I, like is often the case, take the smallest p-value, I would assume that both gA and gB are upregulated.

So, my questions are:

  • how likely is it that such a situation occurs in a given DE experiment (vs., e.g. splice variants)?
  • are there tools that address this?
microarray identifiers mapping • 4.0k views
ADD COMMENT
0
Entering edit mode

May be this mapping issue can be resolved by calculating the sequence similarity between the genes and probes, ie gA with pA, pB and gB with pB,pC and mapping the best matching probe to gene (may be a reciprocal blast)

ADD REPLY
0
Entering edit mode

Which array is this? Some of the Affymetrix arrays have multiple summarization levels. So, you can choose to summarize over genes vs. exons vs. probes. If your array is one of those, then that might be the easiest route.

ADD REPLY
0
Entering edit mode

It's different but fairly standard arrays (including HG-U133A). Do you have a link for the different levels you are talking about?

ADD REPLY
0
Entering edit mode

The xps package in R/Bioconductor does that for some arrays. I've done that with Mouse Gene 1.0 ST Arrays, for example, and presume that the HG-U133A would be similarish (though checking would be a good idea!). Some of the commands have an "exonlevel" parameter, which toggles what subset of probes to actually pay attention to (and likely other parameters, I've never looked under the hood to see how it works). The downside to XPS is that it's somewhat annoying to use if you rarely do so. Hopefully someone else knows of a nicer solution!

ADD REPLY
1
Entering edit mode
10.4 years ago

Looks like dpryan79 has mostly addressed the question already, but I can add that I would typically consider one probe to be sufficient for differential expression (when multiple probes map to the same gene).

I would follow advice above if you see an interesting result in a probe that maps to multiple genes. That shouldn't be too common unless it is an accident - microarray probes should really be designed to focus on unique regions, whenever possible. However, I've found that the annotations on the Affy probes (like "s") are not always accurate when I do my own mapping (both in terms of being more or less unique than expected from Affy report). So, it does occasionally happen. I would also add that you can get probe information from NetAffx (registration is free but required):

http://www.affymetrix.com/analysis/index.affx

ADD COMMENT

Login before adding your answer.

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