← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 14-77278803-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=77278803&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"effects": [
"missense_variant"
],
"gene_symbol": "POMT2",
"hgnc_id": 19743,
"hgvs_c": "c.1958C>T",
"hgvs_p": "p.Pro653Leu",
"inheritance_mode": "AR",
"pathogenic_score": 9,
"score": 9,
"transcript": "NM_013382.7",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_score": 9,
"allele_count_reference_population": 12,
"alphamissense_prediction": "Pathogenic",
"alphamissense_score": 0.785,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.62,
"chr": "14",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": " type A2, type B2,Autosomal recessive limb-girdle muscular dystrophy,Autosomal recessive limb-girdle muscular dystrophy type 2N,Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies),Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability),not provided",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:3 US:4",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9630477428436279,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 750,
"aa_ref": "P",
"aa_start": 653,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4875,
"cdna_start": 2160,
"cds_end": null,
"cds_length": 2253,
"cds_start": 1958,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_013382.7",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1958C>T",
"hgvs_p": "p.Pro653Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000261534.9",
"protein_coding": true,
"protein_id": "NP_037514.2",
"strand": false,
"transcript": "NM_013382.7",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 750,
"aa_ref": "P",
"aa_start": 653,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4875,
"cdna_start": 2160,
"cds_end": null,
"cds_length": 2253,
"cds_start": 1958,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000261534.9",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1958C>T",
"hgvs_p": "p.Pro653Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_013382.7",
"protein_coding": true,
"protein_id": "ENSP00000261534.4",
"strand": false,
"transcript": "ENST00000261534.9",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 799,
"aa_ref": "P",
"aa_start": 702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2828,
"cdna_start": 2165,
"cds_end": null,
"cds_length": 2400,
"cds_start": 2105,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000682795.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.2105C>T",
"hgvs_p": "p.Pro702Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507574.1",
"strand": false,
"transcript": "ENST00000682795.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 778,
"aa_ref": "P",
"aa_start": 681,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2914,
"cdna_start": 2234,
"cds_end": null,
"cds_length": 2337,
"cds_start": 2042,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000923942.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.2042C>T",
"hgvs_p": "p.Pro681Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000594001.1",
"strand": false,
"transcript": "ENST00000923942.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 777,
"aa_ref": "P",
"aa_start": 680,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2909,
"cdna_start": 2229,
"cds_end": null,
"cds_length": 2334,
"cds_start": 2039,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000947742.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.2039C>T",
"hgvs_p": "p.Pro680Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617801.1",
"strand": false,
"transcript": "ENST00000947742.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 763,
"aa_ref": "P",
"aa_start": 666,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4871,
"cdna_start": 2156,
"cds_end": null,
"cds_length": 2292,
"cds_start": 1997,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "ENST00000905355.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1997C>T",
"hgvs_p": "p.Pro666Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000575414.1",
"strand": false,
"transcript": "ENST00000905355.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 669,
"aa_ref": "P",
"aa_start": 572,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2570,
"cdna_start": 1904,
"cds_end": null,
"cds_length": 2010,
"cds_start": 1715,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000947744.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1715C>T",
"hgvs_p": "p.Pro572Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617803.1",
"strand": false,
"transcript": "ENST00000947744.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 603,
"aa_ref": "P",
"aa_start": 506,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2372,
"cdna_start": 1684,
"cds_end": null,
"cds_length": 1812,
"cds_start": 1517,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000947743.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1517C>T",
"hgvs_p": "p.Pro506Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617802.1",
"strand": false,
"transcript": "ENST00000947743.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 597,
"aa_ref": "P",
"aa_start": 500,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4382,
"cdna_start": 1678,
"cds_end": null,
"cds_length": 1794,
"cds_start": 1499,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000556394.2",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1499C>T",
"hgvs_p": "p.Pro500Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000451967.2",
"strand": false,
"transcript": "ENST00000556394.2",
"transcript_support_level": 3
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 191,
"aa_ref": "P",
"aa_start": 183,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 580,
"cdna_start": 550,
"cds_end": null,
"cds_length": 578,
"cds_start": 548,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000556171.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.548C>T",
"hgvs_p": "p.Pro183Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000451651.1",
"strand": false,
"transcript": "ENST00000556171.1",
"transcript_support_level": 3
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 826,
"aa_ref": "P",
"aa_start": 729,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5103,
"cdna_start": 2388,
"cds_end": null,
"cds_length": 2481,
"cds_start": 2186,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "XM_047431312.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.2186C>T",
"hgvs_p": "p.Pro729Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287268.1",
"strand": false,
"transcript": "XM_047431312.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 813,
"aa_ref": "P",
"aa_start": 716,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5064,
"cdna_start": 2349,
"cds_end": null,
"cds_length": 2442,
"cds_start": 2147,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_011536675.3",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.2147C>T",
"hgvs_p": "p.Pro716Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011534977.1",
"strand": false,
"transcript": "XM_011536675.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 763,
"aa_ref": "P",
"aa_start": 666,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4914,
"cdna_start": 2199,
"cds_end": null,
"cds_length": 2292,
"cds_start": 1997,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_047431313.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1997C>T",
"hgvs_p": "p.Pro666Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287269.1",
"strand": false,
"transcript": "XM_047431313.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 715,
"aa_ref": "P",
"aa_start": 618,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5018,
"cdna_start": 2303,
"cds_end": null,
"cds_length": 2148,
"cds_start": 1853,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "XM_047431314.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1853C>T",
"hgvs_p": "p.Pro618Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287270.1",
"strand": false,
"transcript": "XM_047431314.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 685,
"aa_ref": "R",
"aa_start": 683,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2323,
"cdna_start": 2249,
"cds_end": null,
"cds_length": 2058,
"cds_start": 2047,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "XM_047431315.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.2047C>T",
"hgvs_p": "p.Arg683Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287271.1",
"strand": false,
"transcript": "XM_047431315.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 673,
"aa_ref": "P",
"aa_start": 576,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4644,
"cdna_start": 1929,
"cds_end": null,
"cds_length": 2022,
"cds_start": 1727,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_047431316.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1727C>T",
"hgvs_p": "p.Pro576Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287272.1",
"strand": false,
"transcript": "XM_047431316.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 660,
"aa_ref": "P",
"aa_start": 563,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4605,
"cdna_start": 1890,
"cds_end": null,
"cds_length": 1983,
"cds_start": 1688,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_011536677.4",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1688C>T",
"hgvs_p": "p.Pro563Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011534979.1",
"strand": false,
"transcript": "XM_011536677.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 627,
"aa_ref": "P",
"aa_start": 530,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4573,
"cdna_start": 1858,
"cds_end": null,
"cds_length": 1884,
"cds_start": 1589,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "XM_047431317.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1589C>T",
"hgvs_p": "p.Pro530Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287273.1",
"strand": false,
"transcript": "XM_047431317.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 597,
"aa_ref": "P",
"aa_start": 500,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4416,
"cdna_start": 1701,
"cds_end": null,
"cds_length": 1794,
"cds_start": 1499,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047431318.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1499C>T",
"hgvs_p": "p.Pro500Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287274.1",
"strand": false,
"transcript": "XM_047431318.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 511,
"aa_ref": "P",
"aa_start": 414,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4265,
"cdna_start": 1550,
"cds_end": null,
"cds_length": 1536,
"cds_start": 1241,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XM_047431319.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1241C>T",
"hgvs_p": "p.Pro414Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287275.1",
"strand": false,
"transcript": "XM_047431319.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 448,
"aa_ref": "P",
"aa_start": 351,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4076,
"cdna_start": 1361,
"cds_end": null,
"cds_length": 1347,
"cds_start": 1052,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "XM_047431320.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1052C>T",
"hgvs_p": "p.Pro351Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287276.1",
"strand": false,
"transcript": "XM_047431320.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 774,
"aa_ref": "P",
"aa_start": 649,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2729,
"cdna_start": 2068,
"cds_end": null,
"cds_length": 2325,
"cds_start": 1947,
"consequences": [
"synonymous_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000682247.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1947C>T",
"hgvs_p": "p.Pro649Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507213.1",
"strand": false,
"transcript": "ENST00000682247.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 703,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4604,
"cdna_start": null,
"cds_end": null,
"cds_length": 2112,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000682467.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "c.1892-295C>T",
"hgvs_p": null,
"intron_rank": 18,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508062.1",
"strand": false,
"transcript": "ENST00000682467.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5647,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000452340.7",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.2934C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000452340.7",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5457,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000554767.5",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.2744C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000554767.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1530,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000555134.2",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.883C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000555134.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 575,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000555710.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*91C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451730.1",
"strand": false,
"transcript": "ENST00000555710.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 556,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000556446.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.259C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000556446.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "non_stop_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 658,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000602717.5",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.173C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000487704.1",
"strand": false,
"transcript": "ENST00000602717.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 333,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000682128.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*136C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506976.1",
"strand": false,
"transcript": "ENST00000682128.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3093,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000682395.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.2422C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000682395.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2118,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000682459.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.1661C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000682459.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 386,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682615.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.312C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000682615.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2335,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000682895.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.1674C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000682895.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4232,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000682955.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.1532C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000682955.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 438,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000683095.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*157C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508040.1",
"strand": false,
"transcript": "ENST00000683095.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2852,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000683188.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*1773C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507734.1",
"strand": false,
"transcript": "ENST00000683188.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4317,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000683380.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.1622C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000683380.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1686,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000683828.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*1138C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507134.1",
"strand": false,
"transcript": "ENST00000683828.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 412,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000683907.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.223C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507754.1",
"strand": false,
"transcript": "ENST00000683907.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 408,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000684172.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*157C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508391.1",
"strand": false,
"transcript": "ENST00000684172.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4378,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000684259.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.3725C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000684259.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1838,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000684538.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.1337C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000684538.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2162,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000684549.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.1509C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000684549.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 575,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000555710.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*91C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000451730.1",
"strand": false,
"transcript": "ENST00000555710.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 333,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000682128.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*136C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506976.1",
"strand": false,
"transcript": "ENST00000682128.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 438,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000683095.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*157C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508040.1",
"strand": false,
"transcript": "ENST00000683095.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2852,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000683188.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*1773C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507734.1",
"strand": false,
"transcript": "ENST00000683188.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1686,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000683828.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*1138C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507134.1",
"strand": false,
"transcript": "ENST00000683828.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 408,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000684172.1",
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"hgvs_c": "n.*157C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000508391.1",
"strand": false,
"transcript": "ENST00000684172.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs794727228",
"effect": "missense_variant",
"frequency_reference_population": 0.000008211293,
"gene_hgnc_id": 19743,
"gene_symbol": "POMT2",
"gnomad_exomes_ac": 12,
"gnomad_exomes_af": 0.00000821129,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not provided|Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A2;Muscular dystrophy-dystroglycanopathy (congenital with intellectual disability), type B2;Autosomal recessive limb-girdle muscular dystrophy type 2N|Autosomal recessive limb-girdle muscular dystrophy|Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A2",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.842,
"pos": 77278803,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.945,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_013382.7"
}
]
}