← 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: 10-114187922-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TDRD1",
          "hgnc_id": 11712,
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_198795.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 7,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1152,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.46,
      "chr": "10",
      "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.16126227378845215,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1180,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8149,
          "cdna_start": 161,
          "cds_end": null,
          "cds_length": 3543,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001395205.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000695399.1",
          "protein_coding": true,
          "protein_id": "NP_001382134.1",
          "strand": true,
          "transcript": "NM_001395205.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1180,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8149,
          "cdna_start": 161,
          "cds_end": null,
          "cds_length": 3543,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000695399.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001395205.1",
          "protein_coding": true,
          "protein_id": "ENSP00000511878.1",
          "strand": true,
          "transcript": "ENST00000695399.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4870,
          "cdna_start": 244,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000251864.7",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000251864.2",
          "strand": true,
          "transcript": "ENST00000251864.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4822,
          "cdna_start": 194,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385363.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372292.1",
          "strand": true,
          "transcript": "NM_001385363.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4855,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_198795.2",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_942090.1",
          "strand": true,
          "transcript": "NM_198795.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1180,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4794,
          "cdna_start": 161,
          "cds_end": null,
          "cds_length": 3543,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385364.2",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372293.1",
          "strand": true,
          "transcript": "NM_001385364.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1180,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4809,
          "cdna_start": 239,
          "cds_end": null,
          "cds_length": 3543,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000952550.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622609.1",
          "strand": true,
          "transcript": "ENST00000952550.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1176,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4749,
          "cdna_start": 128,
          "cds_end": null,
          "cds_length": 3531,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001365891.2",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352820.1",
          "strand": true,
          "transcript": "NM_001365891.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1167,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4767,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3504,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385365.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372294.1",
          "strand": true,
          "transcript": "NM_001385365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1132,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4515,
          "cdna_start": 225,
          "cds_end": null,
          "cds_length": 3399,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000860255.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530314.1",
          "strand": true,
          "transcript": "ENST00000860255.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1123,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8044,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3372,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385366.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372295.1",
          "strand": true,
          "transcript": "NM_001385366.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1123,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4454,
          "cdna_start": 191,
          "cds_end": null,
          "cds_length": 3372,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000860256.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000530315.1",
          "strand": true,
          "transcript": "ENST00000860256.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4627,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385367.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372296.1",
          "strand": true,
          "transcript": "NM_001385367.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3705,
          "cdna_start": 244,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000369282.5",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000358288.1",
          "strand": true,
          "transcript": "ENST00000369282.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1104,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4632,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3315,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385368.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372297.1",
          "strand": true,
          "transcript": "NM_001385368.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1104,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7987,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3315,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385369.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372298.1",
          "strand": true,
          "transcript": "NM_001385369.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1104,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4062,
          "cdna_start": 551,
          "cds_end": null,
          "cds_length": 3315,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000369280.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000358286.1",
          "strand": true,
          "transcript": "ENST00000369280.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1104,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4440,
          "cdna_start": 266,
          "cds_end": null,
          "cds_length": 3315,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000952551.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622610.1",
          "strand": true,
          "transcript": "ENST00000952551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4539,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385372.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372301.1",
          "strand": true,
          "transcript": "NM_001385372.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1066,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7873,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3201,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385370.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372299.1",
          "strand": true,
          "transcript": "NM_001385370.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1056,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7843,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3171,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001385371.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001372300.1",
          "strand": true,
          "transcript": "NM_001385371.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5174,
          "cdna_start": 546,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011539959.3",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538261.1",
          "strand": true,
          "transcript": "XM_011539959.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4815,
          "cdna_start": 187,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011539960.3",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538262.1",
          "strand": true,
          "transcript": "XM_011539960.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4797,
          "cdna_start": 169,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011539961.3",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538263.1",
          "strand": true,
          "transcript": "XM_011539961.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1189,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4747,
          "cdna_start": 119,
          "cds_end": null,
          "cds_length": 3570,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011539962.2",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538264.1",
          "strand": true,
          "transcript": "XM_011539962.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4711,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_017016414.3",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016871903.1",
          "strand": true,
          "transcript": "XM_017016414.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1132,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4684,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3399,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_011539964.3",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011538266.1",
          "strand": true,
          "transcript": "XM_011539964.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1132,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4651,
          "cdna_start": 194,
          "cds_end": null,
          "cds_length": 3399,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425486.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281442.1",
          "strand": true,
          "transcript": "XM_047425486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1084,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4540,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3255,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425487.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281443.1",
          "strand": true,
          "transcript": "XM_047425487.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1065,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4483,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3198,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425488.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281444.1",
          "strand": true,
          "transcript": "XM_047425488.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1056,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4456,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3171,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425489.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281445.1",
          "strand": true,
          "transcript": "XM_047425489.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1056,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4423,
          "cdna_start": 194,
          "cds_end": null,
          "cds_length": 3171,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425490.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281446.1",
          "strand": true,
          "transcript": "XM_047425490.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1008,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4312,
          "cdna_start": 227,
          "cds_end": null,
          "cds_length": 3027,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425491.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281447.1",
          "strand": true,
          "transcript": "XM_047425491.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1008,
          "aa_ref": "N",
          "aa_start": 31,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4279,
          "cdna_start": 194,
          "cds_end": null,
          "cds_length": 3027,
          "cds_start": 91,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047425492.1",
          "gene_hgnc_id": 11712,
          "gene_symbol": "TDRD1",
          "hgvs_c": "c.91A>T",
          "hgvs_p": "p.Asn31Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047281448.1",
          "strand": true,
          "transcript": "XM_047425492.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs910414280",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000004339336,
      "gene_hgnc_id": 11712,
      "gene_symbol": "TDRD1",
      "gnomad_exomes_ac": 6,
      "gnomad_exomes_af": 0.00000410695,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000656978,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.677,
      "pos": 114187922,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.134,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_198795.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.