Difference between revisions of "R Portal"

From BiGGrid Wiki
Jump to navigation Jump to search
(→‎The BiG Grid R portal: move to new server, update addresses)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''LGI Pilot Job Wiki'''
+
==The BiG Grid R portal==
  
The LGI Pilot Job service is based on the [http://gliteui.wks.gorlaeus.net/LGI/ Leiden Grid Infrastructure Project server].
+
[[File:Rlogo.jpg|right]]
  
Currently the LGI Pilot Job server is deployed for an [https://brokkenpiloot.nikhef.nl/LGIportal/ R Portal], together with the [[LGI/Rlgi|Rlgi module]] for R.
+
To make using the grid easier, we're working a portal for users of the statistical [http://www.r-project.org/ programming language R]. It's a web interface for your jobs, and a module for R. Plus some tools and language bindings to interact with the jobs.
  
For more information, see: [http://www.nikhef.nl/pub/projects/grid/gridwiki/index.php/LGI_Pilotjob_Framework LGI Pilotjob Framework]
+
As a bonus, you can also use it to run R on a [http://sara.nl/systems/gpu-cluster GPU cluster].
  
We are working on username/password authentication and single signon [[LGI/Authentication|authentication]] as well.
+
The R portal is not a production service yet. We're currently looking for R users who want to help us to make it work smoothly in a real-world setting. If you're interested, please [mailto:wvengen+lgi@nikhef.nl drop me a mail].
 +
 
 +
'''Note''' at this moment the LGI service is temporarily down because of hardware issues. We're sorry for the inconvenience and are working to get it back.
 +
 
 +
* [https://koepoort.biggrid.nl/LGIportal/ Visit the R portal] ''(contact [mailto:wvengen+lgi@nikhef.nl wvengen+lgi@nikhef.nl] for an account)''
 +
* read more about the [[LGI/Rlgi|Rlgi module]] for R.
 +
* [http://www.nikhef.nl/~wvengen/pubs/20120217-bioassist_meeting.pdf Slides] of the R portal presentation at the [https://wiki.nbic.nl/index.php/BioAssist BioAssist] [https://wiki.nbic.nl/index.php/Agenda_BioAssist_Programmers_Meeting_2012/2/17 meeting] of Feb, 2012.
 +
 
 +
== What's inside ==
 +
 
 +
The system is based on the Leiden Grid Intrastructure (LGI). It interacts with the grid using pilotjobs ([http://www.nikhef.nl/pub/projects/grid/gridwiki/index.php/LGI_Pilotjob_Framework read more]).
 +
 
 +
* [https://github.com/wvengen/LGI/wiki Leiden Grid Infrastructure]([http://gliteui.wks.gorlaeus.net/LGI/ original source]), including a number of tools
 +
* [https://github.com/wvengen/lgipilot/ lgipilot] pilotjob manager
 +
* [https://github.com/wvengen/LGIportal/ LGIportal] web portal
 +
 
 +
On the grid, R 2.11 and 2.12 are available; the gpu cluster has versions 2.12 and 2.13.
 +
 
 +
Packages installed on the grid: <tt>affy affydata affyio affyPLM affyQCReport annaffy annotate base biomaRt bitops boot class cluster codetools datasets foreign gcrma genefilter geneplotter graphics grDevices grid hgu95av2.db IRanges KEGG.db KernSmooth lattice limma marray MASS Matrix methods mgcv multtest nlme nnet org.Hs.eg.db preprocessCore RColorBrewer RCurl Rlgi rpart RSQLite simpleaffy spatial splines stats stats4 survival tcltk tools utils vsn XML xtable</tt><br/>
 +
Packages on the GPU cluster: <tt>base bitops boot class cluster codetools datasets foreign graphics grDevices grid KernSmooth lattice MASS Matrix methods mgcv nlme nnet Rcpp rgpu rgputools rpart snow spatial splines stats stats4 survival tcltk tools utils XML</tt> <i>(pending: <tt>RCurl Rlgi</tt>)<br/>
 +
(you can still use <tt>[http://cran.r-project.org/doc/manuals/R-admin.html#installing-packages install.packages()]</tt> to install extra packages right now)

Latest revision as of 15:15, 19 July 2012

The BiG Grid R portal

Rlogo.jpg

To make using the grid easier, we're working a portal for users of the statistical programming language R. It's a web interface for your jobs, and a module for R. Plus some tools and language bindings to interact with the jobs.

As a bonus, you can also use it to run R on a GPU cluster.

The R portal is not a production service yet. We're currently looking for R users who want to help us to make it work smoothly in a real-world setting. If you're interested, please drop me a mail.

Note at this moment the LGI service is temporarily down because of hardware issues. We're sorry for the inconvenience and are working to get it back.

What's inside

The system is based on the Leiden Grid Intrastructure (LGI). It interacts with the grid using pilotjobs (read more).

On the grid, R 2.11 and 2.12 are available; the gpu cluster has versions 2.12 and 2.13.

Packages installed on the grid: affy affydata affyio affyPLM affyQCReport annaffy annotate base biomaRt bitops boot class cluster codetools datasets foreign gcrma genefilter geneplotter graphics grDevices grid hgu95av2.db IRanges KEGG.db KernSmooth lattice limma marray MASS Matrix methods mgcv multtest nlme nnet org.Hs.eg.db preprocessCore RColorBrewer RCurl Rlgi rpart RSQLite simpleaffy spatial splines stats stats4 survival tcltk tools utils vsn XML xtable
Packages on the GPU cluster: base bitops boot class cluster codetools datasets foreign graphics grDevices grid KernSmooth lattice MASS Matrix methods mgcv nlme nnet Rcpp rgpu rgputools rpart snow spatial splines stats stats4 survival tcltk tools utils XML (pending: RCurl Rlgi)
(you can still use install.packages() to install extra packages right now)