[Rpy] rpy2 vector length limitation?

2009-04-09 Thread Joel Neilson
Hi all Newbie question. I've generated a very simple script to process gene expression data from mysql output. One of the things I'm trying to do is feed vectors that I generate in this script into a wilcoxon test through rpy2, and collecting the p value as output. Some of the vectors are

Re: [Rpy] rpy2 vector length limitation? - workaround

2009-04-04 Thread Joel Neilson
I am not certain of what you mean by "extracting the > required object directly from the address rather than first > converting the address to a string". > > Self-contained examples often constitute a very efficient way to > demonstrate the problem when requesting help fro

[Rpy] rpy2 vector length limitation? - workaround

2009-04-02 Thread Joel Neilson
although i still don't understand what's happening and why, this problem went away if i extracted the required object directly from the address rather than first converting the address to a string or list and then indexing out what i wanted. i'm new to both python and computer science in gen

[Rpy] rpy2 vector length limitation?

2009-04-02 Thread Joel Neilson
Hi all newbie question. I've generated a very simple script to process gene expression data from mysql output. One of the things I'm trying to do is feed about 17000 vectors that I generate in this script into a wilcoxon test through rpy2, and collecting the p value as output. Some of the