Skip to main content

Study Nodes

Study nodes wrap GWAS-style metadata fetched from OpenTargets. The current implementation focuses on exposing the study identifier and provenance so downstream tooling can consume the catalogue entry.

Metadata Shell

  • The node shell renders the title as Study <study_id> using the incoming _id for both the identifier and display identifier.
  • There are no study-specific summary chips or external-link entries defined yet; the shell currently only shows the display name.
  • Studies appear when traversing related tables (for example, from disease or variant associations) because a direct fetcher is still under development.

Data Availability

  • There is no dedicated Study view component or page data content; the node currently only serializes the raw study payload.
  • Direct fetch (StudyNode.get) and adjacency lookups (StudyNode.getAdjacent) are stubbed and return null, signalling that graph edges will surface in a future iteration.

External Sources

  • Attribution uses the “Study metadata” entry, describing study-level traits and summary statistics sourced from OpenTargets’ GWAS studies catalog.