← 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-62724945-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=62724945&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 62724945,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001288779.2",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2097A>G",
"hgvs_p": "p.Ile699Met",
"transcript": "NM_152598.4",
"protein_id": "NP_689811.2",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 808,
"cds_start": 2097,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2352,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": "ENST00000311269.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152598.4"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2097A>G",
"hgvs_p": "p.Ile699Met",
"transcript": "ENST00000311269.10",
"protein_id": "ENSP00000311496.5",
"transcript_support_level": 2,
"aa_start": 699,
"aa_end": null,
"aa_length": 808,
"cds_start": 2097,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2352,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": "NM_152598.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311269.10"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2211A>G",
"hgvs_p": "p.Ile737Met",
"transcript": "ENST00000583600.5",
"protein_id": "ENSP00000463080.1",
"transcript_support_level": 1,
"aa_start": 737,
"aa_end": null,
"aa_length": 846,
"cds_start": 2211,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2496,
"cdna_end": null,
"cdna_length": 3214,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583600.5"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2097A>G",
"hgvs_p": "p.Ile699Met",
"transcript": "ENST00000456609.6",
"protein_id": "ENSP00000416177.2",
"transcript_support_level": 1,
"aa_start": 699,
"aa_end": null,
"aa_length": 808,
"cds_start": 2097,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2338,
"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.237-1083T>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.441-11141T>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": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2211A>G",
"hgvs_p": "p.Ile737Met",
"transcript": "NM_001288779.2",
"protein_id": "NP_001275708.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 846,
"cds_start": 2211,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2466,
"cdna_end": null,
"cdna_length": 3185,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288779.2"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2208A>G",
"hgvs_p": "p.Ile736Met",
"transcript": "ENST00000858437.1",
"protein_id": "ENSP00000528496.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 845,
"cds_start": 2208,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 2439,
"cdna_end": null,
"cdna_length": 3158,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858437.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2208A>G",
"hgvs_p": "p.Ile736Met",
"transcript": "ENST00000948244.1",
"protein_id": "ENSP00000618303.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 845,
"cds_start": 2208,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 2485,
"cdna_end": null,
"cdna_length": 3201,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948244.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2205A>G",
"hgvs_p": "p.Ile735Met",
"transcript": "ENST00000948245.1",
"protein_id": "ENSP00000618304.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 844,
"cds_start": 2205,
"cds_end": null,
"cds_length": 2535,
"cdna_start": 2378,
"cdna_end": null,
"cdna_length": 3096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948245.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2097A>G",
"hgvs_p": "p.Ile699Met",
"transcript": "NM_001100875.3",
"protein_id": "NP_001094345.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 808,
"cds_start": 2097,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2325,
"cdna_end": null,
"cdna_length": 3044,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100875.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2097A>G",
"hgvs_p": "p.Ile699Met",
"transcript": "ENST00000858438.1",
"protein_id": "ENSP00000528497.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 808,
"cds_start": 2097,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2414,
"cdna_end": null,
"cdna_length": 3132,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858438.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2094A>G",
"hgvs_p": "p.Ile698Met",
"transcript": "NM_001288780.2",
"protein_id": "NP_001275709.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 799,
"cds_start": 2094,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2497,
"cdna_end": null,
"cdna_length": 3405,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288780.2"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2094A>G",
"hgvs_p": "p.Ile698Met",
"transcript": "ENST00000544856.6",
"protein_id": "ENSP00000443746.2",
"transcript_support_level": 2,
"aa_start": 698,
"aa_end": null,
"aa_length": 799,
"cds_start": 2094,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2473,
"cdna_end": null,
"cdna_length": 3338,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544856.6"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.1701A>G",
"hgvs_p": "p.Ile567Met",
"transcript": "ENST00000580520.5",
"protein_id": "ENSP00000464220.1",
"transcript_support_level": 5,
"aa_start": 567,
"aa_end": null,
"aa_length": 693,
"cds_start": 1701,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 1701,
"cdna_end": null,
"cdna_length": 2377,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580520.5"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2211A>G",
"hgvs_p": "p.Ile737Met",
"transcript": "XM_005257095.4",
"protein_id": "XP_005257152.2",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 863,
"cds_start": 2211,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 2466,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257095.4"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2211A>G",
"hgvs_p": "p.Ile737Met",
"transcript": "XM_005257096.3",
"protein_id": "XP_005257153.2",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 863,
"cds_start": 2211,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 2439,
"cdna_end": null,
"cdna_length": 3115,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257096.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2211A>G",
"hgvs_p": "p.Ile737Met",
"transcript": "XM_005257097.3",
"protein_id": "XP_005257154.2",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 863,
"cds_start": 2211,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 2587,
"cdna_end": null,
"cdna_length": 3263,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257097.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2208A>G",
"hgvs_p": "p.Ile736Met",
"transcript": "XM_005257098.4",
"protein_id": "XP_005257155.2",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 862,
"cds_start": 2208,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 2463,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257098.4"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2208A>G",
"hgvs_p": "p.Ile736Met",
"transcript": "XM_011524435.3",
"protein_id": "XP_011522737.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 862,
"cds_start": 2208,
"cds_end": null,
"cds_length": 2589,
"cdna_start": 2463,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524435.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2097A>G",
"hgvs_p": "p.Ile699Met",
"transcript": "XM_005257100.4",
"protein_id": "XP_005257157.2",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 825,
"cds_start": 2097,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 2352,
"cdna_end": null,
"cdna_length": 3028,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257100.4"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2097A>G",
"hgvs_p": "p.Ile699Met",
"transcript": "XM_011524436.2",
"protein_id": "XP_011522738.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 825,
"cds_start": 2097,
"cds_end": null,
"cds_length": 2478,
"cdna_start": 2325,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524436.2"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2094A>G",
"hgvs_p": "p.Ile698Met",
"transcript": "XM_005257102.4",
"protein_id": "XP_005257159.2",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 824,
"cds_start": 2094,
"cds_end": null,
"cds_length": 2475,
"cdna_start": 2349,
"cdna_end": null,
"cdna_length": 3025,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257102.4"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2094A>G",
"hgvs_p": "p.Ile698Met",
"transcript": "XM_011524437.3",
"protein_id": "XP_011522739.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 807,
"cds_start": 2094,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2470,
"cdna_end": null,
"cdna_length": 3189,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524437.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.2094A>G",
"hgvs_p": "p.Ile698Met",
"transcript": "XM_005257103.3",
"protein_id": "XP_005257160.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 799,
"cds_start": 2094,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 2349,
"cdna_end": null,
"cdna_length": 3257,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257103.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "c.1878A>G",
"hgvs_p": "p.Ile626Met",
"transcript": "XM_005257106.4",
"protein_id": "XP_005257163.2",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 752,
"cds_start": 1878,
"cds_end": null,
"cds_length": 2259,
"cdna_start": 2146,
"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": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF10",
"gene_hgnc_id": 26655,
"hgvs_c": "n.2466A>G",
"hgvs_p": null,
"transcript": "XR_934406.4",
"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": 3771,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_934406.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.138-11141T>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.178+11395A>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.537-11141T>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.175-11141T>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+18476T>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.135-1311T>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.441-11141T>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": "rs149841322",
"frequency_reference_population": 0.000105482875,
"hom_count_reference_population": 0,
"allele_count_reference_population": 170,
"gnomad_exomes_af": 0.000109639,
"gnomad_genomes_af": 0.0000656582,
"gnomad_exomes_ac": 160,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.32214194536209106,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.308,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2823,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.6,
"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.2211A>G",
"hgvs_p": "p.Ile737Met"
},
{
"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.237-1083T>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
}