Skip to content

Add pub query #367

@dosumis

Description

@dosumis

3 sources of pubs:

  1. 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
  1. NLP
MATCH p=()-[r:has_reference]->() WHERE r.typ = ['nlp'] RETURN p LIMIT 25
  1. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions