← 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-5654148-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=5654148&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 5654148,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001201338.2",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "NM_001201338.2",
"protein_id": "NP_001188267.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 917,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000588852.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201338.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000588852.2",
"protein_id": "ENSP00000467423.1",
"transcript_support_level": 1,
"aa_start": 538,
"aa_end": null,
"aa_length": 917,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001201338.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000588852.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000592224.5",
"protein_id": "ENSP00000464840.1",
"transcript_support_level": 1,
"aa_start": 538,
"aa_end": null,
"aa_length": 916,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592224.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000292123.9",
"protein_id": "ENSP00000292123.4",
"transcript_support_level": 1,
"aa_start": 538,
"aa_end": null,
"aa_length": 915,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000292123.9"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1746C>A",
"hgvs_p": "p.Asp582Glu",
"transcript": "ENST00000970177.1",
"protein_id": "ENSP00000640236.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 961,
"cds_start": 1746,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970177.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1746C>A",
"hgvs_p": "p.Asp582Glu",
"transcript": "ENST00000934691.1",
"protein_id": "ENSP00000604750.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 960,
"cds_start": 1746,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934691.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1746C>A",
"hgvs_p": "p.Asp582Glu",
"transcript": "ENST00000970185.1",
"protein_id": "ENSP00000640244.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 959,
"cds_start": 1746,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970185.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1713C>A",
"hgvs_p": "p.Asp571Glu",
"transcript": "ENST00000880699.1",
"protein_id": "ENSP00000550758.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 949,
"cds_start": 1713,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880699.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1713C>A",
"hgvs_p": "p.Asp571Glu",
"transcript": "ENST00000970182.1",
"protein_id": "ENSP00000640241.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 948,
"cds_start": 1713,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970182.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "NM_001201339.2",
"protein_id": "NP_001188268.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 916,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201339.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1611C>A",
"hgvs_p": "p.Asp537Glu",
"transcript": "ENST00000934687.1",
"protein_id": "ENSP00000604746.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 916,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934687.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1611C>A",
"hgvs_p": "p.Asp537Glu",
"transcript": "ENST00000970175.1",
"protein_id": "ENSP00000640234.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 916,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970175.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "NM_002967.4",
"protein_id": "NP_002958.2",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 915,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002967.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1611C>A",
"hgvs_p": "p.Asp537Glu",
"transcript": "ENST00000970176.1",
"protein_id": "ENSP00000640235.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 915,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970176.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "NM_001320572.2",
"protein_id": "NP_001307501.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 914,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320572.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000880693.1",
"protein_id": "ENSP00000550752.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 914,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880693.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000934690.1",
"protein_id": "ENSP00000604749.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 914,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934690.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1611C>A",
"hgvs_p": "p.Asp537Glu",
"transcript": "ENST00000970178.1",
"protein_id": "ENSP00000640237.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 914,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970178.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1611C>A",
"hgvs_p": "p.Asp537Glu",
"transcript": "ENST00000970188.1",
"protein_id": "ENSP00000640247.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 914,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970188.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000970173.1",
"protein_id": "ENSP00000640232.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 913,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970173.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000970187.1",
"protein_id": "ENSP00000640246.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 909,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970187.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1581C>A",
"hgvs_p": "p.Asp527Glu",
"transcript": "ENST00000970180.1",
"protein_id": "ENSP00000640239.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 906,
"cds_start": 1581,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970180.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"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": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000970179.1",
"protein_id": "ENSP00000640238.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 870,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970179.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Asp488Glu",
"transcript": "ENST00000970183.1",
"protein_id": "ENSP00000640242.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 867,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970183.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1464C>A",
"hgvs_p": "p.Asp488Glu",
"transcript": "ENST00000880698.1",
"protein_id": "ENSP00000550757.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 865,
"cds_start": 1464,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880698.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1407C>A",
"hgvs_p": "p.Asp469Glu",
"transcript": "NM_001201340.2",
"protein_id": "NP_001188269.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 848,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001201340.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1407C>A",
"hgvs_p": "p.Asp469Glu",
"transcript": "ENST00000454510.5",
"protein_id": "ENSP00000415895.1",
"transcript_support_level": 2,
"aa_start": 469,
"aa_end": null,
"aa_length": 848,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454510.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1407C>A",
"hgvs_p": "p.Asp469Glu",
"transcript": "ENST00000880697.1",
"protein_id": "ENSP00000550756.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 847,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880697.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1407C>A",
"hgvs_p": "p.Asp469Glu",
"transcript": "ENST00000970174.1",
"protein_id": "ENSP00000640233.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 846,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970174.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1407C>A",
"hgvs_p": "p.Asp469Glu",
"transcript": "ENST00000880696.1",
"protein_id": "ENSP00000550755.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 845,
"cds_start": 1407,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880696.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"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": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000880694.1",
"protein_id": "ENSP00000550753.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 820,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880694.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"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": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu",
"transcript": "ENST00000880700.1",
"protein_id": "ENSP00000550759.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 818,
"cds_start": 1614,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880700.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1143C>A",
"hgvs_p": "p.Asp381Glu",
"transcript": "NM_001320571.2",
"protein_id": "NP_001307500.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 759,
"cds_start": 1143,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320571.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1008C>A",
"hgvs_p": "p.Asp336Glu",
"transcript": "ENST00000970184.1",
"protein_id": "ENSP00000640243.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 715,
"cds_start": 1008,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970184.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1008C>A",
"hgvs_p": "p.Asp336Glu",
"transcript": "ENST00000970172.1",
"protein_id": "ENSP00000640231.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 714,
"cds_start": 1008,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970172.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"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": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.690C>A",
"hgvs_p": "p.Asp230Glu",
"transcript": "ENST00000880695.1",
"protein_id": "ENSP00000550754.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 609,
"cds_start": 690,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880695.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"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": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.690C>A",
"hgvs_p": "p.Asp230Glu",
"transcript": "ENST00000970181.1",
"protein_id": "ENSP00000640240.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 608,
"cds_start": 690,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970181.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"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": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.690C>A",
"hgvs_p": "p.Asp230Glu",
"transcript": "ENST00000934689.1",
"protein_id": "ENSP00000604748.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 607,
"cds_start": 690,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934689.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1143C>A",
"hgvs_p": "p.Asp381Glu",
"transcript": "XM_017027114.2",
"protein_id": "XP_016882603.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 760,
"cds_start": 1143,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027114.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1606+8C>A",
"hgvs_p": null,
"transcript": "ENST00000934688.1",
"protein_id": "ENSP00000604747.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 897,
"cds_start": null,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934688.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "c.1293+3076C>A",
"hgvs_p": null,
"transcript": "ENST00000970186.1",
"protein_id": "ENSP00000640245.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 762,
"cds_start": null,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970186.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "n.*1021C>A",
"hgvs_p": null,
"transcript": "ENST00000589863.5",
"protein_id": "ENSP00000468543.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000589863.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"hgvs_c": "n.*1021C>A",
"hgvs_p": null,
"transcript": "ENST00000589863.5",
"protein_id": "ENSP00000468543.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000589863.5"
}
],
"gene_symbol": "SAFB",
"gene_hgnc_id": 10520,
"dbsnp": "rs773807779",
"frequency_reference_population": 0.000007434917,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.0000054724,
"gnomad_genomes_af": 0.0000262943,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04252803325653076,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.093,
"revel_prediction": "Benign",
"alphamissense_score": 0.083,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.296,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001201338.2",
"gene_symbol": "SAFB",
"hgnc_id": 10520,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1614C>A",
"hgvs_p": "p.Asp538Glu"
}
],
"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
}