← 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-130494943-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=130494943&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 130494943,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_000050.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "NM_054012.4",
"protein_id": "NP_446464.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000352480.10",
"protein_id": "ENSP00000253004.6",
"transcript_support_level": 1,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1242G>T",
"hgvs_p": "p.Val414Val",
"transcript": "ENST00000852201.1",
"protein_id": "ENSP00000522260.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 477,
"cds_start": 1242,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1170G>T",
"hgvs_p": "p.Val390Val",
"transcript": "ENST00000852207.1",
"protein_id": "ENSP00000522266.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 453,
"cds_start": 1170,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1059G>T",
"hgvs_p": "p.Val353Val",
"transcript": "ENST00000852187.1",
"protein_id": "ENSP00000522246.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 416,
"cds_start": 1059,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1059G>T",
"hgvs_p": "p.Val353Val",
"transcript": "ENST00000852198.1",
"protein_id": "ENSP00000522257.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 416,
"cds_start": 1059,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "NM_000050.4",
"protein_id": "NP_000041.2",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000372393.7",
"protein_id": "ENSP00000361469.2",
"transcript_support_level": 5,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000372394.5",
"protein_id": "ENSP00000361471.1",
"transcript_support_level": 2,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852176.1",
"protein_id": "ENSP00000522235.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852178.1",
"protein_id": "ENSP00000522237.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852179.1",
"protein_id": "ENSP00000522238.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852180.1",
"protein_id": "ENSP00000522239.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852181.1",
"protein_id": "ENSP00000522240.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852183.1",
"protein_id": "ENSP00000522241.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852185.1",
"protein_id": "ENSP00000522244.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852191.1",
"protein_id": "ENSP00000522249.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852193.1",
"protein_id": "ENSP00000522251.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852194.1",
"protein_id": "ENSP00000522254.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852199.1",
"protein_id": "ENSP00000522258.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852200.1",
"protein_id": "ENSP00000522259.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852203.1",
"protein_id": "ENSP00000522262.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852205.1",
"protein_id": "ENSP00000522264.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852206.1",
"protein_id": "ENSP00000522265.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852208.1",
"protein_id": "ENSP00000522267.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852211.1",
"protein_id": "ENSP00000522270.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852212.1",
"protein_id": "ENSP00000522271.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852213.1",
"protein_id": "ENSP00000522272.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852215.1",
"protein_id": "ENSP00000522274.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852216.1",
"protein_id": "ENSP00000522275.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852217.1",
"protein_id": "ENSP00000522276.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852218.1",
"protein_id": "ENSP00000522277.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000950033.1",
"protein_id": "ENSP00000620092.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 412,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.990G>T",
"hgvs_p": "p.Val330Val",
"transcript": "ENST00000852197.1",
"protein_id": "ENSP00000522256.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 393,
"cds_start": 990,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.990G>T",
"hgvs_p": "p.Val330Val",
"transcript": "ENST00000950032.1",
"protein_id": "ENSP00000620091.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 393,
"cds_start": 990,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.1047G>T",
"hgvs_p": "p.Val349Val",
"transcript": "ENST00000852189.1",
"protein_id": "ENSP00000522248.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 390,
"cds_start": 1047,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.978G>T",
"hgvs_p": "p.Val326Val",
"transcript": "ENST00000852202.1",
"protein_id": "ENSP00000522261.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 389,
"cds_start": 978,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.972G>T",
"hgvs_p": "p.Val324Val",
"transcript": "ENST00000950035.1",
"protein_id": "ENSP00000620094.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 387,
"cds_start": 972,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.915G>T",
"hgvs_p": "p.Val305Val",
"transcript": "ENST00000852177.1",
"protein_id": "ENSP00000522236.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 368,
"cds_start": 915,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.915G>T",
"hgvs_p": "p.Val305Val",
"transcript": "ENST00000852219.1",
"protein_id": "ENSP00000522278.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 368,
"cds_start": 915,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.858G>T",
"hgvs_p": "p.Val286Val",
"transcript": "ENST00000852196.1",
"protein_id": "ENSP00000522255.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 349,
"cds_start": 858,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.858G>T",
"hgvs_p": "p.Val286Val",
"transcript": "ENST00000852204.1",
"protein_id": "ENSP00000522263.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 349,
"cds_start": 858,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.858G>T",
"hgvs_p": "p.Val286Val",
"transcript": "ENST00000950034.1",
"protein_id": "ENSP00000620093.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 349,
"cds_start": 858,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.801G>T",
"hgvs_p": "p.Val267Val",
"transcript": "ENST00000852209.1",
"protein_id": "ENSP00000522268.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 330,
"cds_start": 801,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.801G>T",
"hgvs_p": "p.Val267Val",
"transcript": "ENST00000852214.1",
"protein_id": "ENSP00000522273.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 330,
"cds_start": 801,
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.624G>T",
"hgvs_p": "p.Val208Val",
"transcript": "ENST00000852210.1",
"protein_id": "ENSP00000522269.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 271,
"cds_start": 624,
"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.318G>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": "rs376502913",
"frequency_reference_population": 0.000045243934,
"hom_count_reference_population": 0,
"allele_count_reference_population": 73,
"gnomad_exomes_af": 0.0000437979,
"gnomad_genomes_af": 0.0000591257,
"gnomad_exomes_ac": 64,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.49000000953674316,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.169,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_000050.4",
"gene_symbol": "ASS1",
"hgnc_id": 758,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1047G>T",
"hgvs_p": "p.Val349Val"
}
],
"clinvar_disease": "Citrullinemia,Citrullinemia type I,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not specified|Citrullinemia|Citrullinemia type I",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}