← 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: 1-46196047-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=46196047&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 46196047,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000371984.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "NM_017739.4",
"protein_id": "NP_060209.4",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 660,
"cds_start": 385,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 2719,
"mane_select": "ENST00000371984.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000371984.8",
"protein_id": "ENSP00000361052.3",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 660,
"cds_start": 385,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 2719,
"mane_select": "NM_017739.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.-45C>T",
"hgvs_p": null,
"transcript": "NM_001290130.2",
"protein_id": "NP_001277059.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": -4,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "NM_001243766.2",
"protein_id": "NP_001230695.2",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 748,
"cds_start": 385,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 1036,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000371992.1",
"protein_id": "ENSP00000361060.1",
"transcript_support_level": 2,
"aa_start": 129,
"aa_end": null,
"aa_length": 748,
"cds_start": 385,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 1036,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "NM_001410783.1",
"protein_id": "NP_001397712.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 718,
"cds_start": 385,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 819,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "NM_001438686.1",
"protein_id": "NP_001425615.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 718,
"cds_start": 385,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "NM_001438688.1",
"protein_id": "NP_001425617.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 718,
"cds_start": 385,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 2391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000692369.1",
"protein_id": "ENSP00000508453.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 718,
"cds_start": 385,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 2361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000687149.1",
"protein_id": "ENSP00000509745.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 673,
"cds_start": 385,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 2765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "NM_001437653.1",
"protein_id": "NP_001424582.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 660,
"cds_start": 385,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 2768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "NM_001438689.1",
"protein_id": "NP_001425618.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 660,
"cds_start": 385,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 819,
"cdna_end": null,
"cdna_length": 3004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000396420.8",
"protein_id": "ENSP00000379698.4",
"transcript_support_level": 2,
"aa_start": 129,
"aa_end": null,
"aa_length": 660,
"cds_start": 385,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000686737.1",
"protein_id": "ENSP00000508736.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 660,
"cds_start": 385,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 587,
"cdna_end": null,
"cdna_length": 2768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000687683.1",
"protein_id": "ENSP00000508522.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 660,
"cds_start": 385,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 2867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.319C>T",
"hgvs_p": "p.Arg107Trp",
"transcript": "NM_001290129.3",
"protein_id": "NP_001277058.2",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 638,
"cds_start": 319,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 2700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.319C>T",
"hgvs_p": "p.Arg107Trp",
"transcript": "NM_001438691.1",
"protein_id": "NP_001425620.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 638,
"cds_start": 319,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 2961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.319C>T",
"hgvs_p": "p.Arg107Trp",
"transcript": "NM_001438692.1",
"protein_id": "NP_001425621.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 638,
"cds_start": 319,
"cds_end": null,
"cds_length": 1917,
"cdna_start": 825,
"cdna_end": null,
"cdna_length": 3010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000685444.1",
"protein_id": "ENSP00000510762.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 627,
"cds_start": 385,
"cds_end": null,
"cds_length": 1884,
"cdna_start": 553,
"cdna_end": null,
"cdna_length": 2635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "ENST00000688608.1",
"protein_id": "ENSP00000508890.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 627,
"cds_start": 385,
"cds_end": null,
"cds_length": 1884,
"cdna_start": 611,
"cdna_end": null,
"cdna_length": 2693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp",
"transcript": "XM_006710756.2",
"protein_id": "XP_006710819.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 748,
"cds_start": 385,
"cds_end": null,
"cds_length": 2247,
"cdna_start": 534,
"cdna_end": null,
"cdna_length": 2432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000477114.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.618C>T",
"hgvs_p": null,
"transcript": "ENST00000489985.1",
"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": 1094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000497439.6",
"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": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.553C>T",
"hgvs_p": null,
"transcript": "ENST00000684817.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": 2926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000684898.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": 3160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000685230.1",
"protein_id": "ENSP00000510305.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": 2647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.542C>T",
"hgvs_p": null,
"transcript": "ENST00000685275.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": 3113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000685704.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": 3220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.1330C>T",
"hgvs_p": null,
"transcript": "ENST00000685775.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": 5002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.530C>T",
"hgvs_p": null,
"transcript": "ENST00000685833.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": 4947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.1459C>T",
"hgvs_p": null,
"transcript": "ENST00000686252.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": 3640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000686379.1",
"protein_id": "ENSP00000508913.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": 2816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000686724.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": 4241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000687112.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": 3422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000687197.1",
"protein_id": "ENSP00000510749.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": 2193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000687235.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": 4631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.553C>T",
"hgvs_p": null,
"transcript": "ENST00000687613.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": 3194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000688032.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": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000688596.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": 3207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.1191C>T",
"hgvs_p": null,
"transcript": "ENST00000688919.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": 3357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000689031.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": 2600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000689717.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": 2363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.*17C>T",
"hgvs_p": null,
"transcript": "ENST00000689756.1",
"protein_id": "ENSP00000509023.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": 2619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000690377.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": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000690678.1",
"protein_id": "ENSP00000508703.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": 2543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000691209.1",
"protein_id": "ENSP00000510112.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": 2662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000691243.1",
"protein_id": "ENSP00000510654.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": 2701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000692169.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": 3587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.553C>T",
"hgvs_p": null,
"transcript": "ENST00000692202.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": 3141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.*237C>T",
"hgvs_p": null,
"transcript": "ENST00000692322.1",
"protein_id": "ENSP00000509017.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": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000692599.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": 4434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000692635.1",
"protein_id": "ENSP00000508425.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": 2585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.557C>T",
"hgvs_p": null,
"transcript": "ENST00000693168.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": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.385C>T",
"hgvs_p": null,
"transcript": "ENST00000693218.1",
"protein_id": "ENSP00000510577.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": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.1029C>T",
"hgvs_p": null,
"transcript": "ENST00000693223.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": 3504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.1284C>T",
"hgvs_p": null,
"transcript": "ENST00000693365.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": 6035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "c.-45C>T",
"hgvs_p": null,
"transcript": "NM_001290130.2",
"protein_id": "NP_001277059.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": -4,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.*17C>T",
"hgvs_p": null,
"transcript": "ENST00000689756.1",
"protein_id": "ENSP00000509023.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": 2619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"hgvs_c": "n.*237C>T",
"hgvs_p": null,
"transcript": "ENST00000692322.1",
"protein_id": "ENSP00000509017.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": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TSPAN1",
"gene_hgnc_id": 20657,
"hgvs_c": "c.679-155G>A",
"hgvs_p": null,
"transcript": "XM_011540460.4",
"protein_id": "XP_011538762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TSPAN1",
"gene_hgnc_id": 20657,
"hgvs_c": "c.679-155G>A",
"hgvs_p": null,
"transcript": "XM_047420887.1",
"protein_id": "XP_047276843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TSPAN1",
"gene_hgnc_id": 20657,
"hgvs_c": "c.679-155G>A",
"hgvs_p": null,
"transcript": "XM_047420922.1",
"protein_id": "XP_047276878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TSPAN1",
"gene_hgnc_id": 20657,
"hgvs_c": "c.679-155G>A",
"hgvs_p": null,
"transcript": "XM_047420946.1",
"protein_id": "XP_047276902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TSPAN1",
"gene_hgnc_id": 20657,
"hgvs_c": "c.679-155G>A",
"hgvs_p": null,
"transcript": "XM_047420982.1",
"protein_id": "XP_047276938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TSPAN1",
"gene_hgnc_id": 20657,
"hgvs_c": "c.679-155G>A",
"hgvs_p": null,
"transcript": "XM_047421003.1",
"protein_id": "XP_047276959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "POMGNT1",
"gene_hgnc_id": 19139,
"dbsnp": "rs375431575",
"frequency_reference_population": 0.000013632116,
"hom_count_reference_population": 0,
"allele_count_reference_population": 22,
"gnomad_exomes_af": 0.0000136825,
"gnomad_genomes_af": 0.0000131484,
"gnomad_exomes_ac": 20,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9225643873214722,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.802,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9596,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.646,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM5,PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM5",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000371984.8",
"gene_symbol": "POMGNT1",
"hgnc_id": 19139,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Arg129Trp"
},
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "XM_011540460.4",
"gene_symbol": "TSPAN1",
"hgnc_id": 20657,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.679-155G>A",
"hgvs_p": null
}
],
"clinvar_disease": " type A3, type B3,Autosomal recessive limb-girdle muscular dystrophy type 2O,Muscle eye brain disease,Muscular dystrophy-dystroglycanopathy,Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies),Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability),Retinitis pigmentosa 76,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4 LP:5",
"phenotype_combined": "Muscle eye brain disease|Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability), type B3|Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A3|not provided|Autosomal recessive limb-girdle muscular dystrophy type 2O;Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability), type B3|Muscular dystrophy-dystroglycanopathy|Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A3;Retinitis pigmentosa 76;Autosomal recessive limb-girdle muscular dystrophy type 2O;Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability), type B3",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}