How to compute P/A calls at gene-level probeset of Human Gene 1.0 ST Array
1
0
Entering edit mode
Yang Shi ▴ 10
@ea61ff7a
Last seen 10 months ago
Zheng Zhou

Dear communities,

I want to compute P/A calls at gene-level probesets so that it can be utilized for removing unexpressed probe after rma (target = core). As far as I'm concerned, oligo::paCalls can not handle this. There seems a package "xps" can fix that, which unfortunately could not be installed at Windows 64-bit. Is there some other methods could filter the unexpressed probes? Any advice would be appreciated!

eset <- oligo::rma(object = affyRaw, target = 'core')
xpa <- oligo::paCalls(object = affyRaw, method = 'PSDABG')
xpa <- oligo::paCalls(object = affyRaw, method = 'DABG')
pd.hugene.1.0.st.v1 oligo AffymetrixChip • 870 views
ADD COMMENT
2
Entering edit mode
@james-w-macdonald-5106
Last seen 1 day ago
United States

There is no method in oligo to do P/A calls at the transcript level. There are negative control probesets on the array that you could use to estimate the expression of an unexpressed probeset, but unfortunately the binding of an Affymetrix probe is very highly dependent on the GC content of the probe. You can fish out the antigenomic probes and plot the binding as a function of the GC content, and it's apparent from that plot that as the GC content goes up, the binding goes up rapidly as well, and once you hit maybe 50-60% GC content, you will get high binding even though there is nothing complementary in your sample.

Back when I analyzed these data, I almost never filtered. In my opinion it's too hard to do well, and even if you were able to do so, the gains are far outweighed by the work it took to do the filtering.

ADD COMMENT
0
Entering edit mode

Thanks for your advice sir! Although the probe can not be get like U219 (DBI::dbGetQuery(con, "select * from featureSet where man_fsetid LIKE 'AFFX%';")), I found the probe type in supp files in Affymetrix website (HuGene-1_0-st-v1.probe.tab). However, the GC content of antigenomic type (control->bgp->antigenomic) doesn't like U219 (AFFX-Nonspecific-GC..._at), shoul I calculate the GC? If so, the type of "AFFX-Nonspecific-GC03_at" means 3% percent GC content? Thanks so much sir! I just want to figure out the knowledge about microarray.

ADD REPLY

Login before adding your answer.

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