justMAS and mas5
1
0
Entering edit mode
@eitan-halper-stromberg-1310
Last seen 9.7 years ago
Hi, I am trying to speed up my mas5 processing by using justMAS on my affybatch. My AffyBatch is made of 8 chips and the cdf for these chips is hgu133a. I have tested justMAS by running it several times on this affybatch and I am obtaining different expression measure results even though I am doing the exact same command. My affybatch is called 'F' and an array of geneNames is called 'gn', and I type: > j<-justMAS(F) > j at exprs[gn=="1007_s_at"] 1007_s_at <na> <na> <na> <na> <na> <na> <na> 6.603113 6.171309 6.399581 6.171309 6.171309 6.171309 6.171309 6.036457 > i<-justMAS(F) > i at exprs[gn=="1007_s_at"] 1007_s_at <na> <na> <na> <na> <na> <na> <na> 6.603113 NaN 6.171309 5.482231 6.171309 5.438713 5.387300 7.311159 Does anybody know why I am getting this discrepancy? I am running the justMAS function from the simpleaffy library. On another note, it also appears that the mas5 function is giving me enigmatic results in the same fashion as just stated. -Eitan
hgu133a cdf simpleaffy hgu133a cdf simpleaffy • 1.1k views
ADD COMMENT
0
Entering edit mode
Crispin Miller ★ 1.1k
@crispin-miller-264
Last seen 9.7 years ago
Hi, I've just had a look at this... I think you probably want a comma after "1007_s_at"; exprs is a 2D matrix: Try: exprs(j)[gn=="1007_s_at",] ^ | Note the comma (exprs(j) should give you the same things as j at exprs) I get the same results when I call justMAS more than once (trying to duplicate your example). If you're still having problems let me know - but with more details (what version of R, what version of simpleaffy, what machine you're running it on etc...). Hope that helps, Cheers, Crispin -----Original Message----- From: bioconductor-bounces@stat.math.ethz.ch [mailto:bioconductor-bounces at stat.math.ethz.ch] On Behalf Of Eitan Halper-Stromberg Sent: 24 June 2005 22:41 To: bioconductor at stat.math.ethz.ch Subject: [BioC] justMAS and mas5 Hi, I am trying to speed up my mas5 processing by using justMAS on my affybatch. My AffyBatch is made of 8 chips and the cdf for these chips is hgu133a. I have tested justMAS by running it several times on this affybatch and I am obtaining different expression measure results even though I am doing the exact same command. My affybatch is called 'F' and an array of geneNames is called 'gn', and I type: > j<-justMAS(F) > j at exprs[gn=="1007_s_at"] 1007_s_at <na> <na> <na> <na> <na> <na> <na> 6.603113 6.171309 6.399581 6.171309 6.171309 6.171309 6.171309 6.036457 > i<-justMAS(F) > i at exprs[gn=="1007_s_at"] 1007_s_at <na> <na> <na> <na> <na> <na> <na> 6.603113 NaN 6.171309 5.482231 6.171309 5.438713 5.387300 7.311159 Does anybody know why I am getting this discrepancy? I am running the justMAS function from the simpleaffy library. On another note, it also appears that the mas5 function is giving me enigmatic results in the same fashion as just stated. -Eitan _______________________________________________ Bioconductor mailing list Bioconductor at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor -------------------------------------------------------- This email is confidential and intended solely for the use o...{{dropped}}
ADD COMMENT

Login before adding your answer.

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