monarch-initiative / monarch-legacy

Monarch web application and API
BSD 3-Clause "New" or "Revised" License
42 stars 37 forks source link

Add model type to models tab #745

Open mellybelly opened 9 years ago

mellybelly commented 9 years ago

For example on the models tab of this diesase page: http://beta.monarchinitiative.org/disease/OMIM:253250 you can't tell that these are actually cell lines. It would be great to have a high level model typing, such as "model organism" "cell line" and maybe later, "biospecimen" or "xenograft"

Then, we also need some kind of "i" button that can be a hover over for description of each model (as these can be lengthy).

cmungall commented 9 years ago

Added object_category to view but this doesn't really help you much, you want the specific type.

A generic solution would be to have a type field for all objects. The semantics of 'type' aren't always straightforward though. For an individual it would be the rdf type. For a class, typically the superclass, but this can be unusual.

Another possibility is to introduce a subcategory concept

nlwashington commented 9 years ago

Well, in the models case, I think we want two different things:

  1. the RDF:type that it is, which is a ERO:cell_line_reagent (but maybe not in this load, but is ready)
  2. the derived_from link, which is a CL:fibroblast
kshefchek commented 9 years ago

Will need to punt on this unless it's in either SciGraph or GOlr.

jmcmurry commented 8 years ago

@kshefchek any chance this is now in SciGraph or Golr?