Skip to content
Chris Tabone edited this page Jul 28, 2017 · 8 revisions

AGR Neo4j Schema

Formatting

  • Node class names follow camel case with uppercase first letter (e.g. SecondaryIds). If the term is an abbreviation, keep all abbreviated letters as uppercase (e.g. GOTerm).
  • Field names follow camel case with lowercase first letter (e.g. geneSynopsisUrl).
  • Relationship names use all capital letters (e.g. ASSOC).

Objects

  • Nodes
  • Relationships
  • Constraints
Clone this wiki locally