← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 1-48359748-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SPATA6",
          "hgnc_id": 18309,
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -2,
          "transcript": "NM_019073.4",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_score": -2,
      "allele_count_reference_population": 24,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.08,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.55,
      "chr": "1",
      "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.0720587968826294,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 488,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5003,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 1467,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_019073.4",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000371847.8",
          "protein_coding": true,
          "protein_id": "NP_061946.1",
          "strand": false,
          "transcript": "NM_019073.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 488,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5003,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 1467,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000371847.8",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_019073.4",
          "protein_coding": true,
          "protein_id": "ENSP00000360913.3",
          "strand": false,
          "transcript": "ENST00000371847.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2297,
          "cdna_start": 934,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000371843.7",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000360909.3",
          "strand": false,
          "transcript": "ENST00000371843.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "R",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4961,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 890,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001286239.2",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.890G>A",
          "hgvs_p": "p.Arg297Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001273168.1",
          "strand": false,
          "transcript": "NM_001286239.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "R",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4964,
          "cdna_start": 1090,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 890,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000396199.7",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.890G>A",
          "hgvs_p": "p.Arg297Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379502.4",
          "strand": false,
          "transcript": "ENST00000396199.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4955,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001286238.2",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001273167.1",
          "strand": false,
          "transcript": "NM_001286238.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 461,
          "aa_ref": "R",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4285,
          "cdna_start": 1045,
          "cds_end": null,
          "cds_length": 1386,
          "cds_start": 851,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000872886.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.851G>A",
          "hgvs_p": "p.Arg284Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542945.1",
          "strand": false,
          "transcript": "ENST00000872886.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "R",
          "aa_start": 297,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2421,
          "cdna_start": 1058,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 890,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000872888.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.890G>A",
          "hgvs_p": "p.Arg297Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542947.1",
          "strand": false,
          "transcript": "ENST00000872888.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "R",
          "aa_start": 284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4829,
          "cdna_start": 1122,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 851,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000872885.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.851G>A",
          "hgvs_p": "p.Arg284Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542944.1",
          "strand": false,
          "transcript": "ENST00000872885.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "R",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4079,
          "cdna_start": 835,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 716,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000930128.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.716G>A",
          "hgvs_p": "p.Arg239Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600187.1",
          "strand": false,
          "transcript": "ENST00000930128.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "R",
          "aa_start": 152,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 818,
          "cdna_start": 524,
          "cds_end": null,
          "cds_length": 749,
          "cds_start": 455,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000371841.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.455G>A",
          "hgvs_p": "p.Arg152Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000360907.1",
          "strand": false,
          "transcript": "ENST00000371841.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 436,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1762,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 1311,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_006710699.4",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006710762.1",
          "strand": false,
          "transcript": "XM_006710699.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1555,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047422900.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278856.1",
          "strand": false,
          "transcript": "XM_047422900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1714,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047422901.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278857.1",
          "strand": false,
          "transcript": "XM_047422901.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "R",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4787,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 716,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017001510.2",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.716G>A",
          "hgvs_p": "p.Arg239Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856999.1",
          "strand": false,
          "transcript": "XM_017001510.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4911,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_017001511.3",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.932G>A",
          "hgvs_p": "p.Arg311Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857000.1",
          "strand": false,
          "transcript": "XM_017001511.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "R",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4739,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 716,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047422902.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.716G>A",
          "hgvs_p": "p.Arg239Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278858.1",
          "strand": false,
          "transcript": "XM_047422902.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 384,
          "aa_ref": "R",
          "aa_start": 207,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4573,
          "cdna_start": 698,
          "cds_end": null,
          "cds_length": 1155,
          "cds_start": 620,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011541607.3",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.620G>A",
          "hgvs_p": "p.Arg207Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011539909.1",
          "strand": false,
          "transcript": "XM_011541607.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "R",
          "aa_start": 203,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4651,
          "cdna_start": 776,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 608,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_011541609.3",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011539911.1",
          "strand": false,
          "transcript": "XM_011541609.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "R",
          "aa_start": 203,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4614,
          "cdna_start": 739,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 608,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_017001513.2",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016857002.1",
          "strand": false,
          "transcript": "XM_017001513.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "R",
          "aa_start": 203,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4642,
          "cdna_start": 767,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 608,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047422904.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.608G>A",
          "hgvs_p": "p.Arg203Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278860.1",
          "strand": false,
          "transcript": "XM_047422904.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 366,
          "aa_ref": "R",
          "aa_start": 189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4630,
          "cdna_start": 755,
          "cds_end": null,
          "cds_length": 1101,
          "cds_start": 566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047422906.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.566G>A",
          "hgvs_p": "p.Arg189Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278862.1",
          "strand": false,
          "transcript": "XM_047422906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 360,
          "aa_ref": "R",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4510,
          "cdna_start": 635,
          "cds_end": null,
          "cds_length": 1083,
          "cds_start": 548,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047422907.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.548G>A",
          "hgvs_p": "p.Arg183Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278863.1",
          "strand": false,
          "transcript": "XM_047422907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 338,
          "aa_ref": "R",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4695,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 1017,
          "cds_start": 716,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047422919.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.716G>A",
          "hgvs_p": "p.Arg239Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278875.1",
          "strand": false,
          "transcript": "XM_047422919.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 263,
          "aa_ref": "R",
          "aa_start": 86,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4430,
          "cdna_start": 555,
          "cds_end": null,
          "cds_length": 792,
          "cds_start": 257,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047422926.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.257G>A",
          "hgvs_p": "p.Arg86Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278882.1",
          "strand": false,
          "transcript": "XM_047422926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 318,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1251,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 957,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_006710701.5",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.*53G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006710764.1",
          "strand": false,
          "transcript": "XM_006710701.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2629,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000872887.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.909+25561G>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542946.1",
          "strand": false,
          "transcript": "ENST00000872887.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 321,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2290,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 966,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930129.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.693+25561G>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600188.1",
          "strand": false,
          "transcript": "ENST00000930129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 225,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3584,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 678,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000930127.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.405+51716G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600186.1",
          "strand": false,
          "transcript": "ENST00000930127.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4718,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011541606.3",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.909+25561G>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011539908.1",
          "strand": false,
          "transcript": "XM_011541606.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 341,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1477,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1026,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047422913.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "c.909+25561G>A",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047278869.1",
          "strand": false,
          "transcript": "XM_047422913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 897,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000490850.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "n.561G>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": "ENST00000490850.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1218,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000603831.5",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "n.*24G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000474844.1",
          "strand": false,
          "transcript": "ENST00000603831.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1218,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000603831.5",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "n.*24G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000474844.1",
          "strand": false,
          "transcript": "ENST00000603831.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 462,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000487629.1",
          "gene_hgnc_id": 18309,
          "gene_symbol": "SPATA6",
          "hgvs_c": "n.-26G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000487629.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs772275124",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000148812105,
      "gene_hgnc_id": 18309,
      "gene_symbol": "SPATA6",
      "gnomad_exomes_ac": 17,
      "gnomad_exomes_af": 0.0000116396,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 7,
      "gnomad_genomes_af": 0.00004598,
      "gnomad_genomes_homalt": 1,
      "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": 2.004,
      "pos": 48359748,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.028,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_019073.4"
    }
  ]
}
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.