Very odd error while using globaltest()
1
0
Entering edit mode
@tae-hoon-chung-783
Last seen 9.7 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20070329/ 3f9f9e0e/attachment.pl
• 606 views
ADD COMMENT
0
Entering edit mode
@oosting-j-path-412
Last seen 9.7 years ago
Could you please state the sessionInfo() output. I could not reproduce this problem in either R2.4 or R2.5 with their respective bioconductor and globaltest versions. In older versions of the globaltest there has been a problem with using numeric vectors as class variable. You could try it with a chararcter vector. The source code for globaltest is available from the bioconductor website, or when the package is loaded you can type 'globaltest' without any braces and see the sourcecode. Jan > Tae-Hoon Chung > Sent: vrijdag 30 maart 2007 2:12 > I?ve been trying to use globaltest() function whole day but > one problem kept coming up. I had a gene expression matrix > made using RMA and concatenated the whole matrix into a 54675 > x 23 dimensional matrix. And I prepared another sample class > vector with the size of 23. When I ran the globaltest() > function as follows, I?ve got a very odd error: > > ... > > sample.ok <- ... (a sample name vector with 23 elements) > n.norm <- 4 > > n.acc <- length(sample.ok) - n.norm cls <- c(rep(1, n.norm), rep(2, > > n.acc)) gt.grp <- globaltest(rma.mat[,sample.ok], cls) > Error in app[1, ] <- c(rep(TRUE, top), rep(FALSE, bottom)) : > number of items to replace is not a multiple of replacement length > > > > The R system keeps complaining with the same message but I > can?t figure out why. There was no way I could access the > source code of the globaltest so I don?t have any clue where > this error could have happened yet. Any ideas? > > Thank you very much > > Tae-Hoon Chung > > [[alternative HTML version deleted]] > >
ADD COMMENT

Login before adding your answer.

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