← 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: 19-40441872-C-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=40441872&ref=C&alt=G&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": "SERTAD3",
          "hgnc_id": 17931,
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_013368.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0961,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.16339489817619324,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1364,
          "cdna_start": 336,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_203344.3",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000322354.4",
          "protein_coding": true,
          "protein_id": "NP_976219.1",
          "strand": false,
          "transcript": "NM_203344.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1364,
          "cdna_start": 336,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000322354.4",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_203344.3",
          "protein_coding": true,
          "protein_id": "ENSP00000325414.2",
          "strand": false,
          "transcript": "ENST00000322354.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1516,
          "cdna_start": 487,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000392028.9",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000375882.3",
          "strand": false,
          "transcript": "ENST00000392028.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1515,
          "cdna_start": 487,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_013368.4",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_037500.2",
          "strand": false,
          "transcript": "NM_013368.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1518,
          "cdna_start": 489,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000865349.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535408.1",
          "strand": false,
          "transcript": "ENST00000865349.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1669,
          "cdna_start": 641,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000865350.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535409.1",
          "strand": false,
          "transcript": "ENST00000865350.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1477,
          "cdna_start": 449,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000865351.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535410.1",
          "strand": false,
          "transcript": "ENST00000865351.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1643,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000865352.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535411.1",
          "strand": false,
          "transcript": "ENST00000865352.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1530,
          "cdna_start": 502,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000865353.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535412.1",
          "strand": false,
          "transcript": "ENST00000865353.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1504,
          "cdna_start": 478,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000865354.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535413.1",
          "strand": false,
          "transcript": "ENST00000865354.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3233,
          "cdna_start": 2205,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000865355.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535414.1",
          "strand": false,
          "transcript": "ENST00000865355.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2111,
          "cdna_start": 1082,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000865356.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535415.1",
          "strand": false,
          "transcript": "ENST00000865356.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1413,
          "cdna_start": 386,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000865357.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000535416.1",
          "strand": false,
          "transcript": "ENST00000865357.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1672,
          "cdna_start": 644,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000921116.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591175.1",
          "strand": false,
          "transcript": "ENST00000921116.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1371,
          "cdna_start": 343,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000921117.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591176.1",
          "strand": false,
          "transcript": "ENST00000921117.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1974,
          "cdna_start": 744,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921118.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591177.1",
          "strand": false,
          "transcript": "ENST00000921118.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1786,
          "cdna_start": 758,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921119.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591178.1",
          "strand": false,
          "transcript": "ENST00000921119.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2430,
          "cdna_start": 1403,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921120.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591179.1",
          "strand": false,
          "transcript": "ENST00000921120.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1908,
          "cdna_start": 882,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921121.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591180.1",
          "strand": false,
          "transcript": "ENST00000921121.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1638,
          "cdna_start": 609,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921122.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591181.1",
          "strand": false,
          "transcript": "ENST00000921122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1293,
          "cdna_start": 264,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000921123.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591182.1",
          "strand": false,
          "transcript": "ENST00000921123.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1623,
          "cdna_start": 595,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921124.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591183.1",
          "strand": false,
          "transcript": "ENST00000921124.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1762,
          "cdna_start": 734,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921125.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591184.1",
          "strand": false,
          "transcript": "ENST00000921125.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1561,
          "cdna_start": 533,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000921126.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591185.1",
          "strand": false,
          "transcript": "ENST00000921126.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 860,
          "cdna_start": 247,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000921127.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591186.1",
          "strand": false,
          "transcript": "ENST00000921127.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1307,
          "cdna_start": 279,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000946968.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617027.1",
          "strand": false,
          "transcript": "ENST00000946968.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1878,
          "cdna_start": 850,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000946969.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000617028.1",
          "strand": false,
          "transcript": "ENST00000946969.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 176,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 747,
          "cdna_start": 423,
          "cds_end": null,
          "cds_length": 533,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000599706.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469245.1",
          "strand": false,
          "transcript": "ENST00000599706.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 90,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 535,
          "cdna_start": 469,
          "cds_end": null,
          "cds_length": 275,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000596456.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000472999.1",
          "strand": false,
          "transcript": "ENST00000596456.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "R",
          "aa_start": 94,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1491,
          "cdna_start": 463,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 281,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047438716.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.281G>C",
          "hgvs_p": "p.Arg94Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294672.1",
          "strand": false,
          "transcript": "XM_047438716.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 220,
          "aa_ref": "R",
          "aa_start": 94,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1593,
          "cdna_start": 565,
          "cds_end": null,
          "cds_length": 663,
          "cds_start": 281,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047438717.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.281G>C",
          "hgvs_p": "p.Arg94Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294673.1",
          "strand": false,
          "transcript": "XM_047438717.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1466,
          "cdna_start": 438,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_006723179.4",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006723242.1",
          "strand": false,
          "transcript": "XM_006723179.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "R",
          "aa_start": 70,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1409,
          "cdna_start": 381,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "XM_047438718.1",
          "gene_hgnc_id": 17931,
          "gene_symbol": "SERTAD3",
          "hgvs_c": "c.209G>C",
          "hgvs_p": "p.Arg70Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047294674.1",
          "strand": false,
          "transcript": "XM_047438718.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1352566175",
      "effect": "missense_variant",
      "frequency_reference_population": 7.01911e-7,
      "gene_hgnc_id": 17931,
      "gene_symbol": "SERTAD3",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 7.01911e-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.096,
      "pos": 40441872,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.269,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.019999999552965164,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "transcript": "NM_013368.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.