[BioC] Bioconductor, PHP, and R

Dan Tenenbaum dtenenba at fhcrc.org
Mon Nov 7 20:00:14 CET 2011


On Mon, Nov 7, 2011 at 10:57 AM, hussein bazzi [guest]
<guest at bioconductor.org> wrote:
>
> I'm calling some R script in php and it works fine. However when I call an R script that is using a bio-conductor package the script doesn't run. Specifically I have the following script which works perfectly fine in R but when I call it from php it doesn't. Note that when I call a script that doesn't use the bio-conductor package it works fine.
>
> library(gcrma) //It stops before it hits the first line
> print("b")
> Data <- ReadAffy()
> eset <- rma(Data)
> write.exprs(eset, file="NormalizedDate.txt")
>
>
>
>  -- output of sessionInfo():
>
> This is my input:
>
>
> library(gcrma) //It stops before it hits the first line
> print("b")
> Data <- ReadAffy()
> eset <- rma(Data)
> write.exprs(eset, file="NormalizedDate.txt")
>
>

What user is your web server (presumably apache) running as?
Does that user have the gcrma package installed?

Dan


>
> --
> Sent via the guest posting facility at bioconductor.org.
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
>



More information about the Bioconductor mailing list