← 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: 6-33425857-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=33425857&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 33425857,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_006772.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "NM_006772.3",
"protein_id": "NP_006763.2",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1343,
"cds_start": 249,
"cds_end": null,
"cds_length": 4032,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6015,
"mane_select": "ENST00000646630.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006772.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "ENST00000646630.1",
"protein_id": "ENSP00000496007.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1343,
"cds_start": 249,
"cds_end": null,
"cds_length": 4032,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6015,
"mane_select": "NM_006772.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646630.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "ENST00000644458.1",
"protein_id": "ENSP00000495541.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1308,
"cds_start": 249,
"cds_end": null,
"cds_length": 3927,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 4051,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644458.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "ENST00000449372.7",
"protein_id": "ENSP00000416519.4",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 1292,
"cds_start": 249,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 259,
"cdna_end": null,
"cdna_length": 3929,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449372.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "ENST00000418600.7",
"protein_id": "ENSP00000403636.3",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 1285,
"cds_start": 249,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 249,
"cdna_end": null,
"cdna_length": 5827,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418600.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "ENST00000629380.3",
"protein_id": "ENSP00000486463.1",
"transcript_support_level": 2,
"aa_start": 83,
"aa_end": null,
"aa_length": 1343,
"cds_start": 249,
"cds_end": null,
"cds_length": 4032,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 6010,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629380.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "ENST00000628646.2",
"protein_id": "ENSP00000486431.1",
"transcript_support_level": 5,
"aa_start": 83,
"aa_end": null,
"aa_length": 1299,
"cds_start": 249,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 249,
"cdna_end": null,
"cdna_length": 4264,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628646.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "NM_001130066.2",
"protein_id": "NP_001123538.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1292,
"cds_start": 249,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 5966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130066.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419450.1",
"protein_id": "XP_047275406.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1344,
"cds_start": 249,
"cds_end": null,
"cds_length": 4035,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6018,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419450.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419451.1",
"protein_id": "XP_047275407.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1342,
"cds_start": 249,
"cds_end": null,
"cds_length": 4029,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6012,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419451.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419452.1",
"protein_id": "XP_047275408.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1330,
"cds_start": 249,
"cds_end": null,
"cds_length": 3993,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 5976,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419452.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419453.1",
"protein_id": "XP_047275409.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1329,
"cds_start": 249,
"cds_end": null,
"cds_length": 3990,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 5973,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419453.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419454.1",
"protein_id": "XP_047275410.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1328,
"cds_start": 249,
"cds_end": null,
"cds_length": 3987,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 5970,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419454.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.165A>C",
"hgvs_p": "p.Arg55Ser",
"transcript": "XM_047419455.1",
"protein_id": "XP_047275411.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 1316,
"cds_start": 165,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 398,
"cdna_end": null,
"cdna_length": 5967,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419455.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.165A>C",
"hgvs_p": "p.Arg55Ser",
"transcript": "XM_047419456.1",
"protein_id": "XP_047275412.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 1316,
"cds_start": 165,
"cds_end": null,
"cds_length": 3951,
"cdna_start": 2078,
"cdna_end": null,
"cdna_length": 7647,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419456.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419457.1",
"protein_id": "XP_047275413.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1304,
"cds_start": 249,
"cds_end": null,
"cds_length": 3915,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 5898,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419457.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419458.1",
"protein_id": "XP_047275414.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1299,
"cds_start": 249,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6890,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419458.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419460.1",
"protein_id": "XP_047275416.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1297,
"cds_start": 249,
"cds_end": null,
"cds_length": 3894,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6884,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419460.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419465.1",
"protein_id": "XP_047275421.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1292,
"cds_start": 249,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 5966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419465.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419461.1",
"protein_id": "XP_047275417.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1285,
"cds_start": 249,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6903,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419461.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419463.1",
"protein_id": "XP_047275419.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1285,
"cds_start": 249,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6028,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419463.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419464.1",
"protein_id": "XP_047275420.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1285,
"cds_start": 249,
"cds_end": null,
"cds_length": 3858,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6031,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419464.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser",
"transcript": "XM_047419467.1",
"protein_id": "XP_047275423.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 1245,
"cds_start": 249,
"cds_end": null,
"cds_length": 3738,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 6728,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419467.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.204A>C",
"hgvs_p": null,
"transcript": "ENST00000293748.9",
"protein_id": "ENSP00000293748.6",
"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": 4556,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000293748.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.444A>C",
"hgvs_p": null,
"transcript": "ENST00000479510.2",
"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": 2073,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000479510.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.156A>C",
"hgvs_p": null,
"transcript": "ENST00000635885.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": 191,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000635885.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.119A>C",
"hgvs_p": null,
"transcript": "ENST00000636075.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": 148,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000636075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.89A>C",
"hgvs_p": null,
"transcript": "ENST00000637587.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": 100,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000637587.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.249A>C",
"hgvs_p": null,
"transcript": "ENST00000638142.2",
"protein_id": "ENSP00000490803.1",
"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": 2499,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000638142.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.449A>C",
"hgvs_p": null,
"transcript": "XR_007059351.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": 6095,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007059351.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.*45A>C",
"hgvs_p": null,
"transcript": "ENST00000636443.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": 79,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000636443.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"hgvs_c": "n.*3A>C",
"hgvs_p": null,
"transcript": "ENST00000637052.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": 100,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000637052.1"
}
],
"gene_symbol": "SYNGAP1",
"gene_hgnc_id": 11497,
"dbsnp": "rs1554119825",
"frequency_reference_population": 6.841218e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84122e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23426538705825806,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.094,
"revel_prediction": "Benign",
"alphamissense_score": 0.9985,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.826,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006772.3",
"gene_symbol": "SYNGAP1",
"hgnc_id": 11497,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.249A>C",
"hgvs_p": "p.Arg83Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}