select probe pairs for expression index
1
0
Entering edit mode
@sek-won-kong-md-246
Last seen 11.2 years ago
Hi, Bioconductor For affy package, is it possible to calculate expression index with part of probe pairs? For example, I want to focus on probe pairs # 5 - 16 instead of #1 -16 and discard the informations from first four probe pairs. Thanks! -SW [[alternate HTML version deleted]]
probe affy probe affy • 833 views
ADD COMMENT
0
Entering edit mode
@rafael-a-irizarry-205
Last seen 11.2 years ago
yes its possible. the easiest way is to create a new cdf environmet that excludes these. some details: 1 - the hash tables in the cdf environmets contain a J x 2 matrix with the PMs locations in the exprs slot matrix in the first column and the MMs in the second. J is the number of probes (typically 16 in the hgu95a chip) 2- the order in which they appear are the given by "probe number". so all you do is take out the first 5 entries. 3- the cdfName slot in AffyBatch tells the affy package where to find the PM and MM information. once you define the new cdf package or environment you stick the name of the environmnet or package in the cdfName slot. 4- normalization and bg correction will only be done on these probes Leslie Cope (cc-ed) and I are actually working on somehting similar. We will soon have software that automatically does this. rafael On Thu, 4 Apr 2002, Sek Won Kong, M.D wrote: > Hi, Bioconductor > For affy package, is it possible to calculate expression index with part of probe pairs? > For example, I want to focus on probe pairs # 5 - 16 instead of #1 -16 and discard the informations from first four probe pairs. > Thanks! > -SW > > [[alternate HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT

Login before adding your answer.

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