← 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: 17-2670268-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=2670268&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 2670268,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000397195.10",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "NM_000430.4",
"protein_id": "NP_000421.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 5589,
"mane_select": "ENST00000397195.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000397195.10",
"protein_id": "ENSP00000380378.4",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 5589,
"mane_select": "NM_000430.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.480-7T>C",
"hgvs_p": null,
"transcript": "ENST00000572915.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "ENST00000674608.1",
"protein_id": "ENSP00000501976.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 428,
"cds_start": 559,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 803,
"cdna_end": null,
"cdna_length": 5337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000576586.6",
"protein_id": "ENSP00000461087.2",
"transcript_support_level": 4,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 5384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000675202.1",
"protein_id": "ENSP00000502843.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 5491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000675331.1",
"protein_id": "ENSP00000502031.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 998,
"cdna_end": null,
"cdna_length": 5532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000675390.1",
"protein_id": "ENSP00000501969.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 836,
"cdna_end": null,
"cdna_length": 5370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000676098.1",
"protein_id": "ENSP00000502735.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 822,
"cdna_end": null,
"cdna_length": 5356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000676188.1",
"protein_id": "ENSP00000502577.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 5297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000713986.1",
"protein_id": "ENSP00000519277.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 814,
"cdna_end": null,
"cdna_length": 1653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000713987.1",
"protein_id": "ENSP00000519278.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 933,
"cdna_end": null,
"cdna_length": 1769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000574468.2",
"protein_id": "ENSP00000460591.2",
"transcript_support_level": 2,
"aa_start": 169,
"aa_end": null,
"aa_length": 376,
"cds_start": 505,
"cds_end": null,
"cds_length": 1131,
"cdna_start": 1018,
"cdna_end": null,
"cdna_length": 5457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "ENST00000713983.1",
"protein_id": "ENSP00000519274.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 346,
"cds_start": 505,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 1090,
"cdna_end": null,
"cdna_length": 1737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.310T>C",
"hgvs_p": "p.Ser104Pro",
"transcript": "ENST00000570400.2",
"protein_id": "ENSP00000460258.2",
"transcript_support_level": 3,
"aa_start": 104,
"aa_end": null,
"aa_length": 345,
"cds_start": 310,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 1108,
"cdna_end": null,
"cdna_length": 1944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.310T>C",
"hgvs_p": "p.Ser104Pro",
"transcript": "ENST00000674717.1",
"protein_id": "ENSP00000501931.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 345,
"cds_start": 310,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 5127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.310T>C",
"hgvs_p": "p.Ser104Pro",
"transcript": "ENST00000676353.1",
"protein_id": "ENSP00000502737.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 345,
"cds_start": 310,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 670,
"cdna_end": null,
"cdna_length": 5204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.310T>C",
"hgvs_p": "p.Ser104Pro",
"transcript": "ENST00000713690.1",
"protein_id": "ENSP00000518994.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 345,
"cds_start": 310,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 1211,
"cdna_end": null,
"cdna_length": 2047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.310T>C",
"hgvs_p": "p.Ser104Pro",
"transcript": "ENST00000713984.1",
"protein_id": "ENSP00000519275.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 345,
"cds_start": 310,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 1322,
"cdna_end": null,
"cdna_length": 2161,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "XM_011523901.3",
"protein_id": "XP_011522203.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 428,
"cds_start": 559,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1102,
"cdna_end": null,
"cdna_length": 5643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "XM_011523902.4",
"protein_id": "XP_011522204.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 428,
"cds_start": 559,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1392,
"cdna_end": null,
"cdna_length": 5933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "XM_011523903.3",
"protein_id": "XP_011522205.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 428,
"cds_start": 559,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 872,
"cdna_end": null,
"cdna_length": 5413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "XM_017024701.2",
"protein_id": "XP_016880190.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 5384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "XM_047436162.1",
"protein_id": "XP_047292118.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 819,
"cdna_end": null,
"cdna_length": 5360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro",
"transcript": "XM_047436163.1",
"protein_id": "XP_047292119.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 410,
"cds_start": 505,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 901,
"cdna_end": null,
"cdna_length": 5442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "c.310T>C",
"hgvs_p": "p.Ser104Pro",
"transcript": "XM_047436164.1",
"protein_id": "XP_047292120.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 345,
"cds_start": 310,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 5357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.313T>C",
"hgvs_p": null,
"transcript": "ENST00000397193.7",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.464T>C",
"hgvs_p": null,
"transcript": "ENST00000609078.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.732T>C",
"hgvs_p": null,
"transcript": "ENST00000675430.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.505T>C",
"hgvs_p": null,
"transcript": "ENST00000675621.1",
"protein_id": "ENSP00000502117.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.*459T>C",
"hgvs_p": null,
"transcript": "ENST00000675764.1",
"protein_id": "ENSP00000502242.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.310T>C",
"hgvs_p": null,
"transcript": "ENST00000676077.1",
"protein_id": "ENSP00000502507.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.659T>C",
"hgvs_p": null,
"transcript": "ENST00000676201.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.610T>C",
"hgvs_p": null,
"transcript": "ENST00000676456.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.505T>C",
"hgvs_p": null,
"transcript": "ENST00000713668.1",
"protein_id": "ENSP00000518970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.310T>C",
"hgvs_p": null,
"transcript": "ENST00000713688.1",
"protein_id": "ENSP00000518992.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.505T>C",
"hgvs_p": null,
"transcript": "ENST00000713689.1",
"protein_id": "ENSP00000518993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.*459T>C",
"hgvs_p": null,
"transcript": "ENST00000675764.1",
"protein_id": "ENSP00000502242.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"hgvs_c": "n.31-6046T>C",
"hgvs_p": null,
"transcript": "ENST00000574816.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PAFAH1B1",
"gene_hgnc_id": 8574,
"dbsnp": "rs121434484",
"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.9889779090881348,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.877,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9994,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.43,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.017,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000397195.10",
"gene_symbol": "PAFAH1B1",
"hgnc_id": 8574,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.505T>C",
"hgvs_p": "p.Ser169Pro"
}
],
"clinvar_disease": "Subcortical band heterotopia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Subcortical band heterotopia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}