Different by default
People with the same goal and the same inputs can have meaningfully different biological responses.
We handle everything from sequencing to a continuously interpreted genome, so you can build personalised applications for every user.
Most products personalise from demographics, surveys, behaviour, wearables, or laboratory results. These signals are useful, but they mostly describe what has already happened.
The genome helps explain what population averages miss: why two people can eat the same food, take the same medication, follow the same training plan, or share the same environment and respond differently. It gives every other signal individual context, so products can move from grouping similar users to understanding the person in front of them.
People with the same goal and the same inputs can have meaningfully different biological responses.
A genome is read once and can add context across many features and stages of a user's life.
Hosted genomes are automatically reinterpreted as the underlying evidence and knowledge base change.
Collection, laboratories, large genomic files, variant processing, scientific interpretation, evidence updates, and safe user-facing outputs are normally separate systems. The Genome API turns them into one product surface.
Order a collection kit or use an existing gVCF. The API covers shipping, laboratory processing, conversion, and secure delivery.
3x WGS · 30x WGS · GSA · existing gVCF
Sequencing data is returned as a structured .genome bundle, with conventional gVCF and FASTQ deliverables available where applicable.
.genome · gVCF · FASTQ · hosted genome
Hosted genomes are automatically reinterpreted as the underlying research and knowledge base changes. Each interpretation remains versioned.
automatic reinterpretation · version history · provenance
Applications can request structured panels or bounded plain-language answers with evidence, citations, limitations, and safety metadata.
14 panels · Q&A · webhooks · scoped access
2 SDKs
TypeScript and Python
14 panels
Structured interpretation outputs
1 API
Sequencing through interpretation
Staging includes fixed synthetic genomes for integration tests. Production uses the same API surface with separate credentials, data controls, and billing.
import { GenomeComputer } from "@genomecomputer/sdk";
const gc = new GenomeComputer({
apiKey: process.env.GC_API_KEY!,
environment: "staging"
});
const panel = await gc.genomes.buildPanel(
"gen_test_nutrition_001",
"nutrition_diet_response"
);
console.log(panel.summary);A genome created through sequencing and one created from an uploaded gVCF use the same hosted genome, interpretation, panel, and Q&A resources.
Panels and bounded Q&A can support common application categories. Lower-level interpretation artifacts and provenance remain available for expert and audit views.
Structured panels are available for nutrition, sleep, fitness, recovery, hormone, skin, and healthy-aging applications.
Pharmacogenomic outputs can support clinician-facing workflows with provenance and explicit limits around diagnosis and dosing.
Agents can query a deterministic genome resource rather than extract genetics from reports or loosely encoded variant files.
Results can include a portable, provenance-pinned .genome bundle alongside conventional deliverables. Hosted genomes add automatic reinterpretation and persistent API access.
const order = await gc.orders.create(
{
type: "wgs_30x",
retention: "hosted_runtime",
deliverables: ["genome_bundle", "gvcf", "fastq"],
customer: {
name: "Avery Chen",
email: "avery@example.com",
phone: "+1 415 555 0100"
},
shipping_address: {
line1: "535 Mission St",
city: "San Francisco",
state: "CA",
postal_code: "94105",
country: "US"
}
},
{ idempotencyKey: "order-user-123" }
);Versioned interpretations, evidence levels, citations, limitations, and source provenance travel with the result.
Panels and answers are bounded: no diagnosis, dosing, or prescriptions. Clinical decisions remain with clinicians.
Genome Computer operates under Genetic Superintelligence Company, a Public Benefit Corporation. Identifiable individual genetic data is not sold or licensed.
Provide your intended use case and expected volume. We will follow up about staging access, production requirements, and pricing.
Prefer email? api@genome.computer