← 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: 3-48295188-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=48295188&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 48295188,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001438659.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "NM_001308426.2",
"protein_id": "NP_001295355.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000442597.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308426.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000442597.6",
"protein_id": "ENSP00000406642.1",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001308426.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442597.6"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.305T>C",
"hgvs_p": "p.Leu102Pro",
"transcript": "ENST00000421967.5",
"protein_id": "ENSP00000416658.1",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 194,
"cds_start": 305,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421967.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000426689.6",
"protein_id": "ENSP00000440286.1",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426689.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.-14T>C",
"hgvs_p": null,
"transcript": "ENST00000444069.5",
"protein_id": "ENSP00000493725.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 88,
"cds_start": null,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444069.5"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF589",
"gene_hgnc_id": 16747,
"hgvs_c": "c.224-3767A>G",
"hgvs_p": null,
"transcript": "ENST00000412564.5",
"protein_id": "ENSP00000404398.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": null,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412564.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "NM_001438659.1",
"protein_id": "NP_001425588.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 258,
"cds_start": 281,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438659.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "NM_001438660.1",
"protein_id": "NP_001425589.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 258,
"cds_start": 281,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438660.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.413T>C",
"hgvs_p": "p.Leu138Pro",
"transcript": "NM_001438658.1",
"protein_id": "NP_001425587.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 230,
"cds_start": 413,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438658.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.305T>C",
"hgvs_p": "p.Leu102Pro",
"transcript": "NM_005793.5",
"protein_id": "NP_005784.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 194,
"cds_start": 305,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005793.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "NM_001308427.2",
"protein_id": "NP_001295356.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308427.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "NM_001308428.2",
"protein_id": "NP_001295357.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308428.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "NM_001438654.1",
"protein_id": "NP_001425583.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438654.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "NM_001438655.1",
"protein_id": "NP_001425584.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438655.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000415053.5",
"protein_id": "ENSP00000399582.1",
"transcript_support_level": 3,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415053.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000452211.5",
"protein_id": "ENSP00000392352.1",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452211.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000643457.1",
"protein_id": "ENSP00000495130.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643457.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000885416.1",
"protein_id": "ENSP00000555475.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885416.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000885417.1",
"protein_id": "ENSP00000555476.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885417.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000885418.1",
"protein_id": "ENSP00000555477.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885418.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000885419.1",
"protein_id": "ENSP00000555478.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885419.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000885420.1",
"protein_id": "ENSP00000555479.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885420.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000885422.1",
"protein_id": "ENSP00000555481.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885422.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000885423.1",
"protein_id": "ENSP00000555482.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885423.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000926844.1",
"protein_id": "ENSP00000596903.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926844.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000926845.1",
"protein_id": "ENSP00000596904.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926845.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000943101.1",
"protein_id": "ENSP00000613160.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943101.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000943102.1",
"protein_id": "ENSP00000613161.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943102.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000943103.1",
"protein_id": "ENSP00000613162.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 186,
"cds_start": 281,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943103.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000425930.5",
"protein_id": "ENSP00000411116.1",
"transcript_support_level": 2,
"aa_start": 94,
"aa_end": null,
"aa_length": 173,
"cds_start": 281,
"cds_end": null,
"cds_length": 522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425930.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.265T>C",
"hgvs_p": "p.Ser89Pro",
"transcript": "NM_001308430.2",
"protein_id": "NP_001295359.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 171,
"cds_start": 265,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308430.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.241T>C",
"hgvs_p": "p.Ser81Pro",
"transcript": "NM_001308431.2",
"protein_id": "NP_001295360.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 163,
"cds_start": 241,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308431.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.241T>C",
"hgvs_p": "p.Ser81Pro",
"transcript": "NM_001308433.2",
"protein_id": "NP_001295362.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 163,
"cds_start": 241,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308433.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.241T>C",
"hgvs_p": "p.Ser81Pro",
"transcript": "NM_001438656.1",
"protein_id": "NP_001425585.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 163,
"cds_start": 241,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438656.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.241T>C",
"hgvs_p": "p.Ser81Pro",
"transcript": "NM_001438657.1",
"protein_id": "NP_001425586.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 163,
"cds_start": 241,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438657.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.241T>C",
"hgvs_p": "p.Ser81Pro",
"transcript": "ENST00000435684.5",
"protein_id": "ENSP00000393261.1",
"transcript_support_level": 2,
"aa_start": 81,
"aa_end": null,
"aa_length": 163,
"cds_start": 241,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435684.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.241T>C",
"hgvs_p": "p.Ser81Pro",
"transcript": "ENST00000451657.6",
"protein_id": "ENSP00000407933.1",
"transcript_support_level": 2,
"aa_start": 81,
"aa_end": null,
"aa_length": 163,
"cds_start": 241,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451657.6"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.146T>C",
"hgvs_p": "p.Leu49Pro",
"transcript": "NM_001308434.2",
"protein_id": "NP_001295363.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 141,
"cds_start": 146,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308434.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.146T>C",
"hgvs_p": "p.Leu49Pro",
"transcript": "ENST00000447314.5",
"protein_id": "ENSP00000414842.1",
"transcript_support_level": 3,
"aa_start": 49,
"aa_end": null,
"aa_length": 141,
"cds_start": 146,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447314.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Leu22Pro",
"transcript": "NM_001438027.1",
"protein_id": "NP_001424956.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 114,
"cds_start": 65,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438027.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.65T>C",
"hgvs_p": "p.Leu22Pro",
"transcript": "ENST00000643011.1",
"protein_id": "ENSP00000496560.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 114,
"cds_start": 65,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643011.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000456495.5",
"protein_id": "ENSP00000392715.1",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 110,
"cds_start": 281,
"cds_end": null,
"cds_length": 334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456495.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.413T>C",
"hgvs_p": "p.Leu138Pro",
"transcript": "XM_024453299.2",
"protein_id": "XP_024309067.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 302,
"cds_start": 413,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453299.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.305T>C",
"hgvs_p": "p.Leu102Pro",
"transcript": "XM_024453300.2",
"protein_id": "XP_024309068.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 266,
"cds_start": 305,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453300.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.293T>C",
"hgvs_p": "p.Leu98Pro",
"transcript": "XM_024453301.2",
"protein_id": "XP_024309069.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 262,
"cds_start": 293,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453301.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.293T>C",
"hgvs_p": "p.Leu98Pro",
"transcript": "XM_047447174.1",
"protein_id": "XP_047303130.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 262,
"cds_start": 293,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447174.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "XM_024453303.2",
"protein_id": "XP_024309071.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 258,
"cds_start": 281,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453303.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "XM_024453306.2",
"protein_id": "XP_024309074.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 258,
"cds_start": 281,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453306.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "XM_047447176.1",
"protein_id": "XP_047303132.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 258,
"cds_start": 281,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447176.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.293T>C",
"hgvs_p": "p.Leu98Pro",
"transcript": "XM_047447175.1",
"protein_id": "XP_047303131.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 190,
"cds_start": 293,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447175.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.265T>C",
"hgvs_p": "p.Ser89Pro",
"transcript": "XM_017005516.3",
"protein_id": "XP_016861005.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 129,
"cds_start": 265,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017005516.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.-14T>C",
"hgvs_p": null,
"transcript": "ENST00000642710.1",
"protein_id": "ENSP00000494272.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 88,
"cds_start": null,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642710.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.194-385T>C",
"hgvs_p": null,
"transcript": "NM_001308435.2",
"protein_id": "NP_001295364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308435.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.194-385T>C",
"hgvs_p": null,
"transcript": "ENST00000415644.5",
"protein_id": "ENSP00000394232.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415644.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.194-385T>C",
"hgvs_p": null,
"transcript": "ENST00000885421.1",
"protein_id": "ENSP00000555480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885421.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "c.194-385T>C",
"hgvs_p": null,
"transcript": "ENST00000926846.1",
"protein_id": "ENSP00000596905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926846.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "n.*110T>C",
"hgvs_p": null,
"transcript": "ENST00000418431.5",
"protein_id": "ENSP00000394128.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000418431.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "n.*110T>C",
"hgvs_p": null,
"transcript": "ENST00000454531.1",
"protein_id": "ENSP00000410435.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000454531.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "n.*110T>C",
"hgvs_p": null,
"transcript": "ENST00000418431.5",
"protein_id": "ENSP00000394128.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000418431.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "n.*110T>C",
"hgvs_p": null,
"transcript": "ENST00000454531.1",
"protein_id": "ENSP00000410435.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000454531.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"hgvs_c": "n.*17T>C",
"hgvs_p": null,
"transcript": "ENST00000494209.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000494209.1"
}
],
"gene_symbol": "NME6",
"gene_hgnc_id": 20567,
"dbsnp": "rs1448543705",
"frequency_reference_population": 0.0000027362214,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273622,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.40451765060424805,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.171,
"revel_prediction": "Benign",
"alphamissense_score": 0.7526,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.259,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001438659.1",
"gene_symbol": "NME6",
"hgnc_id": 20567,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000412564.5",
"gene_symbol": "ZNF589",
"hgnc_id": 16747,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.224-3767A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}