← 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: 4-73418166-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=73418166&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 73418166,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000477.7",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "NM_000477.7",
"protein_id": "NP_000468.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 2285,
"mane_select": "ENST00000295897.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000477.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000295897.9",
"protein_id": "ENSP00000295897.4",
"transcript_support_level": 1,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 2285,
"mane_select": "NM_000477.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295897.9"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.931G>C",
"hgvs_p": "p.Glu311Gln",
"transcript": "ENST00000415165.6",
"protein_id": "ENSP00000401820.2",
"transcript_support_level": 1,
"aa_start": 311,
"aa_end": null,
"aa_length": 417,
"cds_start": 931,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 972,
"cdna_end": null,
"cdna_length": 1483,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415165.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1570G>C",
"hgvs_p": "p.Glu524Gln",
"transcript": "ENST00000876051.1",
"protein_id": "ENSP00000546110.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 630,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 1611,
"cdna_end": null,
"cdna_length": 2107,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876051.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1531G>C",
"hgvs_p": "p.Glu511Gln",
"transcript": "ENST00000876034.1",
"protein_id": "ENSP00000546093.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 617,
"cds_start": 1531,
"cds_end": null,
"cds_length": 1854,
"cdna_start": 1572,
"cdna_end": null,
"cdna_length": 2081,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876034.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876006.1",
"protein_id": "ENSP00000546065.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1546,
"cdna_end": null,
"cdna_length": 2350,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876006.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876007.1",
"protein_id": "ENSP00000546066.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 3367,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876007.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876008.1",
"protein_id": "ENSP00000546067.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1577,
"cdna_end": null,
"cdna_length": 3012,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876008.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876010.1",
"protein_id": "ENSP00000546069.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 2202,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876010.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876014.1",
"protein_id": "ENSP00000546073.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 2195,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876014.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876018.1",
"protein_id": "ENSP00000546077.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1555,
"cdna_end": null,
"cdna_length": 2100,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876018.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876019.1",
"protein_id": "ENSP00000546078.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1551,
"cdna_end": null,
"cdna_length": 2126,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876019.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876041.1",
"protein_id": "ENSP00000546100.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 2038,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876041.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876047.1",
"protein_id": "ENSP00000546106.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 1981,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876047.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876049.1",
"protein_id": "ENSP00000546108.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 609,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 2017,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876049.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000509063.5",
"protein_id": "ENSP00000422784.1",
"transcript_support_level": 5,
"aa_start": 503,
"aa_end": null,
"aa_length": 604,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 1531,
"cdna_end": null,
"cdna_length": 1911,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509063.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1483G>C",
"hgvs_p": "p.Glu495Gln",
"transcript": "ENST00000876024.1",
"protein_id": "ENSP00000546083.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 601,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 1524,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876024.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1480G>C",
"hgvs_p": "p.Glu494Gln",
"transcript": "ENST00000876042.1",
"protein_id": "ENSP00000546101.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 600,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1803,
"cdna_start": 1521,
"cdna_end": null,
"cdna_length": 2030,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876042.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1477G>C",
"hgvs_p": "p.Glu493Gln",
"transcript": "ENST00000876050.1",
"protein_id": "ENSP00000546109.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 599,
"cds_start": 1477,
"cds_end": null,
"cds_length": 1800,
"cdna_start": 1518,
"cdna_end": null,
"cdna_length": 2026,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876050.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1468G>C",
"hgvs_p": "p.Glu490Gln",
"transcript": "ENST00000876031.1",
"protein_id": "ENSP00000546090.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 596,
"cds_start": 1468,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 1509,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876031.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1462G>C",
"hgvs_p": "p.Glu488Gln",
"transcript": "ENST00000876045.1",
"protein_id": "ENSP00000546104.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 594,
"cds_start": 1462,
"cds_end": null,
"cds_length": 1785,
"cdna_start": 1503,
"cdna_end": null,
"cdna_length": 2012,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876045.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1450G>C",
"hgvs_p": "p.Glu484Gln",
"transcript": "ENST00000876038.1",
"protein_id": "ENSP00000546097.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 590,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 1491,
"cdna_end": null,
"cdna_length": 2000,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876038.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1447G>C",
"hgvs_p": "p.Glu483Gln",
"transcript": "ENST00000876035.1",
"protein_id": "ENSP00000546094.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 589,
"cds_start": 1447,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 1997,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876035.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "ENST00000876025.1",
"protein_id": "ENSP00000546084.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 588,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 1485,
"cdna_end": null,
"cdna_length": 1994,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876025.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1435G>C",
"hgvs_p": "p.Glu479Gln",
"transcript": "ENST00000876023.1",
"protein_id": "ENSP00000546082.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 585,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 1476,
"cdna_end": null,
"cdna_length": 1986,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876023.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln",
"transcript": "ENST00000876033.1",
"protein_id": "ENSP00000546092.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 583,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 1548,
"cdna_end": null,
"cdna_length": 1979,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876033.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1426G>C",
"hgvs_p": "p.Glu476Gln",
"transcript": "ENST00000876028.1",
"protein_id": "ENSP00000546087.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 582,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1467,
"cdna_end": null,
"cdna_length": 1976,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876028.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1366G>C",
"hgvs_p": "p.Glu456Gln",
"transcript": "ENST00000876040.1",
"protein_id": "ENSP00000546099.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 562,
"cds_start": 1366,
"cds_end": null,
"cds_length": 1689,
"cdna_start": 1407,
"cdna_end": null,
"cdna_length": 1916,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876040.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1345G>C",
"hgvs_p": "p.Glu449Gln",
"transcript": "ENST00000876012.1",
"protein_id": "ENSP00000546071.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 555,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1668,
"cdna_start": 1386,
"cdna_end": null,
"cdna_length": 2051,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876012.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1321G>C",
"hgvs_p": "p.Glu441Gln",
"transcript": "ENST00000876029.1",
"protein_id": "ENSP00000546088.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 547,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1362,
"cdna_end": null,
"cdna_length": 1871,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876029.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1309G>C",
"hgvs_p": "p.Glu437Gln",
"transcript": "ENST00000944004.1",
"protein_id": "ENSP00000614063.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 543,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1350,
"cdna_end": null,
"cdna_length": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944004.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1279G>C",
"hgvs_p": "p.Glu427Gln",
"transcript": "ENST00000876030.1",
"protein_id": "ENSP00000546089.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 533,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1320,
"cdna_end": null,
"cdna_length": 1829,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876030.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1276G>C",
"hgvs_p": "p.Glu426Gln",
"transcript": "ENST00000876044.1",
"protein_id": "ENSP00000546103.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 532,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 1317,
"cdna_end": null,
"cdna_length": 1826,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876044.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1276G>C",
"hgvs_p": "p.Glu426Gln",
"transcript": "ENST00000876046.1",
"protein_id": "ENSP00000546105.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 532,
"cds_start": 1276,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 1317,
"cdna_end": null,
"cdna_length": 1826,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876046.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1270G>C",
"hgvs_p": "p.Glu424Gln",
"transcript": "ENST00000876043.1",
"protein_id": "ENSP00000546102.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 530,
"cds_start": 1270,
"cds_end": null,
"cds_length": 1593,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 1820,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876043.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Glu388Gln",
"transcript": "ENST00000401494.7",
"protein_id": "ENSP00000384695.3",
"transcript_support_level": 5,
"aa_start": 388,
"aa_end": null,
"aa_length": 494,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 1182,
"cdna_end": null,
"cdna_length": 1659,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401494.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Glu388Gln",
"transcript": "ENST00000876017.1",
"protein_id": "ENSP00000546076.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 494,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 1865,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876017.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1162G>C",
"hgvs_p": "p.Glu388Gln",
"transcript": "ENST00000876022.1",
"protein_id": "ENSP00000546081.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 494,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1485,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 1713,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876022.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1159G>C",
"hgvs_p": "p.Glu387Gln",
"transcript": "ENST00000876027.1",
"protein_id": "ENSP00000546086.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 493,
"cds_start": 1159,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 1200,
"cdna_end": null,
"cdna_length": 1709,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876027.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1057G>C",
"hgvs_p": "p.Glu353Gln",
"transcript": "ENST00000503124.5",
"protein_id": "ENSP00000421027.1",
"transcript_support_level": 5,
"aa_start": 353,
"aa_end": null,
"aa_length": 459,
"cds_start": 1057,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 1264,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503124.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1039G>C",
"hgvs_p": "p.Glu347Gln",
"transcript": "ENST00000511370.1",
"protein_id": "ENSP00000426179.1",
"transcript_support_level": 5,
"aa_start": 347,
"aa_end": null,
"aa_length": 453,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1040,
"cdna_end": null,
"cdna_length": 1519,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511370.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1000G>C",
"hgvs_p": "p.Glu334Gln",
"transcript": "ENST00000876036.1",
"protein_id": "ENSP00000546095.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 440,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 1041,
"cdna_end": null,
"cdna_length": 1550,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876036.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.934G>C",
"hgvs_p": "p.Glu312Gln",
"transcript": "ENST00000876048.1",
"protein_id": "ENSP00000546107.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 418,
"cds_start": 934,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 975,
"cdna_end": null,
"cdna_length": 1484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876048.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.922G>C",
"hgvs_p": "p.Glu308Gln",
"transcript": "ENST00000876039.1",
"protein_id": "ENSP00000546098.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 414,
"cds_start": 922,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 1472,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876039.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.700G>C",
"hgvs_p": "p.Glu234Gln",
"transcript": "ENST00000876020.1",
"protein_id": "ENSP00000546079.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 340,
"cds_start": 700,
"cds_end": null,
"cds_length": 1023,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 1251,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876020.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.694G>C",
"hgvs_p": "p.Glu232Gln",
"transcript": "ENST00000876037.1",
"protein_id": "ENSP00000546096.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 338,
"cds_start": 694,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 1244,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876037.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.586G>C",
"hgvs_p": "p.Glu196Gln",
"transcript": "ENST00000876009.1",
"protein_id": "ENSP00000546068.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 302,
"cds_start": 586,
"cds_end": null,
"cds_length": 909,
"cdna_start": 627,
"cdna_end": null,
"cdna_length": 1292,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876009.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.586G>C",
"hgvs_p": "p.Glu196Gln",
"transcript": "ENST00000876016.1",
"protein_id": "ENSP00000546075.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 302,
"cds_start": 586,
"cds_end": null,
"cds_length": 909,
"cdna_start": 627,
"cdna_end": null,
"cdna_length": 1291,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876016.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.349G>C",
"hgvs_p": "p.Glu117Gln",
"transcript": "ENST00000876032.1",
"protein_id": "ENSP00000546091.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 223,
"cds_start": 349,
"cds_end": null,
"cds_length": 672,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 899,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876032.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": 11,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1429-100G>C",
"hgvs_p": null,
"transcript": "ENST00000876052.1",
"protein_id": "ENSP00000546111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": null,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1777,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876052.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": 11,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1428+497G>C",
"hgvs_p": null,
"transcript": "ENST00000876013.1",
"protein_id": "ENSP00000546072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": null,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1856,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876013.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": 10,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1290-1341G>C",
"hgvs_p": null,
"transcript": "ENST00000876011.1",
"protein_id": "ENSP00000546070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 488,
"cds_start": null,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1850,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876011.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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1192-2088G>C",
"hgvs_p": null,
"transcript": "ENST00000876021.1",
"protein_id": "ENSP00000546080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1464,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876021.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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.1007-100G>C",
"hgvs_p": null,
"transcript": "ENST00000876015.1",
"protein_id": "ENSP00000546074.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 409,
"cds_start": null,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876015.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "c.714-1341G>C",
"hgvs_p": null,
"transcript": "ENST00000876026.1",
"protein_id": "ENSP00000546085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": null,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1118,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876026.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "n.*786G>C",
"hgvs_p": null,
"transcript": "ENST00000476441.6",
"protein_id": "ENSP00000423727.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1604,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000476441.6"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "n.161G>C",
"hgvs_p": null,
"transcript": "ENST00000486939.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 345,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000486939.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "n.1054G>C",
"hgvs_p": null,
"transcript": "ENST00000505649.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1509,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000505649.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"hgvs_c": "n.*786G>C",
"hgvs_p": null,
"transcript": "ENST00000476441.6",
"protein_id": "ENSP00000423727.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1604,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000476441.6"
}
],
"gene_symbol": "ALB",
"gene_hgnc_id": 399,
"dbsnp": "rs80259813",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2993067502975464,
"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.218,
"revel_prediction": "Benign",
"alphamissense_score": 0.1501,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.511,
"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,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000477.7",
"gene_symbol": "ALB",
"hgnc_id": 399,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1507G>C",
"hgvs_p": "p.Glu503Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}