← 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: 4-1955779-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=1955779&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 1955779,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001440893.1",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "NM_001042424.3",
"protein_id": "NP_001035889.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2784,
"cdna_end": null,
"cdna_length": 7560,
"mane_select": "ENST00000508803.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001042424.3"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000508803.6",
"protein_id": "ENSP00000423972.1",
"transcript_support_level": 1,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2784,
"cdna_end": null,
"cdna_length": 7560,
"mane_select": "NM_001042424.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508803.6"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000382892.6",
"protein_id": "ENSP00000372348.2",
"transcript_support_level": 1,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2919,
"cdna_end": null,
"cdna_length": 7706,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382892.6"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000382895.7",
"protein_id": "ENSP00000372351.3",
"transcript_support_level": 1,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 3036,
"cdna_end": null,
"cdna_length": 7827,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382895.7"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.649T>C",
"hgvs_p": "p.Cys217Arg",
"transcript": "ENST00000382888.3",
"protein_id": "ENSP00000372344.3",
"transcript_support_level": 1,
"aa_start": 217,
"aa_end": null,
"aa_length": 713,
"cds_start": 649,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 1167,
"cdna_end": null,
"cdna_length": 2666,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382888.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.*888T>C",
"hgvs_p": null,
"transcript": "ENST00000312087.10",
"protein_id": "ENSP00000308780.6",
"transcript_support_level": 1,
"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": 8050,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000312087.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.*755T>C",
"hgvs_p": null,
"transcript": "ENST00000353275.9",
"protein_id": "ENSP00000329167.5",
"transcript_support_level": 1,
"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": 7980,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000353275.9"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.1222T>C",
"hgvs_p": null,
"transcript": "ENST00000482415.6",
"protein_id": null,
"transcript_support_level": 1,
"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": 3602,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000482415.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.*888T>C",
"hgvs_p": null,
"transcript": "ENST00000312087.10",
"protein_id": "ENSP00000308780.6",
"transcript_support_level": 1,
"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": 8050,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000312087.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.*755T>C",
"hgvs_p": null,
"transcript": "ENST00000353275.9",
"protein_id": "ENSP00000329167.5",
"transcript_support_level": 1,
"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": 7980,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000353275.9"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2704T>C",
"hgvs_p": "p.Cys902Arg",
"transcript": "NM_001440893.1",
"protein_id": "NP_001427822.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 1398,
"cds_start": 2704,
"cds_end": null,
"cds_length": 4197,
"cdna_start": 2883,
"cdna_end": null,
"cdna_length": 7659,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440893.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "NM_001440892.1",
"protein_id": "NP_001427821.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2882,
"cdna_end": null,
"cdna_length": 7658,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440892.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "NM_133330.3",
"protein_id": "NP_579877.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 3099,
"cdna_end": null,
"cdna_length": 7875,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133330.3"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "NM_133331.3",
"protein_id": "NP_579878.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2919,
"cdna_end": null,
"cdna_length": 7695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133331.3"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "NM_133335.4",
"protein_id": "NP_579890.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 7520,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133335.4"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000382891.9",
"protein_id": "ENSP00000372347.5",
"transcript_support_level": 5,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 7534,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382891.9"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000899091.1",
"protein_id": "ENSP00000569150.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2973,
"cdna_end": null,
"cdna_length": 5353,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899091.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000899092.1",
"protein_id": "ENSP00000569151.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2708,
"cdna_end": null,
"cdna_length": 5086,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899092.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000922145.1",
"protein_id": "ENSP00000592204.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 3176,
"cdna_end": null,
"cdna_length": 7967,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922145.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000922150.1",
"protein_id": "ENSP00000592209.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2975,
"cdna_end": null,
"cdna_length": 7762,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922150.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000922155.1",
"protein_id": "ENSP00000592214.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2896,
"cdna_end": null,
"cdna_length": 5276,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922155.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "NM_001440894.1",
"protein_id": "NP_001427823.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1326,
"cds_start": 2605,
"cds_end": null,
"cds_length": 3981,
"cdna_start": 2784,
"cdna_end": null,
"cdna_length": 7443,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440894.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000922151.1",
"protein_id": "ENSP00000592210.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1326,
"cds_start": 2605,
"cds_end": null,
"cds_length": 3981,
"cdna_start": 2794,
"cdna_end": null,
"cdna_length": 7453,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922151.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000922152.1",
"protein_id": "ENSP00000592211.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1326,
"cds_start": 2605,
"cds_end": null,
"cds_length": 3981,
"cdna_start": 2881,
"cdna_end": null,
"cdna_length": 7540,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922152.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "NM_001440895.1",
"protein_id": "NP_001427824.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1316,
"cds_start": 2605,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 2784,
"cdna_end": null,
"cdna_length": 7413,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440895.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000922149.1",
"protein_id": "ENSP00000592208.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1316,
"cds_start": 2605,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 2794,
"cdna_end": null,
"cdna_length": 7438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922149.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "ENST00000922153.1",
"protein_id": "ENSP00000592212.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1316,
"cds_start": 2605,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 2962,
"cdna_end": null,
"cdna_length": 7589,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922153.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2404T>C",
"hgvs_p": "p.Cys802Arg",
"transcript": "NM_001440896.1",
"protein_id": "NP_001427825.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 1298,
"cds_start": 2404,
"cds_end": null,
"cds_length": 3897,
"cdna_start": 2583,
"cdna_end": null,
"cdna_length": 7359,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440896.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "NM_001440897.1",
"protein_id": "NP_001427826.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1296,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3891,
"cdna_start": 2577,
"cdna_end": null,
"cdna_length": 7353,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440897.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "ENST00000922144.1",
"protein_id": "ENSP00000592203.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1296,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3891,
"cdna_start": 3411,
"cdna_end": null,
"cdna_length": 8202,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922144.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "ENST00000922146.1",
"protein_id": "ENSP00000592205.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1296,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3891,
"cdna_start": 2834,
"cdna_end": null,
"cdna_length": 7610,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922146.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "ENST00000922148.1",
"protein_id": "ENSP00000592207.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1296,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3891,
"cdna_start": 2769,
"cdna_end": null,
"cdna_length": 7559,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922148.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "NM_001440898.1",
"protein_id": "NP_001427827.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1257,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3774,
"cdna_start": 2577,
"cdna_end": null,
"cdna_length": 7236,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440898.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "ENST00000922147.1",
"protein_id": "ENSP00000592206.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1257,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3774,
"cdna_start": 2604,
"cdna_end": null,
"cdna_length": 7278,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922147.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "ENST00000922154.1",
"protein_id": "ENSP00000592213.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1247,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3744,
"cdna_start": 2589,
"cdna_end": null,
"cdna_length": 6981,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922154.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.1636T>C",
"hgvs_p": "p.Cys546Arg",
"transcript": "NM_001440899.1",
"protein_id": "NP_001427828.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1042,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3129,
"cdna_start": 2621,
"cdna_end": null,
"cdna_length": 7397,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440899.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.1636T>C",
"hgvs_p": "p.Cys546Arg",
"transcript": "NM_001440900.1",
"protein_id": "NP_001427829.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1042,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3129,
"cdna_start": 2888,
"cdna_end": null,
"cdna_length": 7664,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440900.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.574T>C",
"hgvs_p": "p.Cys192Arg",
"transcript": "ENST00000514329.5",
"protein_id": "ENSP00000425094.1",
"transcript_support_level": 3,
"aa_start": 192,
"aa_end": null,
"aa_length": 282,
"cds_start": 574,
"cds_end": null,
"cds_length": 850,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 851,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514329.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "XM_005248001.5",
"protein_id": "XP_005248058.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2814,
"cdna_end": null,
"cdna_length": 7590,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248001.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "XM_047416137.1",
"protein_id": "XP_047272093.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2959,
"cdna_end": null,
"cdna_length": 7735,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416137.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2605T>C",
"hgvs_p": "p.Cys869Arg",
"transcript": "XM_047416139.1",
"protein_id": "XP_047272095.1",
"transcript_support_level": null,
"aa_start": 869,
"aa_end": null,
"aa_length": 1365,
"cds_start": 2605,
"cds_end": null,
"cds_length": 4098,
"cdna_start": 2727,
"cdna_end": null,
"cdna_length": 7503,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416139.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "XM_047416141.1",
"protein_id": "XP_047272097.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1296,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3891,
"cdna_start": 2675,
"cdna_end": null,
"cdna_length": 7451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416141.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.2398T>C",
"hgvs_p": "p.Cys800Arg",
"transcript": "XM_047416142.1",
"protein_id": "XP_047272098.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 1296,
"cds_start": 2398,
"cds_end": null,
"cds_length": 3891,
"cdna_start": 2610,
"cdna_end": null,
"cdna_length": 7386,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416142.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "c.262T>C",
"hgvs_p": "p.Cys88Arg",
"transcript": "XM_011513560.3",
"protein_id": "XP_011511862.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 584,
"cds_start": 262,
"cds_end": null,
"cds_length": 1755,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 5139,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011513560.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.538T>C",
"hgvs_p": null,
"transcript": "ENST00000503207.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": 812,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000503207.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.744T>C",
"hgvs_p": null,
"transcript": "ENST00000505643.5",
"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": 990,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000505643.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.201T>C",
"hgvs_p": null,
"transcript": "ENST00000507094.1",
"protein_id": null,
"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": 563,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000507094.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.*371T>C",
"hgvs_p": null,
"transcript": "ENST00000677559.1",
"protein_id": "ENSP00000504406.1",
"transcript_support_level": null,
"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": 7565,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677559.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"hgvs_c": "n.*371T>C",
"hgvs_p": null,
"transcript": "ENST00000677559.1",
"protein_id": "ENSP00000504406.1",
"transcript_support_level": null,
"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": 7565,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000677559.1"
}
],
"gene_symbol": "NSD2",
"gene_hgnc_id": 12766,
"dbsnp": "rs1553876452",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9929181933403015,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.981,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9998,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.877,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001440893.1",
"gene_symbol": "NSD2",
"hgnc_id": 12766,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2704T>C",
"hgvs_p": "p.Cys902Arg"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}