← 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-78256235-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=78256235&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 78256235,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_012301.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "NM_012301.4",
"protein_id": "NP_036433.2",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1455,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000354212.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012301.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "ENST00000354212.9",
"protein_id": "ENSP00000346151.4",
"transcript_support_level": 1,
"aa_start": 585,
"aa_end": null,
"aa_length": 1455,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012301.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354212.9"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "ENST00000419488.5",
"protein_id": "ENSP00000405766.1",
"transcript_support_level": 1,
"aa_start": 585,
"aa_end": null,
"aa_length": 1441,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419488.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.582C>T",
"hgvs_p": "p.Pro194Pro",
"transcript": "ENST00000519748.5",
"protein_id": "ENSP00000486774.1",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 861,
"cds_start": 582,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519748.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "n.830C>T",
"hgvs_p": null,
"transcript": "ENST00000520379.2",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000520379.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "NM_001301128.2",
"protein_id": "NP_001288057.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1441,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301128.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "ENST00000522391.3",
"protein_id": "ENSP00000428389.1",
"transcript_support_level": 5,
"aa_start": 585,
"aa_end": null,
"aa_length": 1283,
"cds_start": 1755,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522391.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "ENST00000637441.1",
"protein_id": "ENSP00000489633.1",
"transcript_support_level": 5,
"aa_start": 585,
"aa_end": null,
"aa_length": 1206,
"cds_start": 1755,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637441.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1266C>T",
"hgvs_p": "p.Pro422Pro",
"transcript": "ENST00000626691.2",
"protein_id": "ENSP00000486131.1",
"transcript_support_level": 5,
"aa_start": 422,
"aa_end": null,
"aa_length": 1120,
"cds_start": 1266,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000626691.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1266C>T",
"hgvs_p": "p.Pro422Pro",
"transcript": "ENST00000629359.2",
"protein_id": "ENSP00000487448.1",
"transcript_support_level": 5,
"aa_start": 422,
"aa_end": null,
"aa_length": 1106,
"cds_start": 1266,
"cds_end": null,
"cds_length": 3321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629359.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.582C>T",
"hgvs_p": "p.Pro194Pro",
"transcript": "ENST00000637282.1",
"protein_id": "ENSP00000490637.1",
"transcript_support_level": 5,
"aa_start": 194,
"aa_end": null,
"aa_length": 841,
"cds_start": 582,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637282.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.825C>T",
"hgvs_p": "p.Pro275Pro",
"transcript": "ENST00000636178.1",
"protein_id": "ENSP00000489709.1",
"transcript_support_level": 5,
"aa_start": 275,
"aa_end": null,
"aa_length": 740,
"cds_start": 825,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636178.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1266C>T",
"hgvs_p": "p.Pro422Pro",
"transcript": "ENST00000628781.1",
"protein_id": "ENSP00000485970.1",
"transcript_support_level": 2,
"aa_start": 422,
"aa_end": null,
"aa_length": 555,
"cds_start": 1266,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628781.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1086C>T",
"hgvs_p": "p.Pro362Pro",
"transcript": "ENST00000630991.2",
"protein_id": "ENSP00000487435.1",
"transcript_support_level": 2,
"aa_start": 362,
"aa_end": null,
"aa_length": 495,
"cds_start": 1086,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000630991.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1251C>T",
"hgvs_p": "p.Pro417Pro",
"transcript": "ENST00000636717.1",
"protein_id": "ENSP00000490128.1",
"transcript_support_level": 5,
"aa_start": 417,
"aa_end": null,
"aa_length": 486,
"cds_start": 1251,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636717.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.825C>T",
"hgvs_p": "p.Pro275Pro",
"transcript": "ENST00000636039.1",
"protein_id": "ENSP00000490259.1",
"transcript_support_level": 5,
"aa_start": 275,
"aa_end": null,
"aa_length": 408,
"cds_start": 825,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636039.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1884C>T",
"hgvs_p": "p.Pro628Pro",
"transcript": "XM_017012840.3",
"protein_id": "XP_016868329.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 1540,
"cds_start": 1884,
"cds_end": null,
"cds_length": 4623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012840.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1881C>T",
"hgvs_p": "p.Pro627Pro",
"transcript": "XM_017012841.3",
"protein_id": "XP_016868330.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 1539,
"cds_start": 1881,
"cds_end": null,
"cds_length": 4620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012841.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1884C>T",
"hgvs_p": "p.Pro628Pro",
"transcript": "XM_017012842.3",
"protein_id": "XP_016868331.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 1538,
"cds_start": 1884,
"cds_end": null,
"cds_length": 4617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012842.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1884C>T",
"hgvs_p": "p.Pro628Pro",
"transcript": "XM_017012843.3",
"protein_id": "XP_016868332.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 1526,
"cds_start": 1884,
"cds_end": null,
"cds_length": 4581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012843.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1884C>T",
"hgvs_p": "p.Pro628Pro",
"transcript": "XM_017012844.3",
"protein_id": "XP_016868333.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 1498,
"cds_start": 1884,
"cds_end": null,
"cds_length": 4497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012844.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "XM_011516718.3",
"protein_id": "XP_011515020.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1497,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516718.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "XM_017012845.3",
"protein_id": "XP_016868334.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1495,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012845.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1884C>T",
"hgvs_p": "p.Pro628Pro",
"transcript": "XM_047421092.1",
"protein_id": "XP_047277048.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 1484,
"cds_start": 1884,
"cds_end": null,
"cds_length": 4455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421092.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "XM_017012846.3",
"protein_id": "XP_016868335.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1483,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012846.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro",
"transcript": "XM_047421093.1",
"protein_id": "XP_047277049.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 1453,
"cds_start": 1755,
"cds_end": null,
"cds_length": 4362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421093.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1395C>T",
"hgvs_p": "p.Pro465Pro",
"transcript": "XM_011516720.4",
"protein_id": "XP_011515022.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 1377,
"cds_start": 1395,
"cds_end": null,
"cds_length": 4134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516720.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.1395C>T",
"hgvs_p": "p.Pro465Pro",
"transcript": "XM_017012847.3",
"protein_id": "XP_016868336.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 1377,
"cds_start": 1395,
"cds_end": null,
"cds_length": 4134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017012847.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "c.582C>T",
"hgvs_p": "p.Pro194Pro",
"transcript": "XM_011516728.2",
"protein_id": "XP_011515030.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 1106,
"cds_start": 582,
"cds_end": null,
"cds_length": 3321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516728.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": 21,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"hgvs_c": "n.1253+13C>T",
"hgvs_p": null,
"transcript": "ENST00000637486.1",
"protein_id": "ENSP00000490080.1",
"transcript_support_level": 5,
"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": "ENST00000637486.1"
}
],
"gene_symbol": "MAGI2",
"gene_hgnc_id": 18957,
"dbsnp": "rs34937835",
"frequency_reference_population": 0.017186409,
"hom_count_reference_population": 385,
"allele_count_reference_population": 27739,
"gnomad_exomes_af": 0.0173371,
"gnomad_genomes_af": 0.0157401,
"gnomad_exomes_ac": 25342,
"gnomad_genomes_ac": 2397,
"gnomad_exomes_homalt": 344,
"gnomad_genomes_homalt": 41,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"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.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.708,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_012301.4",
"gene_symbol": "MAGI2",
"hgnc_id": 18957,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1755C>T",
"hgvs_p": "p.Pro585Pro"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}