Last updated
Was this helpful?
Two ways to query the knowledge graph, documented here.
Public KG API — a GraphQL read API. Read-only by construction: there is no Mutation and no Subscription, and every result carries its provenance. It returns data and evidence only; scoring, ranking, and analysis live in the workflow tier.
CLI — Lattice, a command-line client over the same surface. Every command prints a machine-readable JSON payload, and every payload carries a result_id you can pass to a later command to compose without recomputing.
Eos — the analysis platform: NGS and multi-omics analysis, visualization, and hypothesis generation driven by natural-language questions. See Supported Features for what the platform does today, or Release Notes for what shipped recently.
Last updated
Was this helpful?
Was this helpful?