← 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: 7-50740336-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=50740336&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 50740336,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000401949.6",
"consequences": [
{
"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": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-46-7968A>T",
"hgvs_p": null,
"transcript": "NM_001350814.2",
"protein_id": "NP_001337743.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": -4,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5468,
"mane_select": "ENST00000401949.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-46-7968A>T",
"hgvs_p": null,
"transcript": "ENST00000401949.6",
"protein_id": "ENSP00000385770.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": -4,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5468,
"mane_select": "NM_001350814.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-124+15551A>T",
"hgvs_p": null,
"transcript": "ENST00000335866.7",
"protein_id": "ENSP00000338543.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-308+15551A>T",
"hgvs_p": null,
"transcript": "ENST00000407526.6",
"protein_id": "ENSP00000385046.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.286+15551A>T",
"hgvs_p": null,
"transcript": "NM_001371009.1",
"protein_id": "NP_001357938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 643,
"cds_start": -4,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.253+15551A>T",
"hgvs_p": null,
"transcript": "NM_001350815.2",
"protein_id": "NP_001337744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 632,
"cds_start": -4,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.253+15551A>T",
"hgvs_p": null,
"transcript": "ENST00000644879.1",
"protein_id": "ENSP00000493728.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 632,
"cds_start": -4,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-124+15551A>T",
"hgvs_p": null,
"transcript": "NM_001001555.3",
"protein_id": "NP_001001555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-240+15551A>T",
"hgvs_p": null,
"transcript": "NM_001350816.3",
"protein_id": "NP_001337745.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-132-7968A>T",
"hgvs_p": null,
"transcript": "NM_001371008.1",
"protein_id": "NP_001357937.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-123-36428A>T",
"hgvs_p": null,
"transcript": "ENST00000402497.6",
"protein_id": "ENSP00000385748.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-308+15551A>T",
"hgvs_p": null,
"transcript": "ENST00000406641.5",
"protein_id": "ENSP00000385366.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-520-7968A>T",
"hgvs_p": null,
"transcript": "ENST00000643299.1",
"protein_id": "ENSP00000496245.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-336-7968A>T",
"hgvs_p": null,
"transcript": "ENST00000645075.2",
"protein_id": "ENSP00000495341.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-240+15551A>T",
"hgvs_p": null,
"transcript": "ENST00000439044.7",
"protein_id": "ENSP00000413023.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2,
"cds_start": -4,
"cds_end": null,
"cds_length": 10,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "n.86+7243A>T",
"hgvs_p": null,
"transcript": "ENST00000465602.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "n.261-12446A>T",
"hgvs_p": null,
"transcript": "ENST00000644716.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "n.253+15551A>T",
"hgvs_p": null,
"transcript": "ENST00000644769.1",
"protein_id": "ENSP00000495397.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.352+15551A>T",
"hgvs_p": null,
"transcript": "XM_017012029.3",
"protein_id": "XP_016867518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 710,
"cds_start": -4,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.286+15551A>T",
"hgvs_p": null,
"transcript": "XM_017012030.3",
"protein_id": "XP_016867519.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 688,
"cds_start": -4,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.253+15551A>T",
"hgvs_p": null,
"transcript": "XM_024446726.2",
"protein_id": "XP_024302494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": -4,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.352+15551A>T",
"hgvs_p": null,
"transcript": "XM_017012031.3",
"protein_id": "XP_016867520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 665,
"cds_start": -4,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-46-7968A>T",
"hgvs_p": null,
"transcript": "XM_017012034.2",
"protein_id": "XP_016867523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": -4,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-46-7968A>T",
"hgvs_p": null,
"transcript": "XM_047420232.1",
"protein_id": "XP_047276188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": -4,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-83-29346A>T",
"hgvs_p": null,
"transcript": "XM_047420233.1",
"protein_id": "XP_047276189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": -4,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-84+15551A>T",
"hgvs_p": null,
"transcript": "XM_047420238.1",
"protein_id": "XP_047276194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": -4,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-83-29346A>T",
"hgvs_p": null,
"transcript": "XM_047420240.1",
"protein_id": "XP_047276196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": -4,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-46-7968A>T",
"hgvs_p": null,
"transcript": "XM_047420241.1",
"protein_id": "XP_047276197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": -4,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-83-29346A>T",
"hgvs_p": null,
"transcript": "XM_047420243.1",
"protein_id": "XP_047276199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": -4,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-83-29346A>T",
"hgvs_p": null,
"transcript": "XM_047420244.1",
"protein_id": "XP_047276200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": -4,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-123-36428A>T",
"hgvs_p": null,
"transcript": "XM_017012061.3",
"protein_id": "XP_016867550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": -4,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-308+15551A>T",
"hgvs_p": null,
"transcript": "XM_024446729.2",
"protein_id": "XP_024302497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": -4,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-124+15551A>T",
"hgvs_p": null,
"transcript": "XM_047420250.1",
"protein_id": "XP_047276206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": -4,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-36+15551A>T",
"hgvs_p": null,
"transcript": "XM_047420252.1",
"protein_id": "XP_047276208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-36+15551A>T",
"hgvs_p": null,
"transcript": "XM_047420253.1",
"protein_id": "XP_047276209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-36+15551A>T",
"hgvs_p": null,
"transcript": "XM_047420254.1",
"protein_id": "XP_047276210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 18140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.-36+15551A>T",
"hgvs_p": null,
"transcript": "XM_047420255.1",
"protein_id": "XP_047276211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"dbsnp": "rs12536500",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.628,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000401949.6",
"gene_symbol": "GRB10",
"hgnc_id": 4564,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-46-7968A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}