Issues about how to use rma and paCalls to filter probe sets together
0
0
Entering edit mode
张超 ▴ 50
@-6595
Last seen 9.6 years ago
Hi, all lists, I want to use paCalls to filter oligo eset from MoEx-1_0-st-v1 preprocessed by rma. I can use these two functions to filter the data at probe set level as below, > eset<-rma(OligoRawData,target='probeset') > dagbPS <- paCalls(OligoRawData, "PSDABG") > expr_rm_absent<-exprs(eset)[rowSums(dagbPS < 0.05) > N, ] But someones said that they wouldn't use rma(target = "probeset") for the Gene ST arrays, because tons of the probesets only have one probe at that summarization level. And the only other way to use psCalls with parameter "DABG" for oligo data at probe level. So my question is how to generate probe level eset by rma, or is there some other ways to make paCalls and rma cooperate with each other to process data at "non-probe set" level? In other words, if rma(target = "core") is used, how to use paCalls, and if paCalls("DABG") is used, how to use rma to cooperate with it? In addition, how to determine the proper value of N in the third commands listed above (expr_rm_absent<-exprs(eset)[rowSums(dagbPS < 0.05) > N, ]), and why? Looking forward to your reply. Many thanks in advance. Best regards. Chao [[alternative HTML version deleted]]
probe PROcess oligo probe PROcess oligo • 1.2k views
ADD COMMENT

Login before adding your answer.

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