← 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: 17-81245997-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "SLC38A10",
          "hgnc_id": 28237,
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": -3,
          "transcript": "NM_001037984.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_score": -3,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.75,
      "chr": "17",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.75,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1119,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4491,
          "cdna_start": 3305,
          "cds_end": null,
          "cds_length": 3360,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001037984.3",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000374759.8",
          "protein_coding": true,
          "protein_id": "NP_001033073.1",
          "strand": false,
          "transcript": "NM_001037984.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1119,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4491,
          "cdna_start": 3305,
          "cds_end": null,
          "cds_length": 3360,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000374759.8",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001037984.3",
          "protein_coding": true,
          "protein_id": "ENSP00000363891.3",
          "strand": false,
          "transcript": "ENST00000374759.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1988,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000539643.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "n.995G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000539643.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1176,
          "aa_ref": "Q",
          "aa_start": 1030,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4470,
          "cdna_start": 3472,
          "cds_end": null,
          "cds_length": 3531,
          "cds_start": 3090,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000947966.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.3090G>A",
          "hgvs_p": "p.Gln1030Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618025.1",
          "strand": false,
          "transcript": "ENST00000947966.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1168,
          "aa_ref": "Q",
          "aa_start": 1022,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4415,
          "cdna_start": 3419,
          "cds_end": null,
          "cds_length": 3507,
          "cds_start": 3066,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000947971.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.3066G>A",
          "hgvs_p": "p.Gln1022Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618030.1",
          "strand": false,
          "transcript": "ENST00000947971.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "Q",
          "aa_start": 1019,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4448,
          "cdna_start": 3452,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 3057,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000918313.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.3057G>A",
          "hgvs_p": "p.Gln1019Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588372.1",
          "strand": false,
          "transcript": "ENST00000918313.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1159,
          "aa_ref": "Q",
          "aa_start": 1013,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4402,
          "cdna_start": 3417,
          "cds_end": null,
          "cds_length": 3480,
          "cds_start": 3039,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000947968.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.3039G>A",
          "hgvs_p": "p.Gln1013Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618027.1",
          "strand": false,
          "transcript": "ENST00000947968.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1153,
          "aa_ref": "Q",
          "aa_start": 1007,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4432,
          "cdna_start": 3436,
          "cds_end": null,
          "cds_length": 3462,
          "cds_start": 3021,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000899482.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.3021G>A",
          "hgvs_p": "p.Gln1007Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569541.1",
          "strand": false,
          "transcript": "ENST00000899482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4377,
          "cdna_start": 3380,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 2988,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000947963.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2988G>A",
          "hgvs_p": "p.Gln996Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618022.1",
          "strand": false,
          "transcript": "ENST00000947963.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "Q",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4331,
          "cdna_start": 3339,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 2961,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000947967.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2961G>A",
          "hgvs_p": "p.Gln987Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618026.1",
          "strand": false,
          "transcript": "ENST00000947967.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1128,
          "aa_ref": "Q",
          "aa_start": 982,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4354,
          "cdna_start": 3355,
          "cds_end": null,
          "cds_length": 3387,
          "cds_start": 2946,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000947959.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2946G>A",
          "hgvs_p": "p.Gln982Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618018.1",
          "strand": false,
          "transcript": "ENST00000947959.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1126,
          "aa_ref": "Q",
          "aa_start": 980,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4323,
          "cdna_start": 3326,
          "cds_end": null,
          "cds_length": 3381,
          "cds_start": 2940,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000899487.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2940G>A",
          "hgvs_p": "p.Gln980Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569546.1",
          "strand": false,
          "transcript": "ENST00000899487.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1126,
          "aa_ref": "Q",
          "aa_start": 980,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4315,
          "cdna_start": 3318,
          "cds_end": null,
          "cds_length": 3381,
          "cds_start": 2940,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000899490.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2940G>A",
          "hgvs_p": "p.Gln980Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569549.1",
          "strand": false,
          "transcript": "ENST00000899490.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1111,
          "aa_ref": "Q",
          "aa_start": 965,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3881,
          "cdna_start": 3273,
          "cds_end": null,
          "cds_length": 3336,
          "cds_start": 2895,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000899495.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2895G>A",
          "hgvs_p": "p.Gln965Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569554.1",
          "strand": false,
          "transcript": "ENST00000899495.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1107,
          "aa_ref": "Q",
          "aa_start": 961,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4267,
          "cdna_start": 3269,
          "cds_end": null,
          "cds_length": 3324,
          "cds_start": 2883,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000899485.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2883G>A",
          "hgvs_p": "p.Gln961Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569544.1",
          "strand": false,
          "transcript": "ENST00000899485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": "Q",
          "aa_start": 941,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4206,
          "cdna_start": 3208,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2823,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000947965.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2823G>A",
          "hgvs_p": "p.Gln941Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618024.1",
          "strand": false,
          "transcript": "ENST00000947965.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1080,
          "aa_ref": "Q",
          "aa_start": 934,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4185,
          "cdna_start": 3188,
          "cds_end": null,
          "cds_length": 3243,
          "cds_start": 2802,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000899488.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2802G>A",
          "hgvs_p": "p.Gln934Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569547.1",
          "strand": false,
          "transcript": "ENST00000899488.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1079,
          "aa_ref": "Q",
          "aa_start": 933,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4174,
          "cdna_start": 3177,
          "cds_end": null,
          "cds_length": 3240,
          "cds_start": 2799,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000899491.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2799G>A",
          "hgvs_p": "p.Gln933Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569550.1",
          "strand": false,
          "transcript": "ENST00000899491.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4153,
          "cdna_start": 3156,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000947960.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618019.1",
          "strand": false,
          "transcript": "ENST00000947960.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1058,
          "aa_ref": "Q",
          "aa_start": 912,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4096,
          "cdna_start": 3104,
          "cds_end": null,
          "cds_length": 3177,
          "cds_start": 2736,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000947969.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2736G>A",
          "hgvs_p": "p.Gln912Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618028.1",
          "strand": false,
          "transcript": "ENST00000947969.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1053,
          "aa_ref": "Q",
          "aa_start": 907,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4105,
          "cdna_start": 3109,
          "cds_end": null,
          "cds_length": 3162,
          "cds_start": 2721,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000947964.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2721G>A",
          "hgvs_p": "p.Gln907Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618023.1",
          "strand": false,
          "transcript": "ENST00000947964.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1046,
          "aa_ref": "Q",
          "aa_start": 900,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4092,
          "cdna_start": 3095,
          "cds_end": null,
          "cds_length": 3141,
          "cds_start": 2700,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000899483.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2700G>A",
          "hgvs_p": "p.Gln900Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569542.1",
          "strand": false,
          "transcript": "ENST00000899483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1023,
          "aa_ref": "Q",
          "aa_start": 877,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3986,
          "cdna_start": 2996,
          "cds_end": null,
          "cds_length": 3072,
          "cds_start": 2631,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000947970.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2631G>A",
          "hgvs_p": "p.Gln877Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618029.1",
          "strand": false,
          "transcript": "ENST00000947970.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 984,
          "aa_ref": "Q",
          "aa_start": 838,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3903,
          "cdna_start": 2907,
          "cds_end": null,
          "cds_length": 2955,
          "cds_start": 2514,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000899484.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2514G>A",
          "hgvs_p": "p.Gln838Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569543.1",
          "strand": false,
          "transcript": "ENST00000899484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 976,
          "aa_ref": "Q",
          "aa_start": 830,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4134,
          "cdna_start": 3136,
          "cds_end": null,
          "cds_length": 2931,
          "cds_start": 2490,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000899481.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2490G>A",
          "hgvs_p": "p.Gln830Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569540.1",
          "strand": false,
          "transcript": "ENST00000899481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 975,
          "aa_ref": "Q",
          "aa_start": 829,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3848,
          "cdna_start": 2856,
          "cds_end": null,
          "cds_length": 2928,
          "cds_start": 2487,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000899494.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2487G>A",
          "hgvs_p": "p.Gln829Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569553.1",
          "strand": false,
          "transcript": "ENST00000899494.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 959,
          "aa_ref": "Q",
          "aa_start": 813,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3813,
          "cdna_start": 2817,
          "cds_end": null,
          "cds_length": 2880,
          "cds_start": 2439,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000899492.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2439G>A",
          "hgvs_p": "p.Gln813Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569551.1",
          "strand": false,
          "transcript": "ENST00000899492.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "Q",
          "aa_start": 812,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3827,
          "cdna_start": 2831,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2436,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000947962.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2436G>A",
          "hgvs_p": "p.Gln812Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618021.1",
          "strand": false,
          "transcript": "ENST00000947962.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 951,
          "aa_ref": "Q",
          "aa_start": 805,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3798,
          "cdna_start": 2801,
          "cds_end": null,
          "cds_length": 2856,
          "cds_start": 2415,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000899486.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2415G>A",
          "hgvs_p": "p.Gln805Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569545.1",
          "strand": false,
          "transcript": "ENST00000899486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 908,
          "aa_ref": "Q",
          "aa_start": 762,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3679,
          "cdna_start": 2681,
          "cds_end": null,
          "cds_length": 2727,
          "cds_start": 2286,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000947961.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2286G>A",
          "hgvs_p": "p.Gln762Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618020.1",
          "strand": false,
          "transcript": "ENST00000947961.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": "Q",
          "aa_start": 754,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3635,
          "cdna_start": 2642,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": 2262,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000899493.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2262G>A",
          "hgvs_p": "p.Gln754Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569552.1",
          "strand": false,
          "transcript": "ENST00000899493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 860,
          "aa_ref": "Q",
          "aa_start": 714,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3524,
          "cdna_start": 2528,
          "cds_end": null,
          "cds_length": 2583,
          "cds_start": 2142,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000899489.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2142G>A",
          "hgvs_p": "p.Gln714Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569548.1",
          "strand": false,
          "transcript": "ENST00000899489.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 850,
          "aa_ref": "Q",
          "aa_start": 704,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3495,
          "cdna_start": 2498,
          "cds_end": null,
          "cds_length": 2553,
          "cds_start": 2112,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000918314.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2112G>A",
          "hgvs_p": "p.Gln704Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588373.1",
          "strand": false,
          "transcript": "ENST00000918314.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 787,
          "aa_ref": "Q",
          "aa_start": 641,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2859,
          "cdna_start": 2251,
          "cds_end": null,
          "cds_length": 2364,
          "cds_start": 1923,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000918317.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.1923G>A",
          "hgvs_p": "p.Gln641Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588376.1",
          "strand": false,
          "transcript": "ENST00000918317.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 775,
          "aa_ref": "Q",
          "aa_start": 629,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3266,
          "cdna_start": 2273,
          "cds_end": null,
          "cds_length": 2328,
          "cds_start": 1887,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000918315.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.1887G>A",
          "hgvs_p": "p.Gln629Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588374.1",
          "strand": false,
          "transcript": "ENST00000918315.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 762,
          "aa_ref": "Q",
          "aa_start": 616,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3226,
          "cdna_start": 2234,
          "cds_end": null,
          "cds_length": 2289,
          "cds_start": 1848,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000918316.1",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.1848G>A",
          "hgvs_p": "p.Gln616Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588375.1",
          "strand": false,
          "transcript": "ENST00000918316.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1134,
          "aa_ref": "Q",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4536,
          "cdna_start": 3350,
          "cds_end": null,
          "cds_length": 3405,
          "cds_start": 2964,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_011524288.2",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2964G>A",
          "hgvs_p": "p.Gln988Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522590.1",
          "strand": false,
          "transcript": "XM_011524288.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "Q",
          "aa_start": 981,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4515,
          "cdna_start": 3329,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 2943,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_005257019.2",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2943G>A",
          "hgvs_p": "p.Gln981Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005257076.1",
          "strand": false,
          "transcript": "XM_005257019.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1126,
          "aa_ref": "Q",
          "aa_start": 980,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4512,
          "cdna_start": 3326,
          "cds_end": null,
          "cds_length": 3381,
          "cds_start": 2940,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011524289.2",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2940G>A",
          "hgvs_p": "p.Gln980Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522591.1",
          "strand": false,
          "transcript": "XM_011524289.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1045,
          "aa_ref": "Q",
          "aa_start": 899,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3917,
          "cdna_start": 2731,
          "cds_end": null,
          "cds_length": 3138,
          "cds_start": 2697,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_011524290.2",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.2697G>A",
          "hgvs_p": "p.Gln899Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011522592.1",
          "strand": false,
          "transcript": "XM_011524290.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 297,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 896,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 896,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000540966.5",
          "gene_hgnc_id": 28237,
          "gene_symbol": "SLC38A10",
          "hgvs_c": "c.*181G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000437601.1",
          "strand": true,
          "transcript": "ENST00000540966.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1479389389",
      "effect": "synonymous_variant",
      "frequency_reference_population": 6.8791496e-7,
      "gene_hgnc_id": 28237,
      "gene_symbol": "SLC38A10",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.87915e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.055,
      "pos": 81245997,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_001037984.3"
    }
  ]
}
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.