← 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: X-16678417-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CTPS2",
          "hgnc_id": 2520,
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NM_019857.5",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_score": -2,
      "allele_count_reference_population": 22,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0884,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.92,
      "chr": "X",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.057022809982299805,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3953,
          "cdna_start": 1413,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_175859.3",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000359276.9",
          "protein_coding": true,
          "protein_id": "NP_787055.1",
          "strand": false,
          "transcript": "NM_175859.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3953,
          "cdna_start": 1413,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000359276.9",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_175859.3",
          "protein_coding": true,
          "protein_id": "ENSP00000352222.4",
          "strand": false,
          "transcript": "ENST00000359276.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3526,
          "cdna_start": 1293,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000380241.7",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000369590.3",
          "strand": false,
          "transcript": "ENST00000380241.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2278,
          "cdna_start": 1208,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000944988.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615047.1",
          "strand": false,
          "transcript": "ENST00000944988.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4323,
          "cdna_start": 1783,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001144002.2",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001137474.1",
          "strand": false,
          "transcript": "NM_001144002.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3807,
          "cdna_start": 1267,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_019857.5",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_062831.3",
          "strand": false,
          "transcript": "NM_019857.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4319,
          "cdna_start": 1783,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000443824.5",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401264.1",
          "strand": false,
          "transcript": "ENST00000443824.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4022,
          "cdna_start": 1433,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000870414.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540473.1",
          "strand": false,
          "transcript": "ENST00000870414.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3773,
          "cdna_start": 1233,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000870415.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540474.1",
          "strand": false,
          "transcript": "ENST00000870415.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4062,
          "cdna_start": 1522,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000870416.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540475.1",
          "strand": false,
          "transcript": "ENST00000870416.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4063,
          "cdna_start": 1525,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000870417.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540476.1",
          "strand": false,
          "transcript": "ENST00000870417.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3875,
          "cdna_start": 1338,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000870418.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540477.1",
          "strand": false,
          "transcript": "ENST00000870418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3875,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000870419.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540478.1",
          "strand": false,
          "transcript": "ENST00000870419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4022,
          "cdna_start": 1485,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000870421.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540480.1",
          "strand": false,
          "transcript": "ENST00000870421.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3750,
          "cdna_start": 1210,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000870422.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540481.1",
          "strand": false,
          "transcript": "ENST00000870422.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2197,
          "cdna_start": 1207,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000870424.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540483.1",
          "strand": false,
          "transcript": "ENST00000870424.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2394,
          "cdna_start": 1404,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000870425.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540484.1",
          "strand": false,
          "transcript": "ENST00000870425.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2260,
          "cdna_start": 1271,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000870428.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540487.1",
          "strand": false,
          "transcript": "ENST00000870428.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3759,
          "cdna_start": 1225,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000913873.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583932.1",
          "strand": false,
          "transcript": "ENST00000913873.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2264,
          "cdna_start": 1277,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000913875.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583934.1",
          "strand": false,
          "transcript": "ENST00000913875.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3858,
          "cdna_start": 1322,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000944979.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615038.1",
          "strand": false,
          "transcript": "ENST00000944979.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4004,
          "cdna_start": 1466,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000944982.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615041.1",
          "strand": false,
          "transcript": "ENST00000944982.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2356,
          "cdna_start": 1369,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000944983.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615042.1",
          "strand": false,
          "transcript": "ENST00000944983.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2322,
          "cdna_start": 1333,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000944985.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615044.1",
          "strand": false,
          "transcript": "ENST00000944985.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2208,
          "cdna_start": 1221,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000944987.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615046.1",
          "strand": false,
          "transcript": "ENST00000944987.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2393,
          "cdna_start": 1403,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000944989.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615048.1",
          "strand": false,
          "transcript": "ENST00000944989.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 583,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2170,
          "cdna_start": 1190,
          "cds_end": null,
          "cds_length": 1752,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000870427.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540486.1",
          "strand": false,
          "transcript": "ENST00000870427.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 565,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3890,
          "cdna_start": 1425,
          "cds_end": null,
          "cds_length": 1698,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000870420.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540479.1",
          "strand": false,
          "transcript": "ENST00000870420.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": "E",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3876,
          "cdna_start": 1343,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": 958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000944981.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.958G>A",
          "hgvs_p": "p.Glu320Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615040.1",
          "strand": false,
          "transcript": "ENST00000944981.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": "E",
          "aa_start": 320,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2411,
          "cdna_start": 1232,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": 958,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000944986.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.958G>A",
          "hgvs_p": "p.Glu320Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615045.1",
          "strand": false,
          "transcript": "ENST00000944986.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "E",
          "aa_start": 319,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2131,
          "cdna_start": 1141,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 955,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000913874.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.955G>A",
          "hgvs_p": "p.Glu319Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583933.1",
          "strand": false,
          "transcript": "ENST00000913874.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "E",
          "aa_start": 319,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2051,
          "cdna_start": 1061,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 955,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000913876.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.955G>A",
          "hgvs_p": "p.Glu319Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583935.1",
          "strand": false,
          "transcript": "ENST00000913876.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 558,
          "aa_ref": "E",
          "aa_start": 319,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2171,
          "cdna_start": 1182,
          "cds_end": null,
          "cds_length": 1677,
          "cds_start": 955,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000944984.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.955G>A",
          "hgvs_p": "p.Glu319Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615043.1",
          "strand": false,
          "transcript": "ENST00000944984.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2153,
          "cdna_start": 1316,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000870423.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540482.1",
          "strand": false,
          "transcript": "ENST00000870423.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 535,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4081,
          "cdna_start": 1699,
          "cds_end": null,
          "cds_length": 1608,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000913871.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583930.1",
          "strand": false,
          "transcript": "ENST00000913871.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "E",
          "aa_start": 290,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3556,
          "cdna_start": 1023,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 868,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000913872.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.868G>A",
          "hgvs_p": "p.Glu290Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000583931.1",
          "strand": false,
          "transcript": "ENST00000913872.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "E",
          "aa_start": 290,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3793,
          "cdna_start": 1253,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 868,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000944980.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.868G>A",
          "hgvs_p": "p.Glu290Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615039.1",
          "strand": false,
          "transcript": "ENST00000944980.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 628,
          "aa_ref": "E",
          "aa_start": 389,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3735,
          "cdna_start": 1195,
          "cds_end": null,
          "cds_length": 1887,
          "cds_start": 1165,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_011545545.3",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1165G>A",
          "hgvs_p": "p.Glu389Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011543847.1",
          "strand": false,
          "transcript": "XM_011545545.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3907,
          "cdna_start": 1367,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_006724503.4",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006724566.1",
          "strand": false,
          "transcript": "XM_006724503.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3875,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_024452408.2",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024308176.1",
          "strand": false,
          "transcript": "XM_024452408.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3707,
          "cdna_start": 1167,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047442259.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298215.1",
          "strand": false,
          "transcript": "XM_047442259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3830,
          "cdna_start": 1290,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047442260.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298216.1",
          "strand": false,
          "transcript": "XM_047442260.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 586,
          "aa_ref": "E",
          "aa_start": 347,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3934,
          "cdna_start": 1394,
          "cds_end": null,
          "cds_length": 1761,
          "cds_start": 1039,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047442261.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1039G>A",
          "hgvs_p": "p.Glu347Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298217.1",
          "strand": false,
          "transcript": "XM_047442261.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 537,
          "aa_ref": "E",
          "aa_start": 389,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1727,
          "cdna_start": 1195,
          "cds_end": null,
          "cds_length": 1614,
          "cds_start": 1165,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047442262.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.1165G>A",
          "hgvs_p": "p.Glu389Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298218.1",
          "strand": false,
          "transcript": "XM_047442262.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 367,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1769,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1104,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000870426.1",
          "gene_hgnc_id": 2520,
          "gene_symbol": "CTPS2",
          "hgvs_c": "c.639+14724G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540485.1",
          "strand": false,
          "transcript": "ENST00000870426.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs756391001",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00001834564,
      "gene_hgnc_id": 2520,
      "gene_symbol": "CTPS2",
      "gnomad_exomes_ac": 19,
      "gnomad_exomes_af": 0.0000174687,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000268976,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.653,
      "pos": 16678417,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.058,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_019857.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.