← 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: 15-40745014-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=40745014&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 40745014,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001323896.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "NM_018145.3",
"protein_id": "NP_060615.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000338376.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018145.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000338376.8",
"protein_id": "ENSP00000342493.3",
"transcript_support_level": 1,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018145.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000338376.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000260385.10",
"protein_id": "ENSP00000260385.6",
"transcript_support_level": 1,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000260385.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "n.*321G>A",
"hgvs_p": null,
"transcript": "ENST00000558777.5",
"protein_id": "ENSP00000453357.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": "ENST00000558777.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "n.*321G>A",
"hgvs_p": null,
"transcript": "ENST00000558777.5",
"protein_id": "ENSP00000453357.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": "ENST00000558777.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "NM_001323896.2",
"protein_id": "NP_001310825.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 496,
"cds_start": 770,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323896.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "NM_001323897.2",
"protein_id": "NP_001310826.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 496,
"cds_start": 770,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323897.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.848G>A",
"hgvs_p": "p.Arg283Gln",
"transcript": "ENST00000862132.1",
"protein_id": "ENSP00000532191.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 496,
"cds_start": 848,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862132.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "NM_001304802.2",
"protein_id": "NP_001291731.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001304802.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "NM_001323894.2",
"protein_id": "NP_001310823.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323894.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000862129.1",
"protein_id": "ENSP00000532188.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862129.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000862131.1",
"protein_id": "ENSP00000532190.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862131.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000862134.1",
"protein_id": "ENSP00000532193.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862134.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000862138.1",
"protein_id": "ENSP00000532197.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862138.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000951449.1",
"protein_id": "ENSP00000621508.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 470,
"cds_start": 770,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951449.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000919001.1",
"protein_id": "ENSP00000589060.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 469,
"cds_start": 770,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919001.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000951448.1",
"protein_id": "ENSP00000621507.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 469,
"cds_start": 770,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951448.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000951451.1",
"protein_id": "ENSP00000621510.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 423,
"cds_start": 770,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951451.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.626G>A",
"hgvs_p": "p.Arg209Gln",
"transcript": "ENST00000918999.1",
"protein_id": "ENSP00000589058.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 422,
"cds_start": 626,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918999.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.383G>A",
"hgvs_p": "p.Arg128Gln",
"transcript": "NM_001323895.2",
"protein_id": "NP_001310824.1",
"transcript_support_level": null,
"aa_start": 128,
"aa_end": null,
"aa_length": 341,
"cds_start": 383,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323895.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.197G>A",
"hgvs_p": "p.Arg66Gln",
"transcript": "ENST00000558232.5",
"protein_id": "ENSP00000453535.1",
"transcript_support_level": 5,
"aa_start": 66,
"aa_end": null,
"aa_length": 305,
"cds_start": 197,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000558232.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln",
"transcript": "ENST00000560905.1",
"protein_id": "ENSP00000453199.1",
"transcript_support_level": 2,
"aa_start": 257,
"aa_end": null,
"aa_length": 286,
"cds_start": 770,
"cds_end": null,
"cds_length": 863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560905.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.152G>A",
"hgvs_p": "p.Arg51Gln",
"transcript": "XM_011521755.3",
"protein_id": "XP_011520057.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 264,
"cds_start": 152,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521755.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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.597+173G>A",
"hgvs_p": null,
"transcript": "ENST00000862136.1",
"protein_id": "ENSP00000532195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 400,
"cds_start": null,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862136.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": 5,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.613+4242G>A",
"hgvs_p": null,
"transcript": "ENST00000862130.1",
"protein_id": "ENSP00000532189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 371,
"cds_start": null,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862130.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": 5,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.613+4242G>A",
"hgvs_p": null,
"transcript": "ENST00000862135.1",
"protein_id": "ENSP00000532194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 371,
"cds_start": null,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862135.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.524+6412G>A",
"hgvs_p": null,
"transcript": "ENST00000862137.1",
"protein_id": "ENSP00000532196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862137.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.524+6412G>A",
"hgvs_p": null,
"transcript": "ENST00000951450.1",
"protein_id": "ENSP00000621509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951450.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.626-4821G>A",
"hgvs_p": null,
"transcript": "ENST00000560460.5",
"protein_id": "ENSP00000453978.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": null,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560460.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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.188-4821G>A",
"hgvs_p": null,
"transcript": "ENST00000862133.1",
"protein_id": "ENSP00000532192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862133.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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "c.188-4821G>A",
"hgvs_p": null,
"transcript": "ENST00000919000.1",
"protein_id": "ENSP00000589059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919000.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "n.398G>A",
"hgvs_p": null,
"transcript": "ENST00000558364.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000558364.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"hgvs_c": "n.477+106G>A",
"hgvs_p": null,
"transcript": "ENST00000558560.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "pseudogene",
"feature": "ENST00000558560.1"
}
],
"gene_symbol": "RMDN3",
"gene_hgnc_id": 25550,
"dbsnp": "rs199637427",
"frequency_reference_population": 0.0000055864953,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000548355,
"gnomad_genomes_af": 0.00000657384,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04350367188453674,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.01,
"revel_prediction": "Benign",
"alphamissense_score": 0.0694,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.529,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001323896.2",
"gene_symbol": "RMDN3",
"hgnc_id": 25550,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257Gln"
}
],
"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
}