← 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-130458549-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=130458549&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 130458549,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000050.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "NM_054012.4",
"protein_id": "NP_446464.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000352480.10",
"protein_id": "ENSP00000253004.6",
"transcript_support_level": 1,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852201.1",
"protein_id": "ENSP00000522260.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 477,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852207.1",
"protein_id": "ENSP00000522266.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 453,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852187.1",
"protein_id": "ENSP00000522246.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 416,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852198.1",
"protein_id": "ENSP00000522257.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 416,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "NM_000050.4",
"protein_id": "NP_000041.2",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000372393.7",
"protein_id": "ENSP00000361469.2",
"transcript_support_level": 5,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000372394.5",
"protein_id": "ENSP00000361471.1",
"transcript_support_level": 2,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852176.1",
"protein_id": "ENSP00000522235.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852178.1",
"protein_id": "ENSP00000522237.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852179.1",
"protein_id": "ENSP00000522238.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852180.1",
"protein_id": "ENSP00000522239.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852181.1",
"protein_id": "ENSP00000522240.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852183.1",
"protein_id": "ENSP00000522241.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852185.1",
"protein_id": "ENSP00000522244.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852191.1",
"protein_id": "ENSP00000522249.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852193.1",
"protein_id": "ENSP00000522251.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852194.1",
"protein_id": "ENSP00000522254.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852199.1",
"protein_id": "ENSP00000522258.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852200.1",
"protein_id": "ENSP00000522259.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852203.1",
"protein_id": "ENSP00000522262.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852205.1",
"protein_id": "ENSP00000522264.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852206.1",
"protein_id": "ENSP00000522265.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852208.1",
"protein_id": "ENSP00000522267.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852211.1",
"protein_id": "ENSP00000522270.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852212.1",
"protein_id": "ENSP00000522271.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852213.1",
"protein_id": "ENSP00000522272.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852215.1",
"protein_id": "ENSP00000522274.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852216.1",
"protein_id": "ENSP00000522275.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852217.1",
"protein_id": "ENSP00000522276.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852218.1",
"protein_id": "ENSP00000522277.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000950033.1",
"protein_id": "ENSP00000620092.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 412,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852197.1",
"protein_id": "ENSP00000522256.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 393,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000950032.1",
"protein_id": "ENSP00000620091.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 393,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852189.1",
"protein_id": "ENSP00000522248.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 390,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.254G>A",
"hgvs_p": "p.Arg85Gln",
"transcript": "ENST00000852202.1",
"protein_id": "ENSP00000522261.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 389,
"cds_start": 254,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000950035.1",
"protein_id": "ENSP00000620094.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 387,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852177.1",
"protein_id": "ENSP00000522236.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 368,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000852219.1",
"protein_id": "ENSP00000522278.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 368,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000950034.1",
"protein_id": "ENSP00000620093.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 349,
"cds_start": 323,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000422569.5",
"protein_id": "ENSP00000394212.1",
"transcript_support_level": 5,
"aa_start": 108,
"aa_end": null,
"aa_length": 197,
"cds_start": 323,
"cds_end": null,
"cds_length": 595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422569.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln",
"transcript": "ENST00000443588.1",
"protein_id": "ENSP00000397785.1",
"transcript_support_level": 5,
"aa_start": 108,
"aa_end": null,
"aa_length": 178,
"cds_start": 323,
"cds_end": null,
"cds_length": 539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443588.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.174+4176G>A",
"hgvs_p": null,
"transcript": "ENST00000852196.1",
"protein_id": "ENSP00000522255.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.174+4176G>A",
"hgvs_p": null,
"transcript": "ENST00000852204.1",
"protein_id": "ENSP00000522263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.174+4176G>A",
"hgvs_p": null,
"transcript": "ENST00000852209.1",
"protein_id": "ENSP00000522268.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 330,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.174+4176G>A",
"hgvs_p": null,
"transcript": "ENST00000852214.1",
"protein_id": "ENSP00000522273.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 330,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "c.174+4176G>A",
"hgvs_p": null,
"transcript": "ENST00000852210.1",
"protein_id": "ENSP00000522269.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"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": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"hgvs_c": "n.32G>A",
"hgvs_p": null,
"transcript": "ENST00000467695.5",
"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": "ENST00000467695.5"
}
],
"gene_symbol": "ASS1",
"gene_hgnc_id": 758,
"dbsnp": "rs35269064",
"frequency_reference_population": 0.0000061986902,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000547566,
"gnomad_genomes_af": 0.0000131378,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0724218487739563,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.374,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0625,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.908,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 2,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000050.4",
"gene_symbol": "ASS1",
"hgnc_id": 758,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.323G>A",
"hgvs_p": "p.Arg108Gln"
}
],
"clinvar_disease": "Citrullinemia",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Citrullinemia",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}