← 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: 2-17733972-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=17733972&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 17733972,
"ref": "G",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_024624.6",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "NM_001142286.2",
"protein_id": "NP_001135758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000448223.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142286.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000448223.7",
"protein_id": "ENSP00000404092.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001142286.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448223.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000351948.8",
"protein_id": "ENSP00000323439.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351948.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.423-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000446852.5",
"protein_id": "ENSP00000408644.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 739,
"cds_start": null,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446852.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.423-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000922960.1",
"protein_id": "ENSP00000593019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1117,
"cds_start": null,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922960.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "NM_024624.6",
"protein_id": "NP_078900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024624.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000402989.5",
"protein_id": "ENSP00000384539.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402989.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000922961.1",
"protein_id": "ENSP00000593020.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922961.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000922962.1",
"protein_id": "ENSP00000593021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922962.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000922963.1",
"protein_id": "ENSP00000593022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000960848.1",
"protein_id": "ENSP00000630907.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000960849.1",
"protein_id": "ENSP00000630908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960849.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000960851.1",
"protein_id": "ENSP00000630910.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960851.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000861877.1",
"protein_id": "ENSP00000531936.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1064,
"cds_start": null,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861877.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000960850.1",
"protein_id": "ENSP00000630909.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1064,
"cds_start": null,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960850.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000861876.1",
"protein_id": "ENSP00000531935.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1042,
"cds_start": null,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861876.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "ENST00000381272.5",
"protein_id": "ENSP00000370672.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"cds_end": null,
"cds_length": 1337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381272.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_011533107.4",
"protein_id": "XP_011531409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533107.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_017004913.3",
"protein_id": "XP_016860402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004913.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_017004914.2",
"protein_id": "XP_016860403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004914.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445833.1",
"protein_id": "XP_047301789.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445833.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_017004915.3",
"protein_id": "XP_016860404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1091,
"cds_start": null,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004915.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_011533108.4",
"protein_id": "XP_011531410.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": null,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533108.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445834.1",
"protein_id": "XP_047301790.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": null,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445834.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445835.1",
"protein_id": "XP_047301791.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": null,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445835.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445836.1",
"protein_id": "XP_047301792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1083,
"cds_start": null,
"cds_end": null,
"cds_length": 3252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445836.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_017004916.3",
"protein_id": "XP_016860405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1064,
"cds_start": null,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004916.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445837.1",
"protein_id": "XP_047301793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1064,
"cds_start": null,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445837.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445838.1",
"protein_id": "XP_047301794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1064,
"cds_start": null,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445839.1",
"protein_id": "XP_047301795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 735,
"cds_start": null,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null,
"transcript": "XM_047445840.1",
"protein_id": "XP_047301796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445840.1"
}
],
"gene_symbol": "SMC6",
"gene_hgnc_id": 20466,
"dbsnp": "rs6743259",
"frequency_reference_population": 0.08532419,
"hom_count_reference_population": 907,
"allele_count_reference_population": 12986,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0853242,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 12986,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 907,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.139,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_024624.6",
"gene_symbol": "SMC6",
"hgnc_id": 20466,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.345-2095C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}