← 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: 14-94380949-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=94380949&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 94380949,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000295.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_000295.5",
"protein_id": "NP_000286.3",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 3006,
"mane_select": "ENST00000393087.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000295.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000393087.9",
"protein_id": "ENSP00000376802.4",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 3006,
"mane_select": "NM_000295.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393087.9"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000355814.8",
"protein_id": "ENSP00000348068.4",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1116,
"cdna_end": null,
"cdna_length": 3236,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355814.8"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000393088.8",
"protein_id": "ENSP00000376803.4",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1394,
"cdna_end": null,
"cdna_length": 1885,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393088.8"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000404814.8",
"protein_id": "ENSP00000385960.4",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 1628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404814.8"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000437397.5",
"protein_id": "ENSP00000408474.1",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1220,
"cdna_end": null,
"cdna_length": 3340,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437397.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000440909.5",
"protein_id": "ENSP00000390299.1",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 3144,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440909.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000448921.5",
"protein_id": "ENSP00000416066.1",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1412,
"cdna_end": null,
"cdna_length": 3532,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448921.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000449399.7",
"protein_id": "ENSP00000416354.3",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449399.7"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000402629.1",
"protein_id": "ENSP00000386094.1",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 359,
"cds_start": 839,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 873,
"cdna_end": null,
"cdna_length": 1450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402629.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "n.839A>G",
"hgvs_p": null,
"transcript": "ENST00000489769.1",
"protein_id": "ENSP00000451525.1",
"transcript_support_level": 1,
"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": 1562,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000489769.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001002235.3",
"protein_id": "NP_001002235.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1022,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002235.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001002236.3",
"protein_id": "NP_001002236.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 3456,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002236.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127700.2",
"protein_id": "NP_001121172.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1059,
"cdna_end": null,
"cdna_length": 3179,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127700.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127701.2",
"protein_id": "NP_001121173.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1355,
"cdna_end": null,
"cdna_length": 3475,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127701.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127702.2",
"protein_id": "NP_001121174.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1163,
"cdna_end": null,
"cdna_length": 3283,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127702.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127703.2",
"protein_id": "NP_001121175.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1318,
"cdna_end": null,
"cdna_length": 3438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127703.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127704.2",
"protein_id": "NP_001121176.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 3435,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127704.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127705.2",
"protein_id": "NP_001121177.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1333,
"cdna_end": null,
"cdna_length": 3453,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127705.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127706.2",
"protein_id": "NP_001121178.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127706.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "NM_001127707.2",
"protein_id": "NP_001121179.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 3243,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127707.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000636712.1",
"protein_id": "ENSP00000490054.1",
"transcript_support_level": 5,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 1485,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636712.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866514.1",
"protein_id": "ENSP00000536573.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 3666,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866514.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866515.1",
"protein_id": "ENSP00000536574.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 876,
"cdna_end": null,
"cdna_length": 1370,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866515.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866516.1",
"protein_id": "ENSP00000536575.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1279,
"cdna_end": null,
"cdna_length": 1774,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866516.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866517.1",
"protein_id": "ENSP00000536576.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1155,
"cdna_end": null,
"cdna_length": 1670,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866517.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866518.1",
"protein_id": "ENSP00000536577.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 7716,
"cdna_end": null,
"cdna_length": 8234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866518.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866519.1",
"protein_id": "ENSP00000536578.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866519.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866520.1",
"protein_id": "ENSP00000536579.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1224,
"cdna_end": null,
"cdna_length": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866520.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866521.1",
"protein_id": "ENSP00000536580.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 1442,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866521.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866522.1",
"protein_id": "ENSP00000536581.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1215,
"cdna_end": null,
"cdna_length": 1730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866522.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866523.1",
"protein_id": "ENSP00000536582.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1200,
"cdna_end": null,
"cdna_length": 1715,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866523.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866524.1",
"protein_id": "ENSP00000536583.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 1724,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866524.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866525.1",
"protein_id": "ENSP00000536584.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1093,
"cdna_end": null,
"cdna_length": 1587,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866525.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866526.1",
"protein_id": "ENSP00000536585.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 1532,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866526.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866527.1",
"protein_id": "ENSP00000536586.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 974,
"cdna_end": null,
"cdna_length": 3093,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866527.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866528.1",
"protein_id": "ENSP00000536587.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1013,
"cdna_end": null,
"cdna_length": 2831,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866528.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866529.1",
"protein_id": "ENSP00000536588.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 1377,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866529.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866530.1",
"protein_id": "ENSP00000536589.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 1566,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866530.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866531.1",
"protein_id": "ENSP00000536590.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1292,
"cdna_end": null,
"cdna_length": 1787,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866531.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866532.1",
"protein_id": "ENSP00000536591.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1153,
"cdna_end": null,
"cdna_length": 1647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866532.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866533.1",
"protein_id": "ENSP00000536592.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 956,
"cdna_end": null,
"cdna_length": 1451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866533.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866534.1",
"protein_id": "ENSP00000536593.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1775,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866534.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866535.1",
"protein_id": "ENSP00000536594.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1001,
"cdna_end": null,
"cdna_length": 1495,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866535.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866536.1",
"protein_id": "ENSP00000536595.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 973,
"cdna_end": null,
"cdna_length": 1466,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866536.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866537.1",
"protein_id": "ENSP00000536596.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 1453,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866537.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866538.1",
"protein_id": "ENSP00000536597.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1120,
"cdna_end": null,
"cdna_length": 1614,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866538.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866539.1",
"protein_id": "ENSP00000536598.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 1560,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866539.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866540.1",
"protein_id": "ENSP00000536599.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 2251,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866540.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866541.1",
"protein_id": "ENSP00000536600.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 2302,
"cdna_end": null,
"cdna_length": 2796,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866541.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000866542.1",
"protein_id": "ENSP00000536601.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 1593,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866542.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000959498.1",
"protein_id": "ENSP00000629557.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 2127,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959498.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000959499.1",
"protein_id": "ENSP00000629558.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1075,
"cdna_end": null,
"cdna_length": 1569,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959499.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000959500.1",
"protein_id": "ENSP00000629559.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 1440,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959500.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000959501.1",
"protein_id": "ENSP00000629560.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1157,
"cdna_end": null,
"cdna_length": 1670,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959501.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000959503.1",
"protein_id": "ENSP00000629562.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1117,
"cdna_end": null,
"cdna_length": 1610,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959503.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "ENST00000959502.1",
"protein_id": "ENSP00000629561.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 414,
"cds_start": 839,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1132,
"cdna_end": null,
"cdna_length": 1614,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959502.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "XM_017021370.2",
"protein_id": "XP_016876859.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1261,
"cdna_end": null,
"cdna_length": 3381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021370.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "XM_047431478.1",
"protein_id": "XP_047287434.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 3280,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431478.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly",
"transcript": "XM_047431479.1",
"protein_id": "XP_047287435.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 418,
"cds_start": 839,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1264,
"cdna_end": null,
"cdna_length": 3384,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431479.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"hgvs_c": "c.588+1701A>G",
"hgvs_p": null,
"transcript": "ENST00000959504.1",
"protein_id": "ENSP00000629563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": null,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 762,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959504.1"
}
],
"gene_symbol": "SERPINA1",
"gene_hgnc_id": 8941,
"dbsnp": "rs121912714",
"frequency_reference_population": 6.8404506e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84045e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7251776456832886,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.2199999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.484,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2329,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.162,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.22,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM2",
"PM5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000295.5",
"gene_symbol": "SERPINA1",
"hgnc_id": 8941,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Asp280Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}