thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Incorrectly Named Property Arcs #461

Open everbeek opened 9 years ago

everbeek commented 9 years ago

The property relation: "http://data.bioontology.org/metadata/obo/part_of"

is loaded when I expand medial umbilical ligament in: http://127.0.0.1:8888/conceptPathToRoot.html?gwt.codesvr=127.0.0.1:9997&initial_vis=term_neighborhood&ontology_acronym=UBERON&full_concept_id=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FUBERON_0006591&restURLPrefix=data.bioontology.org

There is no label for it, so I must parse the id for the final section, in hopes that it works out as a label.

I have a case of treeView, and another of a property relation of part_of, while there is a regular part_of also defined. So abdomen gets connected thrice. I could conceivably set things up so that property relations that match the defaults get skipped. For the treeView one, I do not believe it is a relation in a useful sense, but I cannot identify a way to filter it out in the general case.