← 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: 9-131510401-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=131510401&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 131510401,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000402686.8",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.841C>T",
"hgvs_p": "p.Gln281*",
"transcript": "NM_001077365.2",
"protein_id": "NP_001070833.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 725,
"cds_start": 841,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 3057,
"mane_select": "ENST00000402686.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.841C>T",
"hgvs_p": "p.Gln281*",
"transcript": "ENST00000402686.8",
"protein_id": "ENSP00000385797.4",
"transcript_support_level": 1,
"aa_start": 281,
"aa_end": null,
"aa_length": 725,
"cds_start": 841,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 3057,
"mane_select": "NM_001077365.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Gln303*",
"transcript": "ENST00000372228.9",
"protein_id": "ENSP00000361302.3",
"transcript_support_level": 1,
"aa_start": 303,
"aa_end": null,
"aa_length": 747,
"cds_start": 907,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 1222,
"cdna_end": null,
"cdna_length": 3252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.898C>T",
"hgvs_p": "p.Gln300*",
"transcript": "ENST00000423007.6",
"protein_id": "ENSP00000404119.2",
"transcript_support_level": 1,
"aa_start": 300,
"aa_end": null,
"aa_length": 744,
"cds_start": 898,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 898,
"cdna_end": null,
"cdna_length": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Gln303*",
"transcript": "NM_001353193.2",
"protein_id": "NP_001340122.2",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 747,
"cds_start": 907,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 1333,
"cdna_end": null,
"cdna_length": 3363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Gln303*",
"transcript": "NM_007171.4",
"protein_id": "NP_009102.4",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 747,
"cds_start": 907,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 1093,
"cdna_end": null,
"cdna_length": 3123,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.841C>T",
"hgvs_p": "p.Gln281*",
"transcript": "NM_001136113.2",
"protein_id": "NP_001129585.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 725,
"cds_start": 841,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1267,
"cdna_end": null,
"cdna_length": 3297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.841C>T",
"hgvs_p": "p.Gln281*",
"transcript": "ENST00000676640.1",
"protein_id": "ENSP00000503281.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 725,
"cds_start": 841,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1279,
"cdna_end": null,
"cdna_length": 3309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Gln251*",
"transcript": "NM_001353196.2",
"protein_id": "NP_001340125.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 695,
"cds_start": 751,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 2967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.751C>T",
"hgvs_p": "p.Gln251*",
"transcript": "ENST00000678303.1",
"protein_id": "ENSP00000503696.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 695,
"cds_start": 751,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 2573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.745C>T",
"hgvs_p": "p.Gln249*",
"transcript": "NM_001353197.2",
"protein_id": "NP_001340126.2",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 693,
"cds_start": 745,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 2971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.745C>T",
"hgvs_p": "p.Gln249*",
"transcript": "NM_001353198.2",
"protein_id": "NP_001340127.2",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 693,
"cds_start": 745,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1642,
"cdna_end": null,
"cdna_length": 3672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.Gln227*",
"transcript": "NM_001077366.2",
"protein_id": "NP_001070834.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 671,
"cds_start": 679,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 875,
"cdna_end": null,
"cdna_length": 2905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.Gln227*",
"transcript": "NM_001353194.2",
"protein_id": "NP_001340123.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 671,
"cds_start": 679,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 1115,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.Gln227*",
"transcript": "ENST00000341012.13",
"protein_id": "ENSP00000343034.7",
"transcript_support_level": 2,
"aa_start": 227,
"aa_end": null,
"aa_length": 671,
"cds_start": 679,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 898,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.841C>T",
"hgvs_p": "p.Gln281*",
"transcript": "NM_001374690.1",
"protein_id": "NP_001361619.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 652,
"cds_start": 841,
"cds_end": null,
"cds_length": 1959,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 2838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.556C>T",
"hgvs_p": "p.Gln186*",
"transcript": "NM_001353199.2",
"protein_id": "NP_001340128.2",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 630,
"cds_start": 556,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 2864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Gln164*",
"transcript": "NM_001136114.2",
"protein_id": "NP_001129586.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 608,
"cds_start": 490,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 768,
"cdna_end": null,
"cdna_length": 2798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Gln164*",
"transcript": "NM_001353195.2",
"protein_id": "NP_001340124.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 608,
"cds_start": 490,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 920,
"cdna_end": null,
"cdna_length": 2950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Gln164*",
"transcript": "NM_001374691.1",
"protein_id": "NP_001361620.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 608,
"cds_start": 490,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 2987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Gln164*",
"transcript": "NM_001374692.1",
"protein_id": "NP_001361621.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 608,
"cds_start": 490,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 869,
"cdna_end": null,
"cdna_length": 2899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.Gln227*",
"transcript": "NM_001374693.1",
"protein_id": "NP_001361622.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 608,
"cds_start": 679,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 875,
"cdna_end": null,
"cdna_length": 2716,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Gln164*",
"transcript": "ENST00000677216.1",
"protein_id": "ENSP00000503772.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 608,
"cds_start": 490,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 2461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.679C>T",
"hgvs_p": "p.Gln227*",
"transcript": "ENST00000677626.1",
"protein_id": "ENSP00000503552.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 608,
"cds_start": 679,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 2525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Gln164*",
"transcript": "ENST00000679189.1",
"protein_id": "ENSP00000503356.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 608,
"cds_start": 490,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 2111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.451C>T",
"hgvs_p": "p.Gln151*",
"transcript": "NM_001374695.1",
"protein_id": "NP_001361624.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 595,
"cds_start": 451,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 2818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Gln129*",
"transcript": "NM_001353200.2",
"protein_id": "NP_001340129.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 573,
"cds_start": 385,
"cds_end": null,
"cds_length": 1722,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.385C>T",
"hgvs_p": "p.Gln129*",
"transcript": "ENST00000677029.1",
"protein_id": "ENSP00000502936.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 573,
"cds_start": 385,
"cds_end": null,
"cds_length": 1722,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.16C>T",
"hgvs_p": "p.Gln6*",
"transcript": "ENST00000676803.1",
"protein_id": "ENSP00000503093.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 412,
"cds_start": 16,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 1983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.556C>T",
"hgvs_p": "p.Gln186*",
"transcript": "ENST00000441334.5",
"protein_id": "ENSP00000395060.1",
"transcript_support_level": 5,
"aa_start": 186,
"aa_end": null,
"aa_length": 295,
"cds_start": 556,
"cds_end": null,
"cds_length": 890,
"cdna_start": 834,
"cdna_end": null,
"cdna_length": 1168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Gln5*",
"transcript": "ENST00000678733.1",
"protein_id": "ENSP00000503285.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 242,
"cds_start": 13,
"cds_end": null,
"cds_length": 731,
"cdna_start": 15,
"cdna_end": null,
"cdna_length": 733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.16C>T",
"hgvs_p": "p.Gln6*",
"transcript": "ENST00000677293.1",
"protein_id": "ENSP00000504278.1",
"transcript_support_level": null,
"aa_start": 6,
"aa_end": null,
"aa_length": 128,
"cds_start": 16,
"cds_end": null,
"cds_length": 388,
"cdna_start": 174,
"cdna_end": null,
"cdna_length": 546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.760C>T",
"hgvs_p": "p.Gln254*",
"transcript": "XM_011518140.3",
"protein_id": "XP_011516442.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 698,
"cds_start": 760,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 2976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.694C>T",
"hgvs_p": "p.Gln232*",
"transcript": "XM_011518141.3",
"protein_id": "XP_011516443.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 676,
"cds_start": 694,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 2910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.598C>T",
"hgvs_p": "p.Gln200*",
"transcript": "XM_011518142.3",
"protein_id": "XP_011516444.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 644,
"cds_start": 598,
"cds_end": null,
"cds_length": 1935,
"cdna_start": 794,
"cdna_end": null,
"cdna_length": 2824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Gln178*",
"transcript": "XM_047422640.1",
"protein_id": "XP_047278596.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 622,
"cds_start": 532,
"cds_end": null,
"cds_length": 1869,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 2758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.451C>T",
"hgvs_p": "p.Gln151*",
"transcript": "XM_011518145.3",
"protein_id": "XP_011516447.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 595,
"cds_start": 451,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.907C>T",
"hgvs_p": "p.Gln303*",
"transcript": "XM_047422641.1",
"protein_id": "XP_047278597.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 482,
"cds_start": 907,
"cds_end": null,
"cds_length": 1449,
"cdna_start": 1093,
"cdna_end": null,
"cdna_length": 1877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.824C>T",
"hgvs_p": "p.Pro275Leu",
"transcript": "NM_001374689.1",
"protein_id": "NP_001361618.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 721,
"cds_start": 824,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 3055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.587C>T",
"hgvs_p": "p.Pro196Leu",
"transcript": "XM_011518143.3",
"protein_id": "XP_011516445.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 642,
"cds_start": 587,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 773,
"cdna_end": null,
"cdna_length": 2808,
"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": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1213C>T",
"hgvs_p": null,
"transcript": "ENST00000404875.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": 3367,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*294C>T",
"hgvs_p": null,
"transcript": "ENST00000415075.6",
"protein_id": "ENSP00000405149.2",
"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": 847,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*51C>T",
"hgvs_p": null,
"transcript": "ENST00000676835.1",
"protein_id": "ENSP00000502911.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": 2562,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*551C>T",
"hgvs_p": null,
"transcript": "ENST00000677099.1",
"protein_id": "ENSP00000504553.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": 2501,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1180C>T",
"hgvs_p": null,
"transcript": "ENST00000677295.2",
"protein_id": "ENSP00000504346.2",
"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": 3423,
"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": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.647C>T",
"hgvs_p": null,
"transcript": "ENST00000677444.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": 2758,
"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": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.322C>T",
"hgvs_p": null,
"transcript": "ENST00000677586.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": 1585,
"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": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.801C>T",
"hgvs_p": null,
"transcript": "ENST00000677677.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": 2234,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.422C>T",
"hgvs_p": null,
"transcript": "ENST00000677853.1",
"protein_id": "ENSP00000503488.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": 2566,
"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": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.101C>T",
"hgvs_p": null,
"transcript": "ENST00000677944.1",
"protein_id": "ENSP00000504710.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": 551,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1024C>T",
"hgvs_p": null,
"transcript": "ENST00000678264.2",
"protein_id": "ENSP00000503157.2",
"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": 3958,
"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": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1090C>T",
"hgvs_p": null,
"transcript": "ENST00000678366.1",
"protein_id": "ENSP00000504353.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": 3276,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1101C>T",
"hgvs_p": null,
"transcript": "ENST00000678546.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": 3646,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*908C>T",
"hgvs_p": null,
"transcript": "ENST00000678548.1",
"protein_id": "ENSP00000503934.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": 3131,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.533C>T",
"hgvs_p": null,
"transcript": "ENST00000678626.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": 2502,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.479C>T",
"hgvs_p": null,
"transcript": "ENST00000678707.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": 564,
"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": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1162C>T",
"hgvs_p": null,
"transcript": "ENST00000678739.1",
"protein_id": "ENSP00000503806.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": 3093,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*288C>T",
"hgvs_p": null,
"transcript": "ENST00000678833.1",
"protein_id": "ENSP00000503893.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": 3237,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*394C>T",
"hgvs_p": null,
"transcript": "ENST00000678942.2",
"protein_id": "ENSP00000504690.2",
"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": 1244,
"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": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.679C>T",
"hgvs_p": null,
"transcript": "ENST00000679023.1",
"protein_id": "ENSP00000503718.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": 2703,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*213C>T",
"hgvs_p": null,
"transcript": "ENST00000679073.1",
"protein_id": "ENSP00000504356.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": 543,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.453C>T",
"hgvs_p": null,
"transcript": "ENST00000679076.1",
"protein_id": "ENSP00000504492.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": 2323,
"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": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.841C>T",
"hgvs_p": null,
"transcript": "ENST00000679111.1",
"protein_id": "ENSP00000504257.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": 3164,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1301C>T",
"hgvs_p": null,
"transcript": "ENST00000682070.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": 2946,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1106C>T",
"hgvs_p": null,
"transcript": "ENST00000682813.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": 3235,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*51C>T",
"hgvs_p": null,
"transcript": "ENST00000683134.1",
"protein_id": "ENSP00000508076.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": 353,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.3588C>T",
"hgvs_p": null,
"transcript": "ENST00000683392.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": 5233,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1241C>T",
"hgvs_p": null,
"transcript": "ENST00000683712.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": 2583,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.381C>T",
"hgvs_p": null,
"transcript": "ENST00000683855.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": 395,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.2168C>T",
"hgvs_p": null,
"transcript": "ENST00000683900.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": 4770,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1507C>T",
"hgvs_p": null,
"transcript": "ENST00000684062.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": 3534,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.2682C>T",
"hgvs_p": null,
"transcript": "ENST00000684579.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": 4705,
"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": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.875C>T",
"hgvs_p": null,
"transcript": "NR_148391.2",
"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": 2729,
"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": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1093C>T",
"hgvs_p": null,
"transcript": "NR_148392.2",
"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": 2947,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.875C>T",
"hgvs_p": null,
"transcript": "NR_148393.2",
"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": 3044,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.763C>T",
"hgvs_p": null,
"transcript": "NR_148394.2",
"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": 2798,
"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": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1027C>T",
"hgvs_p": null,
"transcript": "NR_148395.2",
"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": 3196,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.656C>T",
"hgvs_p": null,
"transcript": "NR_148396.2",
"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": 2830,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.920C>T",
"hgvs_p": null,
"transcript": "NR_148397.2",
"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": 2955,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.875C>T",
"hgvs_p": null,
"transcript": "NR_148398.2",
"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": 2910,
"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": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1267C>T",
"hgvs_p": null,
"transcript": "NR_148399.2",
"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": 3260,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.861C>T",
"hgvs_p": null,
"transcript": "NR_148400.2",
"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": 3035,
"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": 9,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.1027C>T",
"hgvs_p": null,
"transcript": "XR_001746160.3",
"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": 2881,
"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": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.880C>T",
"hgvs_p": null,
"transcript": "XR_007061226.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": 2734,
"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": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.941C>T",
"hgvs_p": null,
"transcript": "XR_007061227.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": 2795,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.728C>T",
"hgvs_p": null,
"transcript": "XR_007061228.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": 2582,
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.768C>T",
"hgvs_p": null,
"transcript": "XR_007061229.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": 2622,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.621C>T",
"hgvs_p": null,
"transcript": "XR_007061230.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": 2475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.-296C>T",
"hgvs_p": null,
"transcript": "NM_001411024.1",
"protein_id": "NP_001397953.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": -4,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2656,
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*294C>T",
"hgvs_p": null,
"transcript": "ENST00000415075.6",
"protein_id": "ENSP00000405149.2",
"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": 847,
"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": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*51C>T",
"hgvs_p": null,
"transcript": "ENST00000676835.1",
"protein_id": "ENSP00000502911.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": 2562,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*551C>T",
"hgvs_p": null,
"transcript": "ENST00000677099.1",
"protein_id": "ENSP00000504553.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": 2501,
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1180C>T",
"hgvs_p": null,
"transcript": "ENST00000677295.2",
"protein_id": "ENSP00000504346.2",
"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": 3423,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1024C>T",
"hgvs_p": null,
"transcript": "ENST00000678264.2",
"protein_id": "ENSP00000503157.2",
"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": 3958,
"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": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1090C>T",
"hgvs_p": null,
"transcript": "ENST00000678366.1",
"protein_id": "ENSP00000504353.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": 3276,
"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": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*908C>T",
"hgvs_p": null,
"transcript": "ENST00000678548.1",
"protein_id": "ENSP00000503934.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": 3131,
"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": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*1162C>T",
"hgvs_p": null,
"transcript": "ENST00000678739.1",
"protein_id": "ENSP00000503806.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": 3093,
"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": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*288C>T",
"hgvs_p": null,
"transcript": "ENST00000678833.1",
"protein_id": "ENSP00000503893.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": 3237,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*394C>T",
"hgvs_p": null,
"transcript": "ENST00000678942.2",
"protein_id": "ENSP00000504690.2",
"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": 1244,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*213C>T",
"hgvs_p": null,
"transcript": "ENST00000679073.1",
"protein_id": "ENSP00000504356.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": 543,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*51C>T",
"hgvs_p": null,
"transcript": "ENST00000683134.1",
"protein_id": "ENSP00000508076.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": 353,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.-145-1640C>T",
"hgvs_p": null,
"transcript": "ENST00000372220.5",
"protein_id": "ENSP00000361294.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": -4,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.-99C>T",
"hgvs_p": null,
"transcript": "ENST00000485278.5",
"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": 3420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.*90C>T",
"hgvs_p": null,
"transcript": "ENST00000448212.5",
"protein_id": "ENSP00000403736.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 217,
"cds_start": -4,
"cds_end": null,
"cds_length": 655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "c.*82C>T",
"hgvs_p": null,
"transcript": "ENST00000430619.2",
"protein_id": "ENSP00000402083.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 122,
"cds_start": -4,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"hgvs_c": "n.*551C>T",
"hgvs_p": null,
"transcript": "ENST00000677729.1",
"protein_id": "ENSP00000503581.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": 1022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "POMT1",
"gene_hgnc_id": 9202,
"dbsnp": "rs119462981",
"frequency_reference_population": 0.000006568317,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000656832,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.581379771232605,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.471,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.335,
"phylop100way_prediction": "Uncertain_significance",
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000402686.8",
"gene_symbol": "POMT1",
"hgnc_id": 9202,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.841C>T",
"hgvs_p": "p.Gln281*"
}
],
"clinvar_disease": " type A1, type B1,Abnormality of the musculature,Autosomal recessive limb-girdle muscular dystrophy type 2K,Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies),Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability),Walker-Warburg congenital muscular dystrophy,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:5",
"phenotype_combined": "Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A1|Abnormality of the musculature|not provided|Walker-Warburg congenital muscular dystrophy;Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability), type B1;Autosomal recessive limb-girdle muscular dystrophy type 2K",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}