← 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-36006809-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 36006809,
      "ref": "G",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_001039876.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "NM_001039876.3",
          "protein_id": "NP_001034965.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 691,
          "cdna_end": null,
          "cdna_length": 1377,
          "mane_select": "ENST00000324444.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001039876.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000324444.9",
          "protein_id": "ENSP00000316130.3",
          "transcript_support_level": 5,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 404,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1215,
          "cdna_start": 691,
          "cdna_end": null,
          "cdna_length": 1377,
          "mane_select": "NM_001039876.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000324444.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.280-138C>A",
          "hgvs_p": null,
          "transcript": "ENST00000340477.9",
          "protein_id": "ENSP00000343152.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000340477.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000872005.1",
          "protein_id": "ENSP00000542064.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 434,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1305,
          "cdna_start": 667,
          "cdna_end": null,
          "cdna_length": 1442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872005.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.550C>A",
          "hgvs_p": "p.Arg184Arg",
          "transcript": "ENST00000921832.1",
          "protein_id": "ENSP00000591891.1",
          "transcript_support_level": null,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 550,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": 671,
          "cdna_end": null,
          "cdna_length": 1382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921832.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000921836.1",
          "protein_id": "ENSP00000591895.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": 684,
          "cdna_end": null,
          "cdna_length": 1356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921836.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000872000.1",
          "protein_id": "ENSP00000542059.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 679,
          "cdna_end": null,
          "cdna_length": 1348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872000.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000952118.1",
          "protein_id": "ENSP00000622177.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": 653,
          "cdna_end": null,
          "cdna_length": 1315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000952118.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000872011.1",
          "protein_id": "ENSP00000542070.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": 645,
          "cdna_end": null,
          "cdna_length": 1301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872011.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.445C>A",
          "hgvs_p": "p.Arg149Arg",
          "transcript": "ENST00000871996.1",
          "protein_id": "ENSP00000542055.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 445,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 589,
          "cdna_end": null,
          "cdna_length": 1275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871996.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.415C>A",
          "hgvs_p": "p.Arg139Arg",
          "transcript": "ENST00000872003.1",
          "protein_id": "ENSP00000542062.1",
          "transcript_support_level": null,
          "aa_start": 139,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": 415,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": 536,
          "cdna_end": null,
          "cdna_length": 1216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872003.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000490730.1",
          "protein_id": "ENSP00000422716.1",
          "transcript_support_level": 2,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 353,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1063,
          "cdna_start": 671,
          "cdna_end": null,
          "cdna_length": 1175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000490730.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.415C>A",
          "hgvs_p": "p.Arg139Arg",
          "transcript": "ENST00000872008.1",
          "protein_id": "ENSP00000542067.1",
          "transcript_support_level": null,
          "aa_start": 139,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 415,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 1186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872008.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000872007.1",
          "protein_id": "ENSP00000542066.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 346,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 1041,
          "cdna_start": 667,
          "cdna_end": null,
          "cdna_length": 1174,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872007.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000871998.1",
          "protein_id": "ENSP00000542057.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871998.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.550C>A",
          "hgvs_p": "p.Arg184Arg",
          "transcript": "ENST00000921837.1",
          "protein_id": "ENSP00000591896.1",
          "transcript_support_level": null,
          "aa_start": 184,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 550,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 671,
          "cdna_end": null,
          "cdna_length": 1105,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921837.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000872001.1",
          "protein_id": "ENSP00000542060.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872001.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "ENST00000921839.1",
          "protein_id": "ENSP00000591898.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 643,
          "cdna_end": null,
          "cdna_length": 1044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921839.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.445C>A",
          "hgvs_p": "p.Arg149Arg",
          "transcript": "ENST00000872006.1",
          "protein_id": "ENSP00000542065.1",
          "transcript_support_level": null,
          "aa_start": 149,
          "aa_end": null,
          "aa_length": 283,
          "cds_start": 445,
          "cds_end": null,
          "cds_length": 852,
          "cdna_start": 553,
          "cdna_end": null,
          "cdna_length": 987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872006.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.415C>A",
          "hgvs_p": "p.Arg139Arg",
          "transcript": "ENST00000871997.1",
          "protein_id": "ENSP00000542056.1",
          "transcript_support_level": null,
          "aa_start": 139,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": 415,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": 562,
          "cdna_end": null,
          "cdna_length": 993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871997.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.415C>A",
          "hgvs_p": "p.Arg139Arg",
          "transcript": "ENST00000921840.1",
          "protein_id": "ENSP00000591899.1",
          "transcript_support_level": null,
          "aa_start": 139,
          "aa_end": null,
          "aa_length": 268,
          "cds_start": 415,
          "cds_end": null,
          "cds_length": 807,
          "cdna_start": 476,
          "cdna_end": null,
          "cdna_length": 895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921840.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.301C>A",
          "hgvs_p": "p.Arg101Arg",
          "transcript": "ENST00000872004.1",
          "protein_id": "ENSP00000542063.1",
          "transcript_support_level": null,
          "aa_start": 101,
          "aa_end": null,
          "aa_length": 235,
          "cds_start": 301,
          "cds_end": null,
          "cds_length": 708,
          "cdna_start": 409,
          "cdna_end": null,
          "cdna_length": 845,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872004.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.415C>A",
          "hgvs_p": "p.Arg139Arg",
          "transcript": "XM_047438344.1",
          "protein_id": "XP_047294300.1",
          "transcript_support_level": null,
          "aa_start": 139,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": 415,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": 547,
          "cdna_end": null,
          "cdna_length": 1233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438344.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.319C>A",
          "hgvs_p": "p.Arg107Arg",
          "transcript": "XM_047438345.1",
          "protein_id": "XP_047294301.1",
          "transcript_support_level": null,
          "aa_start": 107,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": 319,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": 540,
          "cdna_end": null,
          "cdna_length": 1226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438345.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "XM_047438346.1",
          "protein_id": "XP_047294302.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": 691,
          "cdna_end": null,
          "cdna_length": 1128,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438346.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.175C>A",
          "hgvs_p": "p.Arg59Arg",
          "transcript": "XM_047438347.1",
          "protein_id": "XP_047294303.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 175,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 1082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438347.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg",
          "transcript": "XM_047438348.1",
          "protein_id": "XP_047294304.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 559,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": 691,
          "cdna_end": null,
          "cdna_length": 1139,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438348.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.424-138C>A",
          "hgvs_p": null,
          "transcript": "ENST00000871995.1",
          "protein_id": "ENSP00000542054.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871995.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.424-138C>A",
          "hgvs_p": null,
          "transcript": "ENST00000872002.1",
          "protein_id": "ENSP00000542061.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872002.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.280-138C>A",
          "hgvs_p": null,
          "transcript": "NM_001297735.3",
          "protein_id": "NP_001284664.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 876,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297735.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.423+316C>A",
          "hgvs_p": null,
          "transcript": "ENST00000871999.1",
          "protein_id": "ENSP00000542058.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000871999.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.423+316C>A",
          "hgvs_p": null,
          "transcript": "ENST00000921838.1",
          "protein_id": "ENSP00000591897.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921838.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.309+316C>A",
          "hgvs_p": null,
          "transcript": "ENST00000921835.1",
          "protein_id": "ENSP00000591894.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 657,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921835.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.280-1372C>A",
          "hgvs_p": null,
          "transcript": "ENST00000872009.1",
          "protein_id": "ENSP00000542068.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872009.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.129-138C>A",
          "hgvs_p": null,
          "transcript": "ENST00000921833.1",
          "protein_id": "ENSP00000591892.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921833.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.279+1408C>A",
          "hgvs_p": null,
          "transcript": "ENST00000921834.1",
          "protein_id": "ENSP00000591893.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 173,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921834.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.166-1372C>A",
          "hgvs_p": null,
          "transcript": "ENST00000921831.1",
          "protein_id": "ENSP00000591890.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921831.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.240+1408C>A",
          "hgvs_p": null,
          "transcript": "ENST00000503121.5",
          "protein_id": "ENSP00000425550.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 149,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000503121.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.128+1745C>A",
          "hgvs_p": null,
          "transcript": "ENST00000872010.1",
          "protein_id": "ENSP00000542069.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 103,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000872010.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.66-1372C>A",
          "hgvs_p": null,
          "transcript": "ENST00000397428.8",
          "protein_id": "ENSP00000380572.4",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 43,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397428.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.423+316C>A",
          "hgvs_p": null,
          "transcript": "XM_047438349.1",
          "protein_id": "XP_047294305.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 256,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438349.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.40-138C>A",
          "hgvs_p": null,
          "transcript": "XM_047438350.1",
          "protein_id": "XP_047294306.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 636,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438350.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "c.280-1372C>A",
          "hgvs_p": null,
          "transcript": "XM_047438351.1",
          "protein_id": "XP_047294307.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 627,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438351.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "n.671C>A",
          "hgvs_p": null,
          "transcript": "ENST00000465425.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000465425.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SYNE4",
          "gene_hgnc_id": 26703,
          "hgvs_c": "n.395-1372C>A",
          "hgvs_p": null,
          "transcript": "ENST00000505054.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000505054.2"
        }
      ],
      "gene_symbol": "SYNE4",
      "gene_hgnc_id": 26703,
      "dbsnp": "rs750797779",
      "frequency_reference_population": 6.8611575e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.86116e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.699999988079071,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.7,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.087,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001039876.3",
          "gene_symbol": "SYNE4",
          "hgnc_id": 26703,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.559C>A",
          "hgvs_p": "p.Arg187Arg"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.