Page MenuHomec4science

Analyse data using R (statistical package)
Updated 1,161 Days AgoPublic

Version 2 of 7: You are viewing an older version of this document, as it appeared on Feb 22 2021, 09:42.

Installing and using romero.gateway package in RStudio

Windows

This example uses Windows 10, other Windows version should be similar.

  • Install a JDK, for example AdoptOpenJDK. Make sure to tick the checkbox to set the JAVA_HOME and PATH environment variables during the installation.
  • In Rstudio, go to Tools > Install Packages...
  • Install the dependencies httr, jpeg and rJava from CRAN:

  • Download the latest romero.gateway release zip from Github and install it:

Analyze OMERO data using R

You can see examples on how to connect to OMERO with R with this jupyter notebook:
https://mybinder.org/v2/gh/ome/omero-guide-r/master?filepath=notebooks/idr0021_Segmentation.ipynb

This notebook uses the EBImage package. If you don't have it, you can download it from here.

Last Author
stoffel
Last Edited
Feb 22 2021, 09:42

Event Timeline

stoffel created this document.Feb 22 2021, 09:37
stoffel edited the content of this document. (Show Details)
stoffel edited the content of this document. (Show Details)Feb 22 2021, 09:42
stoffel edited the content of this document. (Show Details)Feb 22 2021, 09:45
stoffel edited the content of this document. (Show Details)
stoffel edited the content of this document. (Show Details)Feb 22 2021, 09:50
stoffel published a new version of this document.Feb 22 2021, 09:57
stoffel changed the title from Analyse data using R (statistical package) to Analyze data using R (statistical package).Feb 22 2021, 10:28
dornier edited the content of this document. (Show Details)Aug 5 2022, 14:34