← 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: 11-132335082-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=132335082&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 132335082,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000683400.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ser335Leu",
"transcript": "NM_001352005.2",
"protein_id": "NP_001338934.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 355,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 2936,
"mane_select": "ENST00000683400.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ser335Leu",
"transcript": "ENST00000683400.1",
"protein_id": "ENSP00000507313.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 355,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 2936,
"mane_select": "NM_001352005.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ser335Leu",
"transcript": "ENST00000425719.6",
"protein_id": "ENSP00000396722.2",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 355,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1024,
"cdna_end": null,
"cdna_length": 1607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.971C>T",
"hgvs_p": "p.Ser324Leu",
"transcript": "ENST00000374786.5",
"protein_id": "ENSP00000363918.1",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 344,
"cds_start": 971,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 1450,
"cdna_end": null,
"cdna_length": 3190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.971C>T",
"hgvs_p": "p.Ser324Leu",
"transcript": "ENST00000374791.7",
"protein_id": "ENSP00000363923.3",
"transcript_support_level": 1,
"aa_start": 324,
"aa_end": null,
"aa_length": 344,
"cds_start": 971,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 1300,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1040C>T",
"hgvs_p": "p.Ser347Leu",
"transcript": "NM_001352001.2",
"protein_id": "NP_001338930.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 367,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1104,
"cdna_start": 1232,
"cdna_end": null,
"cdna_length": 2972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1040C>T",
"hgvs_p": "p.Ser347Leu",
"transcript": "NM_001352002.2",
"protein_id": "NP_001338931.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 367,
"cds_start": 1040,
"cds_end": null,
"cds_length": 1104,
"cdna_start": 1186,
"cdna_end": null,
"cdna_length": 2926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1007C>T",
"hgvs_p": "p.Ser336Leu",
"transcript": "NM_001352003.2",
"protein_id": "NP_001338932.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 356,
"cds_start": 1007,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1007C>T",
"hgvs_p": "p.Ser336Leu",
"transcript": "NM_001352004.2",
"protein_id": "NP_001338933.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 356,
"cds_start": 1007,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1153,
"cdna_end": null,
"cdna_length": 2893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ser335Leu",
"transcript": "NM_001144058.2",
"protein_id": "NP_001137530.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 355,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1150,
"cdna_end": null,
"cdna_length": 2890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.977C>T",
"hgvs_p": "p.Ser326Leu",
"transcript": "NM_001352006.2",
"protein_id": "NP_001338935.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 346,
"cds_start": 977,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 1316,
"cdna_end": null,
"cdna_length": 3056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.971C>T",
"hgvs_p": "p.Ser324Leu",
"transcript": "NM_001048209.2",
"protein_id": "NP_001041674.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 344,
"cds_start": 971,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 1163,
"cdna_end": null,
"cdna_length": 2903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.971C>T",
"hgvs_p": "p.Ser324Leu",
"transcript": "NM_016522.3",
"protein_id": "NP_057606.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 344,
"cds_start": 971,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 1117,
"cdna_end": null,
"cdna_length": 2857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.956C>T",
"hgvs_p": "p.Ser319Leu",
"transcript": "NM_001386967.1",
"protein_id": "NP_001373896.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 339,
"cds_start": 956,
"cds_end": null,
"cds_length": 1020,
"cdna_start": 1271,
"cdna_end": null,
"cdna_length": 3011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Ser315Leu",
"transcript": "NM_001352007.2",
"protein_id": "NP_001338936.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 335,
"cds_start": 944,
"cds_end": null,
"cds_length": 1008,
"cdna_start": 1283,
"cdna_end": null,
"cdna_length": 3023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.929C>T",
"hgvs_p": "p.Ser310Leu",
"transcript": "NM_001386964.1",
"protein_id": "NP_001373893.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 330,
"cds_start": 929,
"cds_end": null,
"cds_length": 993,
"cdna_start": 1033,
"cdna_end": null,
"cdna_length": 2773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.917C>T",
"hgvs_p": "p.Ser306Leu",
"transcript": "NM_001386968.1",
"protein_id": "NP_001373897.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 326,
"cds_start": 917,
"cds_end": null,
"cds_length": 981,
"cdna_start": 1232,
"cdna_end": null,
"cdna_length": 2764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.914C>T",
"hgvs_p": "p.Ser305Leu",
"transcript": "NM_001352008.2",
"protein_id": "NP_001338937.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 325,
"cds_start": 914,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1320,
"cdna_end": null,
"cdna_length": 3060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.866C>T",
"hgvs_p": "p.Ser289Leu",
"transcript": "NM_001386965.1",
"protein_id": "NP_001373894.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 309,
"cds_start": 866,
"cds_end": null,
"cds_length": 930,
"cdna_start": 1109,
"cdna_end": null,
"cdna_length": 2849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.848C>T",
"hgvs_p": "p.Ser283Leu",
"transcript": "NM_001352009.2",
"protein_id": "NP_001338938.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 303,
"cds_start": 848,
"cds_end": null,
"cds_length": 912,
"cdna_start": 952,
"cdna_end": null,
"cdna_length": 2692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.476C>T",
"hgvs_p": "p.Ser159Leu",
"transcript": "ENST00000427481.6",
"protein_id": "ENSP00000416320.3",
"transcript_support_level": 5,
"aa_start": 159,
"aa_end": null,
"aa_length": 179,
"cds_start": 476,
"cds_end": null,
"cds_length": 540,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.443C>T",
"hgvs_p": "p.Ser148Leu",
"transcript": "ENST00000539799.5",
"protein_id": "ENSP00000437668.2",
"transcript_support_level": 5,
"aa_start": 148,
"aa_end": null,
"aa_length": 168,
"cds_start": 443,
"cds_end": null,
"cds_length": 507,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "c.293C>T",
"hgvs_p": "p.Ser98Leu",
"transcript": "ENST00000457381.1",
"protein_id": "ENSP00000387984.1",
"transcript_support_level": 3,
"aa_start": 98,
"aa_end": null,
"aa_length": 118,
"cds_start": 293,
"cds_end": null,
"cds_length": 357,
"cdna_start": 295,
"cdna_end": null,
"cdna_length": 664,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.792C>T",
"hgvs_p": null,
"transcript": "ENST00000474900.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2512,
"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": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.321C>T",
"hgvs_p": null,
"transcript": "ENST00000483174.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 684,
"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": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.311C>T",
"hgvs_p": null,
"transcript": "ENST00000496198.1",
"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": 515,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.1281C>T",
"hgvs_p": null,
"transcript": "NR_147848.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": 3021,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.719C>T",
"hgvs_p": null,
"transcript": "NR_147849.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": 2459,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.1070C>T",
"hgvs_p": null,
"transcript": "NR_147850.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": 2810,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.1271C>T",
"hgvs_p": null,
"transcript": "NR_147851.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": 3011,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.1038C>T",
"hgvs_p": null,
"transcript": "NR_147852.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": 2778,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.1235C>T",
"hgvs_p": null,
"transcript": "NR_147853.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": 2975,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.884C>T",
"hgvs_p": null,
"transcript": "NR_147854.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": 2624,
"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": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3706C>T",
"hgvs_p": null,
"transcript": "NR_170346.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": 5446,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3574C>T",
"hgvs_p": null,
"transcript": "NR_170347.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": 5314,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3689C>T",
"hgvs_p": null,
"transcript": "NR_170348.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": 5429,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3305C>T",
"hgvs_p": null,
"transcript": "NR_170349.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": 5045,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3489C>T",
"hgvs_p": null,
"transcript": "NR_170350.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": 5229,
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3894C>T",
"hgvs_p": null,
"transcript": "NR_170351.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": 5426,
"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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3694C>T",
"hgvs_p": null,
"transcript": "NR_170352.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": 5226,
"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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3695C>T",
"hgvs_p": null,
"transcript": "NR_170354.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": 5227,
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3574C>T",
"hgvs_p": null,
"transcript": "NR_170355.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": 5106,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3753C>T",
"hgvs_p": null,
"transcript": "NR_170357.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": 5493,
"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": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3576C>T",
"hgvs_p": null,
"transcript": "NR_170358.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": 5108,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.1126C>T",
"hgvs_p": null,
"transcript": "NR_170359.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": 2866,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.1291C>T",
"hgvs_p": null,
"transcript": "NR_170360.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": 3031,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3528C>T",
"hgvs_p": null,
"transcript": "NR_170361.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": 5268,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.773C>T",
"hgvs_p": null,
"transcript": "NR_170362.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": 2513,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.655C>T",
"hgvs_p": null,
"transcript": "NR_170363.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": 2395,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.649C>T",
"hgvs_p": null,
"transcript": "NR_170364.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": 2389,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.3538C>T",
"hgvs_p": null,
"transcript": "NR_170366.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": 5278,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"hgvs_c": "n.*31C>T",
"hgvs_p": null,
"transcript": "ENST00000496094.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NTM",
"gene_hgnc_id": 17941,
"dbsnp": "rs139579932",
"frequency_reference_population": 0.0011267742,
"hom_count_reference_population": 3,
"allele_count_reference_population": 1817,
"gnomad_exomes_af": 0.00113251,
"gnomad_genomes_af": 0.00107168,
"gnomad_exomes_ac": 1654,
"gnomad_genomes_ac": 163,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012857556343078613,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.139,
"revel_prediction": "Benign",
"alphamissense_score": 0.1766,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.852,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000683400.1",
"gene_symbol": "NTM",
"hgnc_id": 17941,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ser335Leu"
}
],
"clinvar_disease": "Connective tissue disorder,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Connective tissue disorder|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}