Code Monkey home page Code Monkey logo

mobie-cmd's Introduction

MoBIE

MultiModal Big Image Data Sharing and Exploration

MoBIE is a framework for sharing and exploring large multi-modal image datasets. Example projects:

Examples videos

MoBIE software

For now, we provide two software tools to explore and generate MoBIE projects:

Tutorials

Tutorials for using MoBIE are available at http://mobie.github.io/, and installation instructions here

Data storage

To be accessible via MoBIE tools, your data needs to be organized as a project. One project can contain several datasets.

See the folder /data in this repository for an example project. It uses a small subset of the data from the PlatyBrowser.

Project layout

A project consists of a root folder with the file datasets.json that lists the available datasets and the datasets, each stored in a separate subfolder.

+datasets.json
+dataset1/
+dataset2/

Dataset layout

A dataset folder is structured as follows:

+images/
|  +--images.json
|  +--local/
|  +--remote/
+misc/
|  +--bookmarks
+tables/
+README.txt

with the following elements:

  • images/images.json lists the avaialable image data and stores their display options
  • images/local contains the metadata for image data stored locally, in bdv.xml data format
  • images/remote contains the metadata for image data stored remotely (s3 compatible cloud store) in bdv.xml data format
  • misc contains miscellaneous data
  • misc/bookmarks contains the bookmarks, stored as json files
  • tables contains tabular data associated with image segmentation data
  • README.txt gives a description of this dataset (optional)

images

MoBIE uses the BigDataViewer file format to represent image data, either stored locally or on a s3 object store:

The file images.json lists all image data that is available for a dataset. Currently, we support three different types of image data:

  • image: greyscale image data
  • segmentation: segmentaiton image data, where each segment is assigned a unique id; supports tables
  • mask: binary mask

misc/bookmarks

The bookmark folder must contain a file default.json that gives the bookmark for the initial view when opening the dataset. It may contain additional bookmarks stored as json.

tables

Tables are stored as tab separated values and can be read from the filesystem or git. For each segmentation with associated tables, the tables are stored in tables/<IMAGE-NAME>/. This folder must contain a table called default.csv, it can contain additional tables. All tables must contain the column label_id linking its rows to objects in the segmentation.

Contributors & Citation

MoBIE is primarily deveopled by Christian Tischer (@tischi), Kimberly Meechan (@K-Meech) and Constantin Pape (@constantinpape). It has been initially developed for the PlatyBrowser but has since grown in scope. In addition, Hernando Martinez Vergara (@HernandoMV), Martin Schorb (@martinschorb) and Valentyna Zinchenko (@vzinche) have contributed to the development.

If you use MoBIE for your research, please cite Whole-body integration of gene expression and single-cell morphology.

mobie-cmd's People

Contributors

axtimwalde avatar cmhulbert avatar hanslovsky avatar k-dominik avatar martinschorb avatar tischi avatar

Watchers

 avatar  avatar  avatar

Forkers

k-dominik

mobie-cmd's Issues

`mobie hcs` seems to fail - currenlty

$ mobie hcs
Exception in thread "main" picocli.CommandLine$DuplicateOptionAnnotationsException: Option name '-h' is used by both field boolean picocli.CommandLine$AutoHelpMixin.helpRequested and field String org.embl.mobie.cmd.HCSCmd.hcs
	at picocli.CommandLine$DuplicateOptionAnnotationsException.create(CommandLine.java:16718)
	at picocli.CommandLine$DuplicateOptionAnnotationsException.access$2000(CommandLine.java:16712)
	at picocli.CommandLine$Model$CommandSpec.addOption(CommandLine.java:6081)
	at picocli.CommandLine$Model$CommandSpec.addMixin(CommandLine.java:6337)
	at picocli.CommandLine$Model$CommandSpec.mixinStandardHelpOptions(CommandLine.java:6621)
	at picocli.CommandLine$Model$CommandReflection.extractCommandSpec(CommandLine.java:10607)
	at picocli.CommandLine$Model$CommandSpec.forAnnotatedObject(CommandLine.java:5765)
	at picocli.CommandLine.<init>(CommandLine.java:223)
	at picocli.CommandLine.<init>(CommandLine.java:196)
	at org.embl.mobie.cmd.HCSCmd.main(HCSCmd.java:77)

installation failed due to jdk error

@k-dominik hast du ne Idee?

> mamba install mobie

Looking for: ['mobie']

conda-forge/noarch                                  11.0MB @   4.2MB/s  3.4s
conda-forge/osx-64                                  26.6MB @   3.8MB/s  9.1s

Pinned packages:
  - python 3.10.*


Could not solve for environment specs
Encountered problems while solving:
  - package mobie-3.0.12-pyh1a96a4e_0 requires openjdk 8.*, but none of the providers can be installed

The environment can't be solved, aborting the operation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.