Sign inSign up

snoopycrimecop/training-notebooks

By snoopycrimecop

Updated about 5 years ago

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

Image
1

3.6K

snoopycrimecop/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.5.x.

To start the image in Jupyter:

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

To start the image in Jupyterlab:

$ docker run -it  -p 8888:8888 -e JUPYTER_ENABLE_LAB=true 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.

The notebooks have now been copied to other repositories as specified below. The new repositories give the possiblity to run these notebooks using BinderHub. The notebooks in this repository which were copied will be deleted later:

Tag summary

Content type

Image

Digest

Size

4.1 GB

Last updated

about 7 years ago

docker pull snoopycrimecop/training-notebooks