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')
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.