On 01/10/2013 06:56 PM, Laurent Gautier wrote:
> dots ('.') are not valid symbol name in Python.
> http://rpy.sourceforge.net/rpy2/doc-dev/html/robjects_functions.html?highlight=dot#functions
>
Ah, many thanks! :)
// Samuel
--
Developer at SNIC-UPPMAX www.uppmax.uu.se
Developer at Dept of Pha
Hi,
I'm tryint to do a "pypher" calculation from my python script, for some
gene expression stuff.
In R, I would call it like this:
phyper(q, m, n, k, lower.tail=FALSE, log.p=FALSE)
How do I format the two last parameters, in python?
The four first ones seems simple:
p = r.phyper(q, m, n, k)