← 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: 14-77427630-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=77427630&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 77427630,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_022067.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "NM_001193315.2",
"protein_id": "NP_001180244.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000557658.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193315.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000557658.6",
"protein_id": "ENSP00000452191.1",
"transcript_support_level": 1,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001193315.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557658.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000343765.6",
"protein_id": "ENSP00000339122.2",
"transcript_support_level": 1,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343765.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1546C>T",
"hgvs_p": "p.Arg516*",
"transcript": "ENST00000556412.4",
"protein_id": "ENSP00000451857.1",
"transcript_support_level": 2,
"aa_start": 516,
"aa_end": null,
"aa_length": 519,
"cds_start": 1546,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000556412.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1492C>T",
"hgvs_p": "p.Arg498*",
"transcript": "ENST00000897625.1",
"protein_id": "ENSP00000567684.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 501,
"cds_start": 1492,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897625.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1492C>T",
"hgvs_p": "p.Arg498*",
"transcript": "ENST00000897630.1",
"protein_id": "ENSP00000567689.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 501,
"cds_start": 1492,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897630.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "NM_001193314.2",
"protein_id": "NP_001180243.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193314.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "NM_001193317.2",
"protein_id": "NP_001180246.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193317.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "NM_001400326.1",
"protein_id": "NP_001387255.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400326.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "NM_022067.4",
"protein_id": "NP_071350.2",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022067.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000553888.5",
"protein_id": "ENSP00000452181.1",
"transcript_support_level": 2,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553888.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000897629.1",
"protein_id": "ENSP00000567688.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897629.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000951346.1",
"protein_id": "ENSP00000621405.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951346.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000951347.1",
"protein_id": "ENSP00000621406.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951347.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*",
"transcript": "ENST00000951350.1",
"protein_id": "ENSP00000621409.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 493,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951350.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1453C>T",
"hgvs_p": "p.Arg485*",
"transcript": "ENST00000951353.1",
"protein_id": "ENSP00000621412.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 488,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951353.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1435C>T",
"hgvs_p": "p.Arg479*",
"transcript": "NM_001400327.1",
"protein_id": "NP_001387256.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 482,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400327.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467*",
"transcript": "ENST00000951349.1",
"protein_id": "ENSP00000621408.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 470,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951349.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "NM_001400330.1",
"protein_id": "NP_001387259.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 464,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400330.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "NM_001400331.1",
"protein_id": "NP_001387260.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 464,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400331.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "NM_001400332.1",
"protein_id": "NP_001387261.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 464,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400332.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000897631.1",
"protein_id": "ENSP00000567690.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 464,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897631.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459*",
"transcript": "NM_001400333.1",
"protein_id": "NP_001387262.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 462,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400333.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459*",
"transcript": "NM_001400334.1",
"protein_id": "NP_001387263.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 462,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400334.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459*",
"transcript": "ENST00000897627.1",
"protein_id": "ENSP00000567686.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 462,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897627.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455*",
"transcript": "NM_001400335.1",
"protein_id": "NP_001387264.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 458,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400335.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1363C>T",
"hgvs_p": "p.Arg455*",
"transcript": "ENST00000897626.1",
"protein_id": "ENSP00000567685.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 458,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897626.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1333C>T",
"hgvs_p": "p.Arg445*",
"transcript": "NM_001400336.1",
"protein_id": "NP_001387265.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 448,
"cds_start": 1333,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400336.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1333C>T",
"hgvs_p": "p.Arg445*",
"transcript": "ENST00000897628.1",
"protein_id": "ENSP00000567687.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 448,
"cds_start": 1333,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897628.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1333C>T",
"hgvs_p": "p.Arg445*",
"transcript": "ENST00000951352.1",
"protein_id": "ENSP00000621411.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 448,
"cds_start": 1333,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951352.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "NM_001193316.2",
"protein_id": "NP_001180245.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193316.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "NM_001400324.1",
"protein_id": "NP_001387253.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400324.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "NM_001400325.1",
"protein_id": "NP_001387254.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400325.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "ENST00000327028.8",
"protein_id": "ENSP00000313098.5",
"transcript_support_level": 5,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327028.8"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1321C>T",
"hgvs_p": "p.Arg441*",
"transcript": "ENST00000448935.6",
"protein_id": "ENSP00000404815.2",
"transcript_support_level": 2,
"aa_start": 441,
"aa_end": null,
"aa_length": 444,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448935.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1228C>T",
"hgvs_p": "p.Arg410*",
"transcript": "NM_001400337.1",
"protein_id": "NP_001387266.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 413,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400337.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1228C>T",
"hgvs_p": "p.Arg410*",
"transcript": "ENST00000951348.1",
"protein_id": "ENSP00000621407.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 413,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951348.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1228C>T",
"hgvs_p": "p.Arg410*",
"transcript": "ENST00000951351.1",
"protein_id": "ENSP00000621410.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 413,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951351.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1189C>T",
"hgvs_p": "p.Arg397*",
"transcript": "NM_001400338.1",
"protein_id": "NP_001387267.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 400,
"cds_start": 1189,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400338.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "c.1183C>T",
"hgvs_p": "p.Arg395*",
"transcript": "NM_001400339.1",
"protein_id": "NP_001387268.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 398,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001400339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"hgvs_c": "n.1668C>T",
"hgvs_p": null,
"transcript": "NR_174476.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_174476.1"
}
],
"gene_symbol": "VIPAS39",
"gene_hgnc_id": 20347,
"dbsnp": "rs777254676",
"frequency_reference_population": 0.0000030978513,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000136812,
"gnomad_genomes_af": 0.0000197158,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"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.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.748,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PVS1_Moderate,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PVS1_Moderate",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_022067.4",
"gene_symbol": "VIPAS39",
"hgnc_id": 20347,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1468C>T",
"hgvs_p": "p.Arg490*"
}
],
"clinvar_disease": " and cholestasis 2, renal dysfunction,Arthrogryposis",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Arthrogryposis, renal dysfunction, and cholestasis 2",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}