Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.
/ plot Public archive

a webapp for plotting graphs from annotations in OMERO

Notifications You must be signed in to change notification settings

drmatthews/plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plot

This is a web app which allows users to parse and make graphs from data stored as annotations in an OMERO server.

This makes use of the plot.ly Javascript and Python APIs to plot data in the webpage and to export an image of the generated graph back to OMERO. If the user has a plot.ly account they can export and edit the graph with plot.ly, enabling saving and sharing with colleagues.

To install this app:

  1. Put the app in a location on your local file system which is on the PYTHONPATH
  2. Make the app available in OMERO.web by running: $ bin/omero config append omero.web.apps '"plot"'
  3. Stop and stop OMERO.web: $ bin/omero web start $ bin/omero web stop

Note:

In order to use the plot.ly Python API you are required to have an API_KEY. You should sign up for plot.ly (free) to get this key. Your USERNAME and API_KEY should then be copied into settings.py.

About

a webapp for plotting graphs from annotations in OMERO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published