← 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-50597225-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=50597225&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 50597225,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001371009.1",
"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": 17,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1545-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000401949.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350814.2"
},
{
"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": 17,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1545-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001350814.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401949.6"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1545-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000398812.6",
"protein_id": "ENSP00000381793.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": null,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398812.6"
},
{
"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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1407-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000357271.9",
"protein_id": "ENSP00000349818.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357271.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335866.7"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000398810.6",
"protein_id": "ENSP00000381790.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398810.6"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000402578.5",
"protein_id": "ENSP00000385189.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402578.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000403097.6",
"protein_id": "ENSP00000385544.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403097.6"
},
{
"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": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407526.6"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1692-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371009.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1659-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350815.2"
},
{
"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": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1659-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644879.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1572-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000918860.1",
"protein_id": "ENSP00000588919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 603,
"cds_start": null,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918860.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000876184.1",
"protein_id": "ENSP00000546243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876184.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000918859.1",
"protein_id": "ENSP00000588918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918859.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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1407-1695T>C",
"hgvs_p": null,
"transcript": "NM_001001549.3",
"protein_id": "NP_001001549.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001549.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"hgvs_p": null,
"transcript": "NM_001001550.3",
"protein_id": "NP_001001550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001550.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001555.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350816.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001371008.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402497.6"
},
{
"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": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406641.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": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643299.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645075.2"
},
{
"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": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1893-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012029.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1827-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012030.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1794-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446726.2"
},
{
"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": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1758-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012031.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1680-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012034.2"
},
{
"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": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1680-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420232.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1662-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420233.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": 22,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1662-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420234.1",
"protein_id": "XP_047276190.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420234.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": 22,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1662-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420235.1",
"protein_id": "XP_047276191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420235.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": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1662-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420236.1",
"protein_id": "XP_047276192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420236.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1662-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420237.1",
"protein_id": "XP_047276193.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420237.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1662-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420238.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1662-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420240.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1545-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420241.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": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1542-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420242.1",
"protein_id": "XP_047276198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420242.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1527-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420243.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1527-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420244.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_017012058.1",
"protein_id": "XP_016867547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012058.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012061.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_017012062.3",
"protein_id": "XP_016867551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012062.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": 18,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446729.2"
},
{
"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": 22,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420245.1",
"protein_id": "XP_047276201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420245.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": 22,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420246.1",
"protein_id": "XP_047276202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420246.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": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420247.1",
"protein_id": "XP_047276203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420247.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": 21,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420248.1",
"protein_id": "XP_047276204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420248.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": 20,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420249.1",
"protein_id": "XP_047276205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420249.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": 17,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420250.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": 23,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1506-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420251.1",
"protein_id": "XP_047276207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 581,
"cds_start": null,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420251.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"hgvs_p": null,
"transcript": "XM_017012045.1",
"protein_id": "XP_016867534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012045.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420252.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420253.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420254.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.1371-1695T>C",
"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": null,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420255.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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "c.984-1695T>C",
"hgvs_p": null,
"transcript": "XM_047420256.1",
"protein_id": "XP_047276212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": null,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420256.1"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "n.1005-1695T>C",
"hgvs_p": null,
"transcript": "ENST00000473696.1",
"protein_id": null,
"transcript_support_level": 4,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000473696.1"
},
{
"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": 16,
"intron_rank_end": null,
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"hgvs_c": "n.*1578-1695T>C",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644769.1"
}
],
"gene_symbol": "GRB10",
"gene_hgnc_id": 4564,
"dbsnp": "rs12540874",
"frequency_reference_population": 0.33181536,
"hom_count_reference_population": 9259,
"allele_count_reference_population": 50495,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.331815,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 50495,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9259,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"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.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.601,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001371009.1",
"gene_symbol": "GRB10",
"hgnc_id": 4564,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1692-1695T>C",
"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
}