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
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
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
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