← 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-97852293-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=97852293&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 97852293,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001673.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "NM_001673.5",
"protein_id": "NP_001664.3",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000394308.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001673.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000394308.8",
"protein_id": "ENSP00000377845.3",
"transcript_support_level": 1,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001673.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394308.8"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000175506.8",
"protein_id": "ENSP00000175506.4",
"transcript_support_level": 1,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000175506.8"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1700C>T",
"hgvs_p": "p.Thr567Met",
"transcript": "ENST00000931349.1",
"protein_id": "ENSP00000601408.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 577,
"cds_start": 1700,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931349.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1655C>T",
"hgvs_p": "p.Thr552Met",
"transcript": "ENST00000884569.1",
"protein_id": "ENSP00000554628.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 562,
"cds_start": 1655,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884569.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "NM_001352496.2",
"protein_id": "NP_001339425.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352496.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "NM_133436.3",
"protein_id": "NP_597680.2",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133436.3"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "NM_183356.4",
"protein_id": "NP_899199.2",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_183356.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000394309.7",
"protein_id": "ENSP00000377846.3",
"transcript_support_level": 2,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394309.7"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000884568.1",
"protein_id": "ENSP00000554627.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884568.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000884570.1",
"protein_id": "ENSP00000554629.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884570.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000931343.1",
"protein_id": "ENSP00000601402.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931343.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000931345.1",
"protein_id": "ENSP00000601404.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931345.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000931346.1",
"protein_id": "ENSP00000601405.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931346.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000931350.1",
"protein_id": "ENSP00000601409.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931350.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000968225.1",
"protein_id": "ENSP00000638284.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968225.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met",
"transcript": "ENST00000968227.1",
"protein_id": "ENSP00000638286.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 561,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968227.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1643C>T",
"hgvs_p": "p.Thr548Met",
"transcript": "ENST00000931344.1",
"protein_id": "ENSP00000601403.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 558,
"cds_start": 1643,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931344.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1589C>T",
"hgvs_p": "p.Thr530Met",
"transcript": "NM_001178075.2",
"protein_id": "NP_001171546.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 540,
"cds_start": 1589,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178075.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1589C>T",
"hgvs_p": "p.Thr530Met",
"transcript": "ENST00000422745.5",
"protein_id": "ENSP00000414901.1",
"transcript_support_level": 5,
"aa_start": 530,
"aa_end": null,
"aa_length": 540,
"cds_start": 1589,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422745.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1589C>T",
"hgvs_p": "p.Thr530Met",
"transcript": "ENST00000444334.5",
"protein_id": "ENSP00000406994.1",
"transcript_support_level": 2,
"aa_start": 530,
"aa_end": null,
"aa_length": 540,
"cds_start": 1589,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444334.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1457C>T",
"hgvs_p": "p.Thr486Met",
"transcript": "ENST00000968226.1",
"protein_id": "ENSP00000638285.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 496,
"cds_start": 1457,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968226.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1403C>T",
"hgvs_p": "p.Thr468Met",
"transcript": "NM_001178076.2",
"protein_id": "NP_001171547.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 478,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178076.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1403C>T",
"hgvs_p": "p.Thr468Met",
"transcript": "NM_001178077.1",
"protein_id": "NP_001171548.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 478,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001178077.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1403C>T",
"hgvs_p": "p.Thr468Met",
"transcript": "ENST00000437628.5",
"protein_id": "ENSP00000414379.1",
"transcript_support_level": 2,
"aa_start": 468,
"aa_end": null,
"aa_length": 478,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437628.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1403C>T",
"hgvs_p": "p.Thr468Met",
"transcript": "ENST00000455086.5",
"protein_id": "ENSP00000408472.1",
"transcript_support_level": 2,
"aa_start": 468,
"aa_end": null,
"aa_length": 478,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455086.5"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1379C>T",
"hgvs_p": "p.Thr460Met",
"transcript": "ENST00000931348.1",
"protein_id": "ENSP00000601407.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 470,
"cds_start": 1379,
"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": "ENST00000931348.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "c.1271C>T",
"hgvs_p": "p.Thr424Met",
"transcript": "ENST00000931347.1",
"protein_id": "ENSP00000601406.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 434,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931347.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "n.*520C>T",
"hgvs_p": null,
"transcript": "ENST00000454046.5",
"protein_id": "ENSP00000401651.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": "ENST00000454046.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284707",
"gene_hgnc_id": null,
"hgvs_c": "n.1902C>T",
"hgvs_p": null,
"transcript": "ENST00000641315.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": "ENST00000641315.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284707",
"gene_hgnc_id": null,
"hgvs_c": "n.2606C>T",
"hgvs_p": null,
"transcript": "ENST00000641390.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": "ENST00000641390.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284707",
"gene_hgnc_id": null,
"hgvs_c": "n.3138C>T",
"hgvs_p": null,
"transcript": "ENST00000641784.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": "ENST00000641784.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CZ1P-ASNS",
"gene_hgnc_id": null,
"hgvs_c": "n.3355C>T",
"hgvs_p": null,
"transcript": "NR_147989.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_147989.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "n.*520C>T",
"hgvs_p": null,
"transcript": "ENST00000454046.5",
"protein_id": "ENSP00000401651.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": "ENST00000454046.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"hgvs_c": "n.*21C>T",
"hgvs_p": null,
"transcript": "ENST00000487714.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000487714.1"
}
],
"gene_symbol": "ASNS",
"gene_hgnc_id": 753,
"dbsnp": "rs532710533",
"frequency_reference_population": 0.000027879556,
"hom_count_reference_population": 0,
"allele_count_reference_population": 45,
"gnomad_exomes_af": 0.0000266791,
"gnomad_genomes_af": 0.0000394047,
"gnomad_exomes_ac": 39,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6164833903312683,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.273,
"revel_prediction": "Benign",
"alphamissense_score": 0.1597,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.49,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PP2",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PM2",
"PP2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001673.5",
"gene_symbol": "ASNS",
"hgnc_id": 753,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1652C>T",
"hgvs_p": "p.Thr551Met"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_147989.1",
"gene_symbol": "CZ1P-ASNS",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3355C>T",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000641315.1",
"gene_symbol": "ENSG00000284707",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1902C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}