← 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: 17-2963949-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=2963949&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 2963949,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001411048.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.373T>C",
"hgvs_p": "p.Ser125Pro",
"transcript": "NM_015085.5",
"protein_id": "NP_055900.4",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 730,
"cds_start": 373,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 6663,
"mane_select": "ENST00000254695.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015085.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.373T>C",
"hgvs_p": "p.Ser125Pro",
"transcript": "ENST00000254695.13",
"protein_id": "ENSP00000254695.8",
"transcript_support_level": 1,
"aa_start": 125,
"aa_end": null,
"aa_length": 730,
"cds_start": 373,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 6663,
"mane_select": "NM_015085.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254695.13"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.328T>C",
"hgvs_p": "p.Ser110Pro",
"transcript": "ENST00000366401.8",
"protein_id": "ENSP00000389824.2",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 715,
"cds_start": 328,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 6616,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366401.8"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000262884",
"gene_hgnc_id": 58549,
"hgvs_c": "n.1481A>G",
"hgvs_p": null,
"transcript": "ENST00000574885.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 2546,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000574885.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.496T>C",
"hgvs_p": "p.Ser166Pro",
"transcript": "NM_001411048.1",
"protein_id": "NP_001397977.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 771,
"cds_start": 496,
"cds_end": null,
"cds_length": 2316,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 6769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411048.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.496T>C",
"hgvs_p": "p.Ser166Pro",
"transcript": "ENST00000637138.1",
"protein_id": "ENSP00000490321.1",
"transcript_support_level": 5,
"aa_start": 166,
"aa_end": null,
"aa_length": 771,
"cds_start": 496,
"cds_end": null,
"cds_length": 2316,
"cdna_start": 509,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000637138.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.451T>C",
"hgvs_p": "p.Ser151Pro",
"transcript": "NM_001438816.1",
"protein_id": "NP_001425745.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 756,
"cds_start": 451,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 524,
"cdna_end": null,
"cdna_length": 6724,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438816.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.400T>C",
"hgvs_p": "p.Ser134Pro",
"transcript": "NM_001411049.1",
"protein_id": "NP_001397978.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 739,
"cds_start": 400,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 6912,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411049.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.400T>C",
"hgvs_p": "p.Ser134Pro",
"transcript": "ENST00000697391.1",
"protein_id": "ENSP00000513294.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 739,
"cds_start": 400,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 3389,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697391.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.355T>C",
"hgvs_p": "p.Ser119Pro",
"transcript": "NM_001438817.1",
"protein_id": "NP_001425746.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 724,
"cds_start": 355,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 667,
"cdna_end": null,
"cdna_length": 6867,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438817.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.328T>C",
"hgvs_p": "p.Ser110Pro",
"transcript": "NM_001100398.2",
"protein_id": "NP_001093868.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 715,
"cds_start": 328,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 6618,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100398.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Ser106Pro",
"transcript": "NM_001330058.2",
"protein_id": "NP_001316987.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 711,
"cds_start": 316,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 6719,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330058.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Ser106Pro",
"transcript": "ENST00000540393.6",
"protein_id": "ENSP00000439688.2",
"transcript_support_level": 5,
"aa_start": 106,
"aa_end": null,
"aa_length": 711,
"cds_start": 316,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 552,
"cdna_end": null,
"cdna_length": 3218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540393.6"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.271T>C",
"hgvs_p": "p.Ser91Pro",
"transcript": "NM_001438818.1",
"protein_id": "NP_001425747.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 696,
"cds_start": 271,
"cds_end": null,
"cds_length": 2091,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 6674,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438818.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "ENST00000697392.1",
"protein_id": "ENSP00000513295.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 683,
"cds_start": 232,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 3002,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697392.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.187T>C",
"hgvs_p": "p.Ser63Pro",
"transcript": "NM_001437988.1",
"protein_id": "NP_001424917.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 668,
"cds_start": 187,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 6481,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437988.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.292T>C",
"hgvs_p": "p.Ser98Pro",
"transcript": "ENST00000905763.1",
"protein_id": "ENSP00000575822.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 650,
"cds_start": 292,
"cds_end": null,
"cds_length": 1953,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 2127,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905763.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.346T>C",
"hgvs_p": "p.Ser116Pro",
"transcript": "XM_017024371.2",
"protein_id": "XP_016879860.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 721,
"cds_start": 346,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 6689,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024371.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Ser106Pro",
"transcript": "XM_011523741.3",
"protein_id": "XP_011522043.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 711,
"cds_start": 316,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 378,
"cdna_end": null,
"cdna_length": 6578,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523741.3"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.316T>C",
"hgvs_p": "p.Ser106Pro",
"transcript": "XM_047435668.1",
"protein_id": "XP_047291624.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 711,
"cds_start": 316,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 6971,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435668.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "XM_011523743.2",
"protein_id": "XP_011522045.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 683,
"cds_start": 232,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 6536,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523743.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"hgvs_c": "c.496T>C",
"hgvs_p": "p.Ser166Pro",
"transcript": "XM_024450659.2",
"protein_id": "XP_024306427.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 444,
"cds_start": 496,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 1484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450659.2"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAP1GAP2-AS1",
"gene_hgnc_id": 58549,
"hgvs_c": "n.1481A>G",
"hgvs_p": null,
"transcript": "NR_110818.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2547,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_110818.1"
}
],
"gene_symbol": "RAP1GAP2",
"gene_hgnc_id": 29176,
"dbsnp": "rs1242207097",
"frequency_reference_population": 0.0000030998372,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000205296,
"gnomad_genomes_af": 0.0000131855,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6162325143814087,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.54,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1683,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.21,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.734,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001411048.1",
"gene_symbol": "RAP1GAP2",
"hgnc_id": 29176,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.496T>C",
"hgvs_p": "p.Ser166Pro"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000574885.1",
"gene_symbol": "ENSG00000262884",
"hgnc_id": 58549,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1481A>G",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_110818.1",
"gene_symbol": "RAP1GAP2-AS1",
"hgnc_id": 58549,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1481A>G",
"hgvs_p": null
}
],
"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
}