Microarray Probe id Annotation
1
0
Entering edit mode
9.4 years ago
anur89 • 0

During annotation of microarray data if same probe id represents multiple genes which one should be considered or as more significant?

e.g

Agilent probe id: A_32_P101313

Bioconductor package used : hgug4111a.db

Using Bioconductor I have got the following genenames for the same probe ID

  1. PTPLAD2 : protein tyrosine phosphatase-like A domain containing 2
  2. focadhesin FOCAD
microarray • 4.6k views
ADD COMMENT
0
Entering edit mode

You need to show the code which led to this result. According to the GEO entries for this platform (GPL886 and GPL7263), that probe ID maps only to PTPLAD2.

ADD REPLY
0
Entering edit mode

In R using the the library hgug4111a.db

> library(hgug4111a.db)

> probeset<-c("A_32_P101313")
> probes.anno <- select(hgug4111a.db, keys=probeset, columns=c("GENENAME", "SYMBOL"), keytype="PROBEID")

> print(probes.anno)
       PROBEID                                                GENENAME  SYMBOL
1 A_32_P101313 protein tyrosine phosphatase-like A domain containing 2 PTPLAD2
2 A_32_P101313                                              focadhesin   FOCAD
ADD REPLY
0
Entering edit mode
9.4 years ago
seidel 11k

The FOCAD and PTPLAD2 genes are next to each other (but on opposite strands). Your best bet is to take the probe sequence and BLAT it to the genome (very easily done with the UCSC genome browser). Then you can inspect and investigate why or if it really is complementary to two specific genes. If it matches both genes identically, then the answer to your question: "if same probe id represents multiple genes which one should be considered or as more significant?" is that the genes are indistinguishable, and you'll have to do a different/better experiment to tell them apart.

ADD COMMENT

Login before adding your answer.

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