← 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: 19-39369963-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=39369963&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 39369963,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000610417.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384574.2",
"protein_id": "NP_001371503.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": "ENST00000610417.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "ENST00000610417.5",
"protein_id": "ENSP00000484229.1",
"transcript_support_level": 2,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": "NM_001384574.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "ENST00000314471.10",
"protein_id": "ENSP00000317224.5",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1540,
"cdna_end": null,
"cdna_length": 4519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "ENST00000598913.5",
"protein_id": "ENSP00000470237.1",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 2877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "ENST00000596368.1",
"protein_id": "ENSP00000471509.1",
"transcript_support_level": 5,
"aa_start": 169,
"aa_end": null,
"aa_length": 325,
"cds_start": 505,
"cds_end": null,
"cds_length": 978,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 1176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384565.1",
"protein_id": "NP_001371494.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 3903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384566.1",
"protein_id": "NP_001371495.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1011,
"cdna_end": null,
"cdna_length": 3952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384568.1",
"protein_id": "NP_001371497.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 4063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384569.1",
"protein_id": "NP_001371498.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 3900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384570.1",
"protein_id": "NP_001371499.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1485,
"cdna_end": null,
"cdna_length": 4426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384571.1",
"protein_id": "NP_001371500.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1482,
"cdna_end": null,
"cdna_length": 4423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384573.1",
"protein_id": "NP_001371502.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 3970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384575.1",
"protein_id": "NP_001371504.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 3961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384576.1",
"protein_id": "NP_001371505.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 3964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384577.1",
"protein_id": "NP_001371506.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 3807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384578.1",
"protein_id": "NP_001371507.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 4066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_018028.4",
"protein_id": "NP_060498.2",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1587,
"cdna_end": null,
"cdna_length": 4528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384595.1",
"protein_id": "NP_001371524.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 693,
"cds_start": 505,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 4163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001303614.2",
"protein_id": "NP_001290543.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 3598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384580.1",
"protein_id": "NP_001371509.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 3755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384581.1",
"protein_id": "NP_001371510.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 3761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384582.1",
"protein_id": "NP_001371511.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 3857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384583.1",
"protein_id": "NP_001371512.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 3659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384584.1",
"protein_id": "NP_001371513.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 3752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384585.1",
"protein_id": "NP_001371514.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 4273,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384586.1",
"protein_id": "NP_001371515.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 956,
"cdna_end": null,
"cdna_length": 4104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384587.1",
"protein_id": "NP_001371516.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 4171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384588.1",
"protein_id": "NP_001371517.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1178,
"cdna_end": null,
"cdna_length": 4326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384589.1",
"protein_id": "NP_001371518.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 4075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384590.1",
"protein_id": "NP_001371519.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 4110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384591.1",
"protein_id": "NP_001371520.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 4168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384592.1",
"protein_id": "NP_001371521.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 4014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384593.1",
"protein_id": "NP_001371522.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 4177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "NM_001384594.1",
"protein_id": "NP_001371523.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1102,
"cdna_end": null,
"cdna_length": 4250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "ENST00000599712.1",
"protein_id": "ENSP00000469620.1",
"transcript_support_level": 4,
"aa_start": 169,
"aa_end": null,
"aa_length": 218,
"cds_start": 505,
"cds_end": null,
"cds_length": 657,
"cdna_start": 773,
"cdna_end": null,
"cdna_length": 925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_011527057.3",
"protein_id": "XP_011525359.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 709,
"cds_start": 505,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 927,
"cdna_end": null,
"cdna_length": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_011527060.4",
"protein_id": "XP_011525362.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 709,
"cds_start": 505,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 1329,
"cdna_end": null,
"cdna_length": 3119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_011527062.3",
"protein_id": "XP_011525364.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 709,
"cds_start": 505,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_017026919.2",
"protein_id": "XP_016882408.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 709,
"cds_start": 505,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 2819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439027.1",
"protein_id": "XP_047294983.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 709,
"cds_start": 505,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 1020,
"cdna_end": null,
"cdna_length": 2810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439028.1",
"protein_id": "XP_047294984.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 709,
"cds_start": 505,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 5036,
"cdna_end": null,
"cdna_length": 6826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439029.1",
"protein_id": "XP_047294985.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 5036,
"cdna_end": null,
"cdna_length": 8789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439030.1",
"protein_id": "XP_047294986.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 10748,
"cdna_end": null,
"cdna_length": 14501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439031.1",
"protein_id": "XP_047294987.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 10745,
"cdna_end": null,
"cdna_length": 14498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439032.1",
"protein_id": "XP_047294988.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 5175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439033.1",
"protein_id": "XP_047294989.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 694,
"cds_start": 505,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1425,
"cdna_end": null,
"cdna_length": 5178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439034.1",
"protein_id": "XP_047294990.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 10652,
"cdna_end": null,
"cdna_length": 13384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439035.1",
"protein_id": "XP_047294991.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 10748,
"cdna_end": null,
"cdna_length": 13480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys",
"transcript": "XM_047439036.1",
"protein_id": "XP_047294992.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 692,
"cds_start": 505,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 4154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "n.411C>T",
"hgvs_p": null,
"transcript": "ENST00000596319.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 604,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "n.927C>T",
"hgvs_p": null,
"transcript": "NR_169271.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "n.1029C>T",
"hgvs_p": null,
"transcript": "NR_169272.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "n.1023C>T",
"hgvs_p": null,
"transcript": "NR_169273.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "n.866C>T",
"hgvs_p": null,
"transcript": "NR_169274.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"hgvs_c": "c.-129C>T",
"hgvs_p": null,
"transcript": "ENST00000600018.1",
"protein_id": "ENSP00000470821.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 47,
"cds_start": -4,
"cds_end": null,
"cds_length": 144,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SAMD4B",
"gene_hgnc_id": 25492,
"dbsnp": "rs775855268",
"frequency_reference_population": 0.00000805622,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000821107,
"gnomad_genomes_af": 0.00000656953,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3869207799434662,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.181,
"revel_prediction": "Benign",
"alphamissense_score": 0.2331,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.051,
"phylop100way_prediction": "Uncertain_significance",
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000610417.5",
"gene_symbol": "SAMD4B",
"hgnc_id": 25492,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.505C>T",
"hgvs_p": "p.Arg169Cys"
}
],
"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
}