monarch-initiative / owlsim-v3

Ontology Based Profile Matching
16 stars 5 forks source link

Add compare attribute sets to REST service layer #32

Closed kshefchek closed 7 years ago

kshefchek commented 7 years ago

Compare two profiles, for example: compare/{matcher}?referenceIDs=foo&referenceNegated=bar&queryIDs=baz...

cmungall commented 7 years ago

Example (follow instructions in README to start with this test database)

http://localhost:8080/api/match/phenodigm?id=http://x.org/bone-morphology&targetClassId=http://x.org/brain-size&targetClassId=http://x.org/inc-femur-length
cmungall commented 7 years ago

Note: negated target class Ids not done. Open if you want this done