← 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: 9-130494981-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=130494981&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 130494981,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000050.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "NM_054012.4",
"protein_id": "NP_446464.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000352480.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_054012.4"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000352480.10",
"protein_id": "ENSP00000253004.6",
"transcript_support_level": 1,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_054012.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352480.10"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1280G>T",
"hgvs_p": "p.Gly427Val",
"transcript": "ENST00000852201.1",
"protein_id": "ENSP00000522260.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 477,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852201.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1208G>T",
"hgvs_p": "p.Gly403Val",
"transcript": "ENST00000852207.1",
"protein_id": "ENSP00000522266.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 453,
"cds_start": 1208,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852207.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1097G>T",
"hgvs_p": "p.Gly366Val",
"transcript": "ENST00000852187.1",
"protein_id": "ENSP00000522246.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 416,
"cds_start": 1097,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852187.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1097G>T",
"hgvs_p": "p.Gly366Val",
"transcript": "ENST00000852198.1",
"protein_id": "ENSP00000522257.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 416,
"cds_start": 1097,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852198.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "NM_000050.4",
"protein_id": "NP_000041.2",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000050.4"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000372393.7",
"protein_id": "ENSP00000361469.2",
"transcript_support_level": 5,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372393.7"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000372394.5",
"protein_id": "ENSP00000361471.1",
"transcript_support_level": 2,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372394.5"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852176.1",
"protein_id": "ENSP00000522235.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852176.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852178.1",
"protein_id": "ENSP00000522237.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852178.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852179.1",
"protein_id": "ENSP00000522238.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852179.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852180.1",
"protein_id": "ENSP00000522239.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852180.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852181.1",
"protein_id": "ENSP00000522240.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852181.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852183.1",
"protein_id": "ENSP00000522241.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852183.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852185.1",
"protein_id": "ENSP00000522244.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852185.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852191.1",
"protein_id": "ENSP00000522249.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852191.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852193.1",
"protein_id": "ENSP00000522251.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852193.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852194.1",
"protein_id": "ENSP00000522254.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852194.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852199.1",
"protein_id": "ENSP00000522258.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852199.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852200.1",
"protein_id": "ENSP00000522259.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852200.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852203.1",
"protein_id": "ENSP00000522262.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852203.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852205.1",
"protein_id": "ENSP00000522264.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852205.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852206.1",
"protein_id": "ENSP00000522265.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852206.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852208.1",
"protein_id": "ENSP00000522267.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852208.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852211.1",
"protein_id": "ENSP00000522270.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852211.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852212.1",
"protein_id": "ENSP00000522271.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852212.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852213.1",
"protein_id": "ENSP00000522272.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852213.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852215.1",
"protein_id": "ENSP00000522274.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852215.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852216.1",
"protein_id": "ENSP00000522275.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852216.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852217.1",
"protein_id": "ENSP00000522276.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852217.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852218.1",
"protein_id": "ENSP00000522277.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852218.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000950033.1",
"protein_id": "ENSP00000620092.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 412,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950033.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1028G>T",
"hgvs_p": "p.Gly343Val",
"transcript": "ENST00000852197.1",
"protein_id": "ENSP00000522256.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 393,
"cds_start": 1028,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852197.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1028G>T",
"hgvs_p": "p.Gly343Val",
"transcript": "ENST00000950032.1",
"protein_id": "ENSP00000620091.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 393,
"cds_start": 1028,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950032.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val",
"transcript": "ENST00000852189.1",
"protein_id": "ENSP00000522248.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 390,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852189.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1016G>T",
"hgvs_p": "p.Gly339Val",
"transcript": "ENST00000852202.1",
"protein_id": "ENSP00000522261.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 389,
"cds_start": 1016,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852202.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.1010G>T",
"hgvs_p": "p.Gly337Val",
"transcript": "ENST00000950035.1",
"protein_id": "ENSP00000620094.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 387,
"cds_start": 1010,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950035.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.953G>T",
"hgvs_p": "p.Gly318Val",
"transcript": "ENST00000852177.1",
"protein_id": "ENSP00000522236.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 368,
"cds_start": 953,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852177.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.953G>T",
"hgvs_p": "p.Gly318Val",
"transcript": "ENST00000852219.1",
"protein_id": "ENSP00000522278.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 368,
"cds_start": 953,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852219.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.896G>T",
"hgvs_p": "p.Gly299Val",
"transcript": "ENST00000852196.1",
"protein_id": "ENSP00000522255.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 349,
"cds_start": 896,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852196.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.896G>T",
"hgvs_p": "p.Gly299Val",
"transcript": "ENST00000852204.1",
"protein_id": "ENSP00000522263.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 349,
"cds_start": 896,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852204.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.896G>T",
"hgvs_p": "p.Gly299Val",
"transcript": "ENST00000950034.1",
"protein_id": "ENSP00000620093.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 349,
"cds_start": 896,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950034.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.839G>T",
"hgvs_p": "p.Gly280Val",
"transcript": "ENST00000852209.1",
"protein_id": "ENSP00000522268.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 330,
"cds_start": 839,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852209.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.839G>T",
"hgvs_p": "p.Gly280Val",
"transcript": "ENST00000852214.1",
"protein_id": "ENSP00000522273.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 330,
"cds_start": 839,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852214.1"
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.662G>T",
"hgvs_p": "p.Gly221Val",
"transcript": "ENST00000852210.1",
"protein_id": "ENSP00000522269.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 271,
"cds_start": 662,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852210.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "n.356G>T",
"hgvs_p": null,
"transcript": "ENST00000372386.6",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000372386.6"
}
],
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"dbsnp": "rs121908647",
"frequency_reference_population": 0.0000013688635,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136886,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9929500818252563,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.944,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5971,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.47,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.294,
"phylop100way_prediction": "Pathogenic",
"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": 17,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 17,
"benign_score": 0,
"pathogenic_score": 17,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000050.4",
"gene_symbol": "ASS1",
"hgnc_id": 758,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1085G>T",
"hgvs_p": "p.Gly362Val"
}
],
"clinvar_disease": " mild,Citrullinemia,Citrullinemia type I,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:5 O:1",
"phenotype_combined": "Citrullinemia type I|Citrullinemia, mild|not provided|Citrullinemia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}