Well, after reviewing all the available options about 2 years ago, I
decided on the traditional perl option of opening up a pipe to R from
within perl and simply firing commands at it.

This worked for me because all I wanted to do was create images.  If you
want to get back the results of an analysis, say from topTable() in
limma, then you can write the results of that out to a temporary file
and read that in using perl.

All very cumbersome, but it works :-)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sean Davis
Sent: 10 May 2005 12:39
To: Tarun Kumar Singh
Cc: r-help@stat.math.ethz.ch
Subject: Re: [R] Running R from Perl program


A quick search of the archives (http://finzi.psych.upenn.edu/nmz.html) 
produces several hits.  Just one example:

http://finzi.psych.upenn.edu/R/Rhelp02a/archive/24327.html

Sean

On May 10, 2005, at 7:26 AM, Tarun Kumar Singh wrote:

> Hi all,
>
> Is it possoble to include an R function in a Perl program? I would 
> like to use
> the "limma" library for microarray analysis, and have no clue how this
> can be done.
>
> Thanks in Advance
> -Tarun
>
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to