← 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-62711286-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=62711286&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 62711286,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001288779.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Glu758Gly",
"transcript": "NM_152598.4",
"protein_id": "NP_689811.2",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 808,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2528,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": "ENST00000311269.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152598.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Glu758Gly",
"transcript": "ENST00000311269.10",
"protein_id": "ENSP00000311496.5",
"transcript_support_level": 2,
"aa_start": 758,
"aa_end": null,
"aa_length": 808,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2528,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": "NM_152598.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311269.10"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2387A>G",
"hgvs_p": "p.Glu796Gly",
"transcript": "ENST00000583600.5",
"protein_id": "ENSP00000463080.1",
"transcript_support_level": 1,
"aa_start": 796,
"aa_end": null,
"aa_length": 846,
"cds_start": 2387,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2672,
"cdna_end": null,
"cdna_length": 3214,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583600.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Glu758Gly",
"transcript": "ENST00000456609.6",
"protein_id": "ENSP00000416177.2",
"transcript_support_level": 1,
"aa_start": 758,
"aa_end": null,
"aa_length": 808,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2514,
"cdna_end": null,
"cdna_length": 3057,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456609.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.236+4817T>C",
"hgvs_p": null,
"transcript": "ENST00000577270.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": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000577270.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.440+3679T>C",
"hgvs_p": null,
"transcript": "ENST00000582564.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": 2277,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000582564.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2387A>G",
"hgvs_p": "p.Glu796Gly",
"transcript": "NM_001288779.2",
"protein_id": "NP_001275708.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 846,
"cds_start": 2387,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2642,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288779.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2384A>G",
"hgvs_p": "p.Glu795Gly",
"transcript": "ENST00000858437.1",
"protein_id": "ENSP00000528496.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 845,
"cds_start": 2384,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 2615,
"cdna_end": null,
"cdna_length": 3158,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858437.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2384A>G",
"hgvs_p": "p.Glu795Gly",
"transcript": "ENST00000948244.1",
"protein_id": "ENSP00000618303.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 845,
"cds_start": 2384,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 2661,
"cdna_end": null,
"cdna_length": 3201,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948244.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2381A>G",
"hgvs_p": "p.Glu794Gly",
"transcript": "ENST00000948245.1",
"protein_id": "ENSP00000618304.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 844,
"cds_start": 2381,
"cds_end": null,
"cds_length": 2535,
"cdna_start": 2554,
"cdna_end": null,
"cdna_length": 3096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948245.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Glu758Gly",
"transcript": "NM_001100875.3",
"protein_id": "NP_001094345.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 808,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2501,
"cdna_end": null,
"cdna_length": 3044,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100875.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Glu758Gly",
"transcript": "ENST00000858438.1",
"protein_id": "ENSP00000528497.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 808,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2590,
"cdna_end": null,
"cdna_length": 3132,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858438.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2270A>G",
"hgvs_p": "p.Glu757Gly",
"transcript": "NM_001288780.2",
"protein_id": "NP_001275709.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 799,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2673,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288780.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2270A>G",
"hgvs_p": "p.Glu757Gly",
"transcript": "ENST00000544856.6",
"protein_id": "ENSP00000443746.2",
"transcript_support_level": 2,
"aa_start": 757,
"aa_end": null,
"aa_length": 799,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2649,
"cdna_end": null,
"cdna_length": 3338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544856.6"
},
{
"aa_ref": "E",
"aa_alt": "G",
"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": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.1877A>G",
"hgvs_p": "p.Glu626Gly",
"transcript": "ENST00000580520.5",
"protein_id": "ENSP00000464220.1",
"transcript_support_level": 5,
"aa_start": 626,
"aa_end": null,
"aa_length": 693,
"cds_start": 1877,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1877,
"cdna_end": null,
"cdna_length": 2377,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580520.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2387A>G",
"hgvs_p": "p.Glu796Gly",
"transcript": "XM_005257095.4",
"protein_id": "XP_005257152.2",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 863,
"cds_start": 2387,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 2642,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257095.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2387A>G",
"hgvs_p": "p.Glu796Gly",
"transcript": "XM_005257096.3",
"protein_id": "XP_005257153.2",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 863,
"cds_start": 2387,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 2615,
"cdna_end": null,
"cdna_length": 3115,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257096.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2387A>G",
"hgvs_p": "p.Glu796Gly",
"transcript": "XM_005257097.3",
"protein_id": "XP_005257154.2",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 863,
"cds_start": 2387,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 2763,
"cdna_end": null,
"cdna_length": 3263,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257097.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2384A>G",
"hgvs_p": "p.Glu795Gly",
"transcript": "XM_005257098.4",
"protein_id": "XP_005257155.2",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 862,
"cds_start": 2384,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 2639,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257098.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2384A>G",
"hgvs_p": "p.Glu795Gly",
"transcript": "XM_011524435.3",
"protein_id": "XP_011522737.1",
"transcript_support_level": null,
"aa_start": 795,
"aa_end": null,
"aa_length": 862,
"cds_start": 2384,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 2639,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524435.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Glu758Gly",
"transcript": "XM_005257100.4",
"protein_id": "XP_005257157.2",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 825,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 2528,
"cdna_end": null,
"cdna_length": 3028,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257100.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Glu758Gly",
"transcript": "XM_011524436.2",
"protein_id": "XP_011522738.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 825,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 2501,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524436.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2270A>G",
"hgvs_p": "p.Glu757Gly",
"transcript": "XM_005257102.4",
"protein_id": "XP_005257159.2",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 824,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2475,
"cdna_start": 2525,
"cdna_end": null,
"cdna_length": 3025,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257102.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2270A>G",
"hgvs_p": "p.Glu757Gly",
"transcript": "XM_011524437.3",
"protein_id": "XP_011522739.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 807,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2646,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524437.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2270A>G",
"hgvs_p": "p.Glu757Gly",
"transcript": "XM_005257103.3",
"protein_id": "XP_005257160.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 799,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2525,
"cdna_end": null,
"cdna_length": 3257,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257103.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2054A>G",
"hgvs_p": "p.Glu685Gly",
"transcript": "XM_005257106.4",
"protein_id": "XP_005257163.2",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 752,
"cds_start": 2054,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 2322,
"cdna_end": null,
"cdna_length": 2822,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257106.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.137+4817T>C",
"hgvs_p": null,
"transcript": "ENST00000579201.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 586,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000579201.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "n.179-9908A>G",
"hgvs_p": null,
"transcript": "ENST00000579620.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 243,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000579620.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.536+11507T>C",
"hgvs_p": null,
"transcript": "ENST00000584597.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": 558,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000584597.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.174+6562T>C",
"hgvs_p": null,
"transcript": "ENST00000655517.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": 1988,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000655517.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.242+4817T>C",
"hgvs_p": null,
"transcript": "ENST00000660412.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": 693,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000660412.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.134+4817T>C",
"hgvs_p": null,
"transcript": "ENST00000663932.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": 2278,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000663932.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MARCHF10-AS1",
"gene_hgnc_id": 58173,
"hgvs_c": "n.440+3679T>C",
"hgvs_p": null,
"transcript": "NR_147886.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": 2277,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147886.1"
}
],
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"dbsnp": "rs757519736",
"frequency_reference_population": 0.00000615681,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000615681,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.34483933448791504,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.187,
"revel_prediction": "Benign",
"alphamissense_score": 0.5971,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.301,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_001288779.2",
"gene_symbol": "MARCHF10",
"hgnc_id": 26655,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2387A>G",
"hgvs_p": "p.Glu796Gly"
},
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000577270.1",
"gene_symbol": "MARCHF10-AS1",
"hgnc_id": 58173,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.236+4817T>C",
"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
}