← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 1-161548507-G-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=161548507&ref=G&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 10,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "FCGR3A",
          "hgnc_id": 3619,
          "hgvs_c": "c.545C>A",
          "hgvs_p": "p.Ala182Asp",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -10,
          "transcript": "NM_001127592.2",
          "verdict": "Benign"
        },
        {
          "benign_score": 10,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ENSG00000289768",
          "hgnc_id": null,
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -10,
          "transcript": "ENST00000699402.1",
          "verdict": "Benign"
        },
        {
          "benign_score": 10,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000310467",
          "hgnc_id": null,
          "hgvs_c": "n.185+7478G>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -10,
          "transcript": "ENST00000850089.1",
          "verdict": "Benign"
        },
        {
          "benign_score": 10,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000273112",
          "hgnc_id": null,
          "hgvs_c": "n.271+30370G>T",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -10,
          "transcript": "ENST00000537821.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
      "acmg_score": -10,
      "allele_count_reference_population": 541,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1047,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.55,
      "chr": "1",
      "clinvar_classification": "Likely benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.005283355712890625,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2100,
          "cdna_start": 315,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_000569.8",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000443193.6",
          "protein_coding": true,
          "protein_id": "NP_000560.7",
          "strand": false,
          "transcript": "NM_000569.8",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2100,
          "cdna_start": 315,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000443193.6",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000569.8",
          "protein_coding": true,
          "protein_id": "ENSP00000392047.2",
          "strand": false,
          "transcript": "ENST00000443193.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 578,
          "cdna_start": 340,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000699402.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289768",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514363.1",
          "strand": false,
          "transcript": "ENST00000699402.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 358,
          "aa_ref": "A",
          "aa_start": 182,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2382,
          "cdna_start": 597,
          "cds_end": null,
          "cds_length": 1077,
          "cds_start": 545,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001127592.2",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.545C>A",
          "hgvs_p": "p.Ala182Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001121064.2",
          "strand": false,
          "transcript": "NM_001127592.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 279,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2148,
          "cdna_start": 288,
          "cds_end": null,
          "cds_length": 840,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000946731.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616790.1",
          "strand": false,
          "transcript": "ENST00000946731.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": "A",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2127,
          "cdna_start": 600,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": 548,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001329122.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.548C>A",
          "hgvs_p": "p.Ala183Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001316051.1",
          "strand": false,
          "transcript": "NM_001329122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 269,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2227,
          "cdna_start": 347,
          "cds_end": null,
          "cds_length": 810,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000699401.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514362.1",
          "strand": false,
          "transcript": "ENST00000699401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 262,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3613,
          "cdna_start": 347,
          "cds_end": null,
          "cds_length": 789,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000699398.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514359.1",
          "strand": false,
          "transcript": "ENST00000699398.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2173,
          "cdna_start": 388,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001127593.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001121065.1",
          "strand": false,
          "transcript": "NM_001127593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2153,
          "cdna_start": 368,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001127595.2",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001121067.1",
          "strand": false,
          "transcript": "NM_001127595.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2164,
          "cdna_start": 379,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001329120.2",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001316049.1",
          "strand": false,
          "transcript": "NM_001329120.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2141,
          "cdna_start": 365,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000367967.8",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000356944.3",
          "strand": false,
          "transcript": "ENST00000367967.8",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2162,
          "cdna_start": 386,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000436743.7",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000416607.1",
          "strand": false,
          "transcript": "ENST00000436743.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2241,
          "cdna_start": 465,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000699395.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514356.1",
          "strand": false,
          "transcript": "ENST00000699395.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2115,
          "cdna_start": 339,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000699396.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514357.1",
          "strand": false,
          "transcript": "ENST00000699396.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2386,
          "cdna_start": 610,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000699397.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514358.1",
          "strand": false,
          "transcript": "ENST00000699397.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2336,
          "cdna_start": 557,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000946730.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616789.1",
          "strand": false,
          "transcript": "ENST00000946730.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2150,
          "cdna_start": 365,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001127596.2",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001121068.1",
          "strand": false,
          "transcript": "NM_001127596.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2161,
          "cdna_start": 376,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001386450.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001373379.1",
          "strand": false,
          "transcript": "NM_001386450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1339,
          "cdna_start": 347,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000426740.8",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000410180.3",
          "strand": false,
          "transcript": "ENST00000426740.8",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2105,
          "cdna_start": 344,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000699400.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514361.1",
          "strand": false,
          "transcript": "ENST00000699400.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 253,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2150,
          "cdna_start": 370,
          "cds_end": null,
          "cds_length": 762,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000884927.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554986.1",
          "strand": false,
          "transcript": "ENST00000884927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 237,
          "aa_ref": "A",
          "aa_start": 61,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2213,
          "cdna_start": 452,
          "cds_end": null,
          "cds_length": 714,
          "cds_start": 182,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000699399.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.182C>A",
          "hgvs_p": "p.Ala61Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514360.1",
          "strand": false,
          "transcript": "ENST00000699399.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 226,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1970,
          "cdna_start": 274,
          "cds_end": null,
          "cds_length": 681,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000884930.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554989.1",
          "strand": false,
          "transcript": "ENST00000884930.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 199,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1872,
          "cdna_start": 252,
          "cds_end": null,
          "cds_length": 600,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000946732.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616791.1",
          "strand": false,
          "transcript": "ENST00000946732.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 168,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1815,
          "cdna_start": 288,
          "cds_end": null,
          "cds_length": 507,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000884928.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554987.1",
          "strand": false,
          "transcript": "ENST00000884928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 168,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1883,
          "cdna_start": 420,
          "cds_end": null,
          "cds_length": 507,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000946729.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616788.1",
          "strand": false,
          "transcript": "ENST00000946729.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 167,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1795,
          "cdna_start": 268,
          "cds_end": null,
          "cds_length": 504,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000884929.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554988.1",
          "strand": false,
          "transcript": "ENST00000884929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 134,
          "aa_ref": "A",
          "aa_start": 77,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 552,
          "cdna_start": 376,
          "cds_end": null,
          "cds_length": 406,
          "cds_start": 230,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000442336.2",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.230C>A",
          "hgvs_p": "p.Ala77Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000396567.2",
          "strand": false,
          "transcript": "ENST00000442336.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "A",
          "aa_start": 107,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2844,
          "cdna_start": 1059,
          "cds_end": null,
          "cds_length": 852,
          "cds_start": 320,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047449443.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.320C>A",
          "hgvs_p": "p.Ala107Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305399.1",
          "strand": false,
          "transcript": "XM_047449443.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 277,
          "aa_ref": "A",
          "aa_start": 101,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2826,
          "cdna_start": 1041,
          "cds_end": null,
          "cds_length": 834,
          "cds_start": 302,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047449444.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.302C>A",
          "hgvs_p": "p.Ala101Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047305400.1",
          "strand": false,
          "transcript": "XM_047449444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 77,
          "aa_ref": "A",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 596,
          "cdna_start": 595,
          "cds_end": null,
          "cds_length": 234,
          "cds_start": 233,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000699403.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289768",
          "hgvs_c": "c.233C>A",
          "hgvs_p": "p.Ala78Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000514364.1",
          "strand": false,
          "transcript": "ENST00000699403.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 168,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1716,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 507,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000946733.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "c.61+504C>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616792.1",
          "strand": false,
          "transcript": "ENST00000946733.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 691,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000476031.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "n.227C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000476031.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 565,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000699493.1",
          "gene_hgnc_id": 3619,
          "gene_symbol": "FCGR3A",
          "hgvs_c": "n.233C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000514404.1",
          "strand": false,
          "transcript": "ENST00000699493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 553,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000537821.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000273112",
          "hgvs_c": "n.271+30370G>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000537821.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 494,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000850089.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000310467",
          "hgvs_c": "n.185+7478G>T",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000850089.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs52820103",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0036039278,
      "gene_hgnc_id": 3619,
      "gene_symbol": "FCGR3A",
      "gnomad_exomes_ac": 547,
      "gnomad_exomes_af": 0.000374947,
      "gnomad_exomes_homalt": 5,
      "gnomad_genomes_ac": 541,
      "gnomad_genomes_af": 0.00360393,
      "gnomad_genomes_homalt": 5,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 5,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -2.062,
      "pos": 161548507,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.186,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001127592.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.