← 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-94381067-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=94381067&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"effects": [
"stop_gained"
],
"gene_symbol": "SERPINA1",
"hgnc_id": 8941,
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"inheritance_mode": "AR,AD",
"pathogenic_score": 16,
"score": 16,
"transcript": "NM_000295.5",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_score": 16,
"allele_count_reference_population": 35,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.29,
"chr": "14",
"clinvar_classification": "Pathogenic",
"clinvar_disease": "Alpha-1-antitrypsin deficiency,PI NULL(BELLINGHAM),PI Q0(BELLINGHAM),not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.28999999165534973,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3006,
"cdna_start": 768,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_000295.5",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000393087.9",
"protein_coding": true,
"protein_id": "NP_000286.3",
"strand": false,
"transcript": "NM_000295.5",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3006,
"cdna_start": 768,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000393087.9",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000295.5",
"protein_coding": true,
"protein_id": "ENSP00000376802.4",
"strand": false,
"transcript": "ENST00000393087.9",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3236,
"cdna_start": 998,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000355814.8",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000348068.4",
"strand": false,
"transcript": "ENST00000355814.8",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1885,
"cdna_start": 1276,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000393088.8",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000376803.4",
"strand": false,
"transcript": "ENST00000393088.8",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1628,
"cdna_start": 1032,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000404814.8",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385960.4",
"strand": false,
"transcript": "ENST00000404814.8",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3340,
"cdna_start": 1102,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000437397.5",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000408474.1",
"strand": false,
"transcript": "ENST00000437397.5",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3144,
"cdna_start": 906,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000440909.5",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000390299.1",
"strand": false,
"transcript": "ENST00000440909.5",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3532,
"cdna_start": 1294,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000448921.5",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000416066.1",
"strand": false,
"transcript": "ENST00000448921.5",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1559,
"cdna_start": 1023,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000449399.7",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000416354.3",
"strand": false,
"transcript": "ENST00000449399.7",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 359,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1450,
"cdna_start": 755,
"cds_end": null,
"cds_length": 1080,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000402629.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000386094.1",
"strand": false,
"transcript": "ENST00000402629.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1562,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000489769.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "n.721A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451525.1",
"strand": false,
"transcript": "ENST00000489769.1",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3142,
"cdna_start": 904,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001002235.3",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001002235.1",
"strand": false,
"transcript": "NM_001002235.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3456,
"cdna_start": 1218,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001002236.3",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001002236.1",
"strand": false,
"transcript": "NM_001002236.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3179,
"cdna_start": 941,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001127700.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121172.1",
"strand": false,
"transcript": "NM_001127700.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3475,
"cdna_start": 1237,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001127701.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121173.1",
"strand": false,
"transcript": "NM_001127701.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3283,
"cdna_start": 1045,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001127702.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121174.1",
"strand": false,
"transcript": "NM_001127702.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3438,
"cdna_start": 1200,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001127703.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121175.1",
"strand": false,
"transcript": "NM_001127703.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3435,
"cdna_start": 1197,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001127704.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121176.1",
"strand": false,
"transcript": "NM_001127704.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3453,
"cdna_start": 1215,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001127705.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121177.1",
"strand": false,
"transcript": "NM_001127705.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3246,
"cdna_start": 1008,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001127706.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121178.1",
"strand": false,
"transcript": "NM_001127706.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3243,
"cdna_start": 1005,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001127707.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001121179.1",
"strand": false,
"transcript": "NM_001127707.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1485,
"cdna_start": 873,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000636712.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490054.1",
"strand": false,
"transcript": "ENST00000636712.1",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3666,
"cdna_start": 1426,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000866514.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536573.1",
"strand": false,
"transcript": "ENST00000866514.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1370,
"cdna_start": 758,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866515.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536574.1",
"strand": false,
"transcript": "ENST00000866515.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1774,
"cdna_start": 1161,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866516.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536575.1",
"strand": false,
"transcript": "ENST00000866516.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1670,
"cdna_start": 1037,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866517.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536576.1",
"strand": false,
"transcript": "ENST00000866517.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8234,
"cdna_start": 7598,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866518.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536577.1",
"strand": false,
"transcript": "ENST00000866518.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1887,
"cdna_start": 1275,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000866519.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536578.1",
"strand": false,
"transcript": "ENST00000866519.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1733,
"cdna_start": 1106,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866520.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536579.1",
"strand": false,
"transcript": "ENST00000866520.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1442,
"cdna_start": 830,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866521.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536580.1",
"strand": false,
"transcript": "ENST00000866521.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1730,
"cdna_start": 1097,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000866522.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536581.1",
"strand": false,
"transcript": "ENST00000866522.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1715,
"cdna_start": 1082,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000866523.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536582.1",
"strand": false,
"transcript": "ENST00000866523.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1724,
"cdna_start": 1113,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866524.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536583.1",
"strand": false,
"transcript": "ENST00000866524.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1587,
"cdna_start": 975,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866525.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536584.1",
"strand": false,
"transcript": "ENST00000866525.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1532,
"cdna_start": 920,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866526.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536585.1",
"strand": false,
"transcript": "ENST00000866526.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3093,
"cdna_start": 856,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866527.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536586.1",
"strand": false,
"transcript": "ENST00000866527.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2831,
"cdna_start": 895,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866528.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536587.1",
"strand": false,
"transcript": "ENST00000866528.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1377,
"cdna_start": 763,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866529.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536588.1",
"strand": false,
"transcript": "ENST00000866529.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1566,
"cdna_start": 954,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866530.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536589.1",
"strand": false,
"transcript": "ENST00000866530.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1787,
"cdna_start": 1174,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866531.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536590.1",
"strand": false,
"transcript": "ENST00000866531.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1647,
"cdna_start": 1035,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866532.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536591.1",
"strand": false,
"transcript": "ENST00000866532.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1451,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866533.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536592.1",
"strand": false,
"transcript": "ENST00000866533.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2269,
"cdna_start": 1657,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866534.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536593.1",
"strand": false,
"transcript": "ENST00000866534.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1495,
"cdna_start": 883,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866535.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536594.1",
"strand": false,
"transcript": "ENST00000866535.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1466,
"cdna_start": 855,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866536.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536595.1",
"strand": false,
"transcript": "ENST00000866536.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1453,
"cdna_start": 842,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866537.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536596.1",
"strand": false,
"transcript": "ENST00000866537.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1614,
"cdna_start": 1002,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000866538.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536597.1",
"strand": false,
"transcript": "ENST00000866538.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1560,
"cdna_start": 950,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000866539.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536598.1",
"strand": false,
"transcript": "ENST00000866539.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2251,
"cdna_start": 1529,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866540.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536599.1",
"strand": false,
"transcript": "ENST00000866540.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2796,
"cdna_start": 2184,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866541.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536600.1",
"strand": false,
"transcript": "ENST00000866541.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1593,
"cdna_start": 981,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000866542.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000536601.1",
"strand": false,
"transcript": "ENST00000866542.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2127,
"cdna_start": 1515,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000959498.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629557.1",
"strand": false,
"transcript": "ENST00000959498.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1569,
"cdna_start": 957,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000959499.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629558.1",
"strand": false,
"transcript": "ENST00000959499.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1440,
"cdna_start": 828,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000959500.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629559.1",
"strand": false,
"transcript": "ENST00000959500.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1670,
"cdna_start": 1039,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000959501.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629560.1",
"strand": false,
"transcript": "ENST00000959501.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1610,
"cdna_start": 999,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000959503.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629562.1",
"strand": false,
"transcript": "ENST00000959503.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 414,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1614,
"cdna_start": 1014,
"cds_end": null,
"cds_length": 1245,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000959502.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629561.1",
"strand": false,
"transcript": "ENST00000959502.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3381,
"cdna_start": 1143,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017021370.2",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016876859.1",
"strand": false,
"transcript": "XM_017021370.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3280,
"cdna_start": 1042,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047431478.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287434.1",
"strand": false,
"transcript": "XM_047431478.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "K",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 1146,
"cds_end": null,
"cds_length": 1257,
"cds_start": 721,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047431479.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.721A>T",
"hgvs_p": "p.Lys241*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287435.1",
"strand": false,
"transcript": "XM_047431479.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 227,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 762,
"cdna_start": null,
"cds_end": null,
"cds_length": 684,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000959504.1",
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"hgvs_c": "c.588+1583A>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629563.1",
"strand": false,
"transcript": "ENST00000959504.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs199422211",
"effect": "stop_gained",
"frequency_reference_population": 0.000021686248,
"gene_hgnc_id": 8941,
"gene_symbol": "SERPINA1",
"gnomad_exomes_ac": 34,
"gnomad_exomes_af": 0.0000232583,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.0000065754,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "PI NULL(BELLINGHAM)|PI Q0(BELLINGHAM)|Alpha-1-antitrypsin deficiency|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.574,
"pos": 94381067,
"ref": "T",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.10000000149011612,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.1,
"transcript": "NM_000295.5"
}
]
}