User Story #1650 (new)
(Re)add RoiRoiLink or similar mechanism (also ImageImageLink)
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | Unscheduled |
| Component: | Model | Keywords: | ImageImageLink, Annotations |
| Cc: | dzmacdonald, jburel, wmoore | Story Points: | n.a. |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description (last modified by wmoore) (diff)
Linking Objects
There is a requirement from the users that there should be a mechanism to link images to other images, roi to roi and roi to images. This mechanism should also allow some logic to be placed on the link describing the relationship between objects. The relationship should have a qualifier defining what created that relationship.
As a first draft the relationships will be defined by a predicate, a list of the initial predicates are:
- Associate
- Aggregate
- Compose
- Derive
The link should also have a namespace associated with it, describing the operation creating the relationship.
For instance an image that was created using delta vision deconvolution algorithm should look like:
Derive [image A, image B] ns:/ANALYSIS/DELTAVISION/DECONVOLUTION
This will require the creation of 3 tables: imageImageLink roiImageLink roiRoiLink
Additional examples of RDF-type relationships between "images" (3D volumes or EM maps) http://www.ebi.ac.uk/~best/emdb/341/rich_submission_schema.html, including transformation matrices as link attributes for mapping one image/map onto another.
Another use case of Image - Image (or Image - ROI links) for correlative EM - EM Figure from this Article
Notes:
- namespace on the link
- unidirectional
References
| Referenced by: | |||
|---|---|---|---|
|