forked from Robbie1977/VFB2-draft
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
3 sources of pubs:
- Curation of expression:
MATCH p=(n:Cell)<-[:INSTANCEOF]-()-[r:part_of]->()
OPTIONAL MATCH (pub:pub) where pub.short_form = r.pub
RETURN pub.label, n.label limit 100- NLP
MATCH p=()-[r:has_reference]->() WHERE r.typ = ['nlp'] RETURN p LIMIT 25- Ontology
MATCH p=()-[r:has_reference]->() WHERE r.typ = 'def' or r.typ = 'syn' RETURN p LIMIT 25
Query should combine all 3 sources and have a column to distinguish between them.
Query should be on site an on VFB_connect