← 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: 5-150528020-CGC-TCA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=150528020&ref=CGC&alt=TCA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "NDST1",
"hgnc_id": 7680,
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001543.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "TCA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "5",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8011,
"cdna_start": 1213,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001543.5",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000261797.7",
"protein_coding": true,
"protein_id": "NP_001534.1",
"strand": true,
"transcript": "NM_001543.5",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8011,
"cdna_start": 1213,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000261797.7",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001543.5",
"protein_coding": true,
"protein_id": "ENSP00000261797.6",
"strand": true,
"transcript": "ENST00000261797.7",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 895,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4110,
"cdna_start": 1212,
"cds_end": null,
"cds_length": 2688,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891672.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561731.1",
"strand": true,
"transcript": "ENST00000891672.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 895,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4274,
"cdna_start": 1378,
"cds_end": null,
"cds_length": 2688,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965562.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635621.1",
"strand": true,
"transcript": "ENST00000965562.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 891,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4091,
"cdna_start": 1209,
"cds_end": null,
"cds_length": 2676,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965563.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635622.1",
"strand": true,
"transcript": "ENST00000965563.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4426,
"cdna_start": 1493,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891667.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561726.1",
"strand": true,
"transcript": "ENST00000891667.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4408,
"cdna_start": 1475,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891668.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561727.1",
"strand": true,
"transcript": "ENST00000891668.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4273,
"cdna_start": 1414,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891669.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561728.1",
"strand": true,
"transcript": "ENST00000891669.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4116,
"cdna_start": 1265,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891674.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561733.1",
"strand": true,
"transcript": "ENST00000891674.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4135,
"cdna_start": 1276,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891675.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561734.1",
"strand": true,
"transcript": "ENST00000891675.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4031,
"cdna_start": 1172,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891676.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561735.1",
"strand": true,
"transcript": "ENST00000891676.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4101,
"cdna_start": 1260,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891677.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561736.1",
"strand": true,
"transcript": "ENST00000891677.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8247,
"cdna_start": 1449,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000937575.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607634.1",
"strand": true,
"transcript": "ENST00000937575.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8236,
"cdna_start": 1438,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000937577.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607636.1",
"strand": true,
"transcript": "ENST00000937577.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8153,
"cdna_start": 1355,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000937578.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607637.1",
"strand": true,
"transcript": "ENST00000937578.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4216,
"cdna_start": 1357,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000937579.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607638.1",
"strand": true,
"transcript": "ENST00000937579.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 882,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4287,
"cdna_start": 1432,
"cds_end": null,
"cds_length": 2649,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965561.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635620.1",
"strand": true,
"transcript": "ENST00000965561.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 880,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8142,
"cdna_start": 1352,
"cds_end": null,
"cds_length": 2643,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000937576.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607635.1",
"strand": true,
"transcript": "ENST00000937576.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 842,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4089,
"cdna_start": 1350,
"cds_end": null,
"cds_length": 2529,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891673.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561732.1",
"strand": true,
"transcript": "ENST00000891673.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 842,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5741,
"cdna_start": 1208,
"cds_end": null,
"cds_length": 2529,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965559.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635618.1",
"strand": true,
"transcript": "ENST00000965559.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 825,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7945,
"cdna_start": 1318,
"cds_end": null,
"cds_length": 2478,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001301063.2",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001287992.1",
"strand": true,
"transcript": "NM_001301063.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 825,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3449,
"cdna_start": 1319,
"cds_end": null,
"cds_length": 2478,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000523767.5",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000428604.1",
"strand": true,
"transcript": "ENST00000523767.5",
"transcript_support_level": 2
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 825,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4009,
"cdna_start": 1323,
"cds_end": null,
"cds_length": 2478,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891670.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561729.1",
"strand": true,
"transcript": "ENST00000891670.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 750,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3780,
"cdna_start": 1317,
"cds_end": null,
"cds_length": 2253,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891671.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561730.1",
"strand": true,
"transcript": "ENST00000891671.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 693,
"aa_ref": "R",
"aa_start": 244,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3727,
"cdna_start": 1349,
"cds_end": null,
"cds_length": 2082,
"cds_start": 730,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000965560.1",
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"hgvs_c": "c.730_732delCGCinsTCA",
"hgvs_p": "p.Arg244Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000635619.1",
"strand": true,
"transcript": "ENST00000965560.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 7680,
"gene_symbol": "NDST1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.219,
"pos": 150528020,
"ref": "CGC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001543.5"
}
]
}