duplicate genes in Affy arrays
1
0
Entering edit mode
@jsvstatohio-stateedu-1389
Last seen 9.6 years ago
Is there any general procedure for handling duplicate genes in Affy arrays? For example, for the hu6800 array which has 7129 probe sets, there are 869 genes that are represented by more than one probe set, with one gene (ACTB) being represented by 9 probe sets. g.symbols=aafSymbol(X.gnames,"hu6800") ug.symbols <- unlist(g.symbols) length(ug.symbols) #6980 (7129-6980 = 149 with no symbols) symbol.usage <- table(ug.symbols) sum(symbol.usage>1) # 869 max(symbol.usage) #9 Ignoring this would seem to invalidate a number of multiple comparison procedures. Is it reasonable to average probe set expression levels for the same gene? Are there any "pre-processing" routines that address this issue? The flip side of this question is "Do probe sets with the same gene symbol really specify the same gene? Does it matter which annotational method is used to name genes?"
hu6800 probe hu6800 probe • 881 views
ADD COMMENT
0
Entering edit mode
@suresh-gopalan-932
Last seen 9.6 years ago
Hi I don't know if there is a consensus on this issue yet. When I did dealt with this to do some categorial over representation analysis, I used the 3' most probeset www.pnas.org/cgi/doi/10.1073/pnas.0501211102) There are pitfalls to this approach also, though biologically sound. The other approach I have seen implemented in one software is to use the probeset with highest expression. As to the last question, it depends. Based on published articles using whole genome tiling arrays and listening to the current interpretation, the answer could be tricky. Suresh Suresh Gopalan, Ph.D. ----- Original Message ----- From: <jsv@stat.ohio-state.edu> To: <bioconductor at="" stat.math.ethz.ch=""> Sent: Thursday, August 18, 2005 7:50 AM Subject: [BioC] duplicate genes in Affy arrays > Is there any general procedure for handling duplicate genes in Affy > arrays? > > For example, for the hu6800 array which has 7129 probe sets, > there are 869 genes that are represented by more than one probe set, > with one gene (ACTB) being represented by 9 probe sets. > > g.symbols=aafSymbol(X.gnames,"hu6800") > ug.symbols <- unlist(g.symbols) > length(ug.symbols) #6980 (7129-6980 = 149 with no symbols) > symbol.usage <- table(ug.symbols) > sum(symbol.usage>1) # 869 > max(symbol.usage) #9 > > Ignoring this would seem to invalidate a number of multiple comparison > procedures. Is it reasonable to average probe set expression levels for > the same gene? Are there any "pre-processing" routines that address this > issue? > > The flip side of this question is "Do probe sets with the same gene symbol > really specify the same gene? Does it matter which annotational method is > used to name genes?" > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT

Login before adding your answer.

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