← 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: 5-82253397-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ATG10",
          "hgnc_id": 20315,
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_031482.5",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 749559,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0827,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.72,
      "chr": "5",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 8.619970230938634e-7,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3029,
          "cdna_start": 931,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_031482.5",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000282185.8",
          "protein_coding": true,
          "protein_id": "NP_113670.1",
          "strand": true,
          "transcript": "NM_031482.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3029,
          "cdna_start": 931,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000282185.8",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_031482.5",
          "protein_coding": true,
          "protein_id": "ENSP00000282185.3",
          "strand": true,
          "transcript": "ENST00000282185.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1795,
          "cdna_start": 1038,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000458350.7",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000404938.3",
          "strand": true,
          "transcript": "ENST00000458350.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3164,
          "cdna_start": 1066,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001131028.2",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001124500.1",
          "strand": true,
          "transcript": "NM_001131028.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1356,
          "cdna_start": 1047,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000866604.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536663.1",
          "strand": true,
          "transcript": "ENST00000866604.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2779,
          "cdna_start": 678,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000866605.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536664.1",
          "strand": true,
          "transcript": "ENST00000866605.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1932,
          "cdna_start": 1175,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000866609.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536668.1",
          "strand": true,
          "transcript": "ENST00000866609.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1806,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000866610.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536669.1",
          "strand": true,
          "transcript": "ENST00000866610.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2231,
          "cdna_start": 836,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000866611.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536670.1",
          "strand": true,
          "transcript": "ENST00000866611.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1700,
          "cdna_start": 689,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000866613.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536672.1",
          "strand": true,
          "transcript": "ENST00000866613.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1794,
          "cdna_start": 1040,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919272.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589331.1",
          "strand": true,
          "transcript": "ENST00000919272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1478,
          "cdna_start": 932,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919274.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589333.1",
          "strand": true,
          "transcript": "ENST00000919274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2977,
          "cdna_start": 2586,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919276.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589335.1",
          "strand": true,
          "transcript": "ENST00000919276.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2059,
          "cdna_start": 1302,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919277.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589336.1",
          "strand": true,
          "transcript": "ENST00000919277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2100,
          "cdna_start": 1298,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000969578.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639637.1",
          "strand": true,
          "transcript": "ENST00000969578.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1909,
          "cdna_start": 1157,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000969579.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639638.1",
          "strand": true,
          "transcript": "ENST00000969579.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 202,
          "aa_ref": "T",
          "aa_start": 194,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1608,
          "cdna_start": 860,
          "cds_end": null,
          "cds_length": 609,
          "cds_start": 581,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000969580.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Thr194Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639639.1",
          "strand": true,
          "transcript": "ENST00000969580.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2316,
          "cdna_start": 956,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000866607.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536666.1",
          "strand": true,
          "transcript": "ENST00000866607.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2104,
          "cdna_start": 823,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000866608.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536667.1",
          "strand": true,
          "transcript": "ENST00000866608.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1904,
          "cdna_start": 720,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000866612.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536671.1",
          "strand": true,
          "transcript": "ENST00000866612.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3242,
          "cdna_start": 2485,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000919273.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589332.1",
          "strand": true,
          "transcript": "ENST00000919273.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2459,
          "cdna_start": 1100,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000919275.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589334.1",
          "strand": true,
          "transcript": "ENST00000919275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1104,
          "cdna_start": 724,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919278.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589337.1",
          "strand": true,
          "transcript": "ENST00000919278.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 141,
          "aa_ref": "T",
          "aa_start": 133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2925,
          "cdna_start": 827,
          "cds_end": null,
          "cds_length": 426,
          "cds_start": 398,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000866606.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.398C>T",
          "hgvs_p": "p.Thr133Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536665.1",
          "strand": true,
          "transcript": "ENST00000866606.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 141,
          "aa_ref": "T",
          "aa_start": 133,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 807,
          "cdna_start": 434,
          "cds_end": null,
          "cds_length": 426,
          "cds_start": 398,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000866614.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.398C>T",
          "hgvs_p": "p.Thr133Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000536673.1",
          "strand": true,
          "transcript": "ENST00000866614.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3255,
          "cdna_start": 1157,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_005248610.6",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005248667.1",
          "strand": true,
          "transcript": "XM_005248610.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3264,
          "cdna_start": 1166,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_005248611.6",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005248668.1",
          "strand": true,
          "transcript": "XM_005248611.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4333,
          "cdna_start": 2235,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047417798.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273754.1",
          "strand": true,
          "transcript": "XM_047417798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2924,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047417799.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273755.1",
          "strand": true,
          "transcript": "XM_047417799.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "T",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3314,
          "cdna_start": 1216,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 635,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047417800.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.635C>T",
          "hgvs_p": "p.Thr212Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273756.1",
          "strand": true,
          "transcript": "XM_047417800.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2921,
          "cdna_start": 823,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005248612.4",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005248669.1",
          "strand": true,
          "transcript": "XM_005248612.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3056,
          "cdna_start": 958,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017009944.2",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016865433.1",
          "strand": true,
          "transcript": "XM_017009944.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3147,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047417801.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273757.1",
          "strand": true,
          "transcript": "XM_047417801.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3158,
          "cdna_start": 1060,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047417802.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273758.1",
          "strand": true,
          "transcript": "XM_047417802.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 184,
          "aa_ref": "T",
          "aa_start": 176,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3206,
          "cdna_start": 1108,
          "cds_end": null,
          "cds_length": 555,
          "cds_start": 527,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047417803.1",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.527C>T",
          "hgvs_p": "p.Thr176Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273759.1",
          "strand": true,
          "transcript": "XM_047417803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 178,
          "aa_ref": "T",
          "aa_start": 170,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2728,
          "cdna_start": 630,
          "cds_end": null,
          "cds_length": 537,
          "cds_start": 509,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011543660.3",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.509C>T",
          "hgvs_p": "p.Thr170Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541962.1",
          "strand": true,
          "transcript": "XM_011543660.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 150,
          "aa_ref": "T",
          "aa_start": 142,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3110,
          "cdna_start": 1012,
          "cds_end": null,
          "cds_length": 453,
          "cds_start": 425,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011543661.3",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "c.425C>T",
          "hgvs_p": "p.Thr142Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541963.1",
          "strand": true,
          "transcript": "XM_011543661.3",
          "transcript_support_level": null
        },
        {
          "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": 813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000504770.5",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "n.*205C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000424236.1",
          "strand": true,
          "transcript": "ENST00000504770.5",
          "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": 813,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000504770.5",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "n.*205C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000424236.1",
          "strand": true,
          "transcript": "ENST00000504770.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 413,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000508814.5",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "n.260+738C>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": "ENST00000508814.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 904,
          "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": "ENST00000514253.2",
          "gene_hgnc_id": 20315,
          "gene_symbol": "ATG10",
          "hgvs_c": "n.192-22748C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000514253.2",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1864183",
      "effect": "missense_variant",
      "frequency_reference_population": 0.4683128,
      "gene_hgnc_id": 20315,
      "gene_symbol": "ATG10",
      "gnomad_exomes_ac": 686491,
      "gnomad_exomes_af": 0.47394,
      "gnomad_exomes_homalt": 171334,
      "gnomad_genomes_ac": 63068,
      "gnomad_genomes_af": 0.414719,
      "gnomad_genomes_homalt": 15150,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 186484,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.082,
      "pos": 82253397,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.072,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.17000000178813934,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.17,
      "transcript": "NM_031482.5"
    }
  ]
}
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.