GA4GH Beacon Client

Query genomic variants using the GA4GH Beacon protocol

Query Types:
Gene Query: Specify a gene ID (e.g., APOE, BRCA1) to find variants in that gene
Sequence Query: Specify chromosome + start + reference/alternate bases for precise variants
Range Query: Specify chromosome + start + end to find any variant in that region
— OR —

Select individual beacons or check "Query All Beacons" to query all at once

Beacon Information

{
    "meta": {
        "apiVersion": "v2.0",
        "beaconId": "org.varixam.beacon",
        "returnedSchemas": []
    },
    "response": {
        "alternativeUrl": "http:\/\/varixam.niagads.org\/api\/beacon",
        "apiVersion": "v2.0",
        "createDateTime": "2022-07-28T00:00:00Z",
        "datasets": [
            {
                "assemblyId": "GRCh38",
                "createDateTime": "2022-07-28T00:00:00Z",
                "dataUseConditions": {
                    "duoDataUse": []
                },
                "description": "R1 5K WGS genomic variants dataset",
                "externalUrl": "",
                "id": "1",
                "name": "R1 5K WGS",
                "updateDateTime": "2026-05-30T03:04:48Z",
                "version": "1.0"
            },
            {
                "assemblyId": "GRCh38",
                "createDateTime": "2022-07-28T00:00:00Z",
                "dataUseConditions": {
                    "duoDataUse": []
                },
                "description": "R2 20K WES genomic variants dataset",
                "externalUrl": "",
                "id": "2",
                "name": "R2 20K WES",
                "updateDateTime": "2026-05-30T03:04:48Z",
                "version": "1.0"
            },
            {
                "assemblyId": "GRCh38",
                "createDateTime": "2022-07-28T00:00:00Z",
                "dataUseConditions": {
                    "duoDataUse": []
                },
                "description": "R3 17K WGS genomic variants dataset",
                "externalUrl": "",
                "id": "4",
                "name": "R3 17K WGS",
                "updateDateTime": "2026-05-30T03:04:48Z",
                "version": "1.0"
            },
            {
                "assemblyId": "GRCh38",
                "createDateTime": "2022-07-28T00:00:00Z",
                "dataUseConditions": {
                    "duoDataUse": []
                },
                "description": "R4 36K WGS genomic variants dataset",
                "externalUrl": "",
                "id": "5",
                "name": "R4 36K WGS",
                "updateDateTime": "2026-05-30T03:04:48Z",
                "version": "1.0"
            },
            {
                "assemblyId": "GRCh38",
                "createDateTime": "2022-07-28T00:00:00Z",
                "dataUseConditions": {
                    "duoDataUse": []
                },
                "description": "R5 58k WGS genomic variants dataset",
                "externalUrl": "",
                "id": "6",
                "name": "R5 58k WGS",
                "updateDateTime": "2026-05-30T03:04:48Z",
                "version": "1.0"
            }
        ],
        "description": "Beacon service providing access to genomic variant data including 5k, 20k, and 17k datasets",
        "environment": "dev",
        "id": "org.varixam.beacon",
        "name": "Varixam Genomic Variants Beacon",
        "organization": {
            "address": "",
            "contactUrl": "",
            "description": "Genomic variants database and public data service",
            "id": "org.varixam",
            "logoUrl": "",
            "name": "Varixam Project",
            "welcomeUrl": ""
        },
        "updateDateTime": "2026-05-30T03:04:48Z",
        "version": "v2.0.0",
        "welcomeUrl": "http:\/\/varixam.niagads.org\/"
    }
}