Sign inSign up

openmicroscopy/training-notebooks

By openmicroscopy

Updated over 6 years ago

A set of Notebooks to demonstrate how to access the images and metadata from OMERO

Image
Languages & frameworks
Machine learning & AI
Data science
1

2.1K

openmicroscopy/training-notebooks repository overview

training-notebooks

A set of Notebooks to demonstrate how to access the images and metadata from OMERO.

To build the image run, in this repository:

$ docker build -t training-notebooks .

The image contains the dependencies required to connect to OMERO 5.4.x.

To start the image:

$ docker run -it  -p 8888:8888 training-notebooks

To update a notebook while this is running: In another terminal, get the container ID and copy a notebook e.g. idr0002.ipynb

$ docker ps
$ docker cp CellProfiler/idr0002.ipynb <container_id>:/home/jovyan/notebooks/CellProfiler/idr0002.ipynb

Now refresh the notebook in the browser.

To restart a container and get the URL to open in your browser:

$ docker restart <container_id>
$ docker logs <container_id>

The notebooks in this repository are meant to exemplify how to access data in OMERO.

NotebookLangDescription
OMERO examplePyShows how to connect to OMERO and read data.
Calculate SharpnessPyCalculates sharpness of images and generates heatmaps.
Illumination CorrectionPyCorrect the selected image.
R-OMERO exampleRShows how to connect to OMERO and manipulate data using R.
idr0021 ROIsRRead OMERO.table data, performs some basic statistics on it and create a plot.
Statistics Fruit FlyPyProcess Images stored in OMERO using CellProfiler.
idr0002PyProcess a plate from idr0002 using CellProfiler.
SimpleFRAPPyProcess a dataset measuring the intensity in a named Channel within a ROI.

Tag summary

Content type

Image

Digest

Size

5.5 GB

Last updated

over 6 years ago

docker pull openmicroscopy/training-notebooks