← 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: 2-159729035-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=159729035&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 159729035,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_022826.4",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001282805.2",
"protein_id": "NP_001269734.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000409175.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282805.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000409175.6",
"protein_id": "ENSP00000386830.1",
"transcript_support_level": 2,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001282805.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409175.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000259050.8",
"protein_id": "ENSP00000259050.3",
"transcript_support_level": 1,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000259050.8"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966712.1",
"protein_id": "ENSP00000636771.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 739,
"cds_start": 13,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966712.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914861.1",
"protein_id": "ENSP00000584920.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 713,
"cds_start": 13,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914861.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966711.1",
"protein_id": "ENSP00000636770.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 713,
"cds_start": 13,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966711.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376234.1",
"protein_id": "NP_001363163.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376234.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376235.1",
"protein_id": "NP_001363164.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376235.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376236.1",
"protein_id": "NP_001363165.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376236.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376237.1",
"protein_id": "NP_001363166.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376237.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376238.1",
"protein_id": "NP_001363167.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376238.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376239.1",
"protein_id": "NP_001363168.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376239.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376240.1",
"protein_id": "NP_001363169.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376240.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376241.1",
"protein_id": "NP_001363170.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376241.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376242.1",
"protein_id": "NP_001363171.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376242.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_022826.4",
"protein_id": "NP_073737.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022826.4"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856569.1",
"protein_id": "ENSP00000526628.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856569.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856570.1",
"protein_id": "ENSP00000526629.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856570.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856571.1",
"protein_id": "ENSP00000526630.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856571.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856572.1",
"protein_id": "ENSP00000526631.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856572.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856573.1",
"protein_id": "ENSP00000526632.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856573.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856574.1",
"protein_id": "ENSP00000526633.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856574.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856575.1",
"protein_id": "ENSP00000526634.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856575.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856576.1",
"protein_id": "ENSP00000526635.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856576.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856578.1",
"protein_id": "ENSP00000526637.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856578.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856580.1",
"protein_id": "ENSP00000526639.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856580.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856581.1",
"protein_id": "ENSP00000526640.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856581.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856583.1",
"protein_id": "ENSP00000526642.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856583.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856584.1",
"protein_id": "ENSP00000526643.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856584.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914836.1",
"protein_id": "ENSP00000584895.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914836.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914837.1",
"protein_id": "ENSP00000584896.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914837.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914838.1",
"protein_id": "ENSP00000584897.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914838.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914839.1",
"protein_id": "ENSP00000584898.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914839.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914840.1",
"protein_id": "ENSP00000584899.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914840.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914841.1",
"protein_id": "ENSP00000584900.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914841.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914842.1",
"protein_id": "ENSP00000584901.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914842.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914843.1",
"protein_id": "ENSP00000584902.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914843.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914844.1",
"protein_id": "ENSP00000584903.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914844.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914845.1",
"protein_id": "ENSP00000584904.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914845.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914846.1",
"protein_id": "ENSP00000584905.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914846.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914847.1",
"protein_id": "ENSP00000584906.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914847.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914848.1",
"protein_id": "ENSP00000584907.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914848.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914849.1",
"protein_id": "ENSP00000584908.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914849.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914851.1",
"protein_id": "ENSP00000584910.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914851.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914852.1",
"protein_id": "ENSP00000584911.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914852.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914853.1",
"protein_id": "ENSP00000584912.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914853.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914855.1",
"protein_id": "ENSP00000584914.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914855.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914857.1",
"protein_id": "ENSP00000584916.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914857.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914860.1",
"protein_id": "ENSP00000584919.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914860.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914862.1",
"protein_id": "ENSP00000584921.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914862.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914863.1",
"protein_id": "ENSP00000584922.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914863.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914864.1",
"protein_id": "ENSP00000584923.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914864.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914866.1",
"protein_id": "ENSP00000584925.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914866.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914867.1",
"protein_id": "ENSP00000584926.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914867.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966702.1",
"protein_id": "ENSP00000636761.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966702.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966703.1",
"protein_id": "ENSP00000636762.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966703.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966705.1",
"protein_id": "ENSP00000636764.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966705.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966709.1",
"protein_id": "ENSP00000636768.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966709.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966710.1",
"protein_id": "ENSP00000636769.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966710.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966713.1",
"protein_id": "ENSP00000636772.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966713.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966714.1",
"protein_id": "ENSP00000636773.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966714.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966715.1",
"protein_id": "ENSP00000636774.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966715.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966707.1",
"protein_id": "ENSP00000636766.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 700,
"cds_start": 13,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966707.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376243.1",
"protein_id": "NP_001363172.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 697,
"cds_start": 13,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376243.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376244.1",
"protein_id": "NP_001363173.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376244.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376245.1",
"protein_id": "NP_001363174.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376245.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914858.1",
"protein_id": "ENSP00000584917.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 682,
"cds_start": 13,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914858.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376247.1",
"protein_id": "NP_001363176.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376247.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001376248.1",
"protein_id": "NP_001363177.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376248.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856577.1",
"protein_id": "ENSP00000526636.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856577.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856579.1",
"protein_id": "ENSP00000526638.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856579.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000856582.1",
"protein_id": "ENSP00000526641.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856582.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914850.1",
"protein_id": "ENSP00000584909.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914850.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914854.1",
"protein_id": "ENSP00000584913.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914854.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914856.1",
"protein_id": "ENSP00000584915.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914856.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914865.1",
"protein_id": "ENSP00000584924.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914865.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966704.1",
"protein_id": "ENSP00000636763.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966704.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966706.1",
"protein_id": "ENSP00000636765.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966706.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "NM_001282806.2",
"protein_id": "NP_001269735.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 635,
"cds_start": 13,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282806.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000539065.5",
"protein_id": "ENSP00000442992.1",
"transcript_support_level": 2,
"aa_start": 5,
"aa_end": null,
"aa_length": 635,
"cds_start": 13,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539065.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000914859.1",
"protein_id": "ENSP00000584918.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 225,
"cds_start": 13,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914859.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000966708.1",
"protein_id": "ENSP00000636767.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 225,
"cds_start": 13,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966708.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "ENST00000421037.1",
"protein_id": "ENSP00000392862.1",
"transcript_support_level": 4,
"aa_start": 5,
"aa_end": null,
"aa_length": 100,
"cds_start": 13,
"cds_end": null,
"cds_length": 304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421037.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445508.1",
"protein_id": "XP_047301464.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445508.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445511.1",
"protein_id": "XP_047301467.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445511.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445513.1",
"protein_id": "XP_047301469.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445513.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445514.1",
"protein_id": "XP_047301470.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445514.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445515.1",
"protein_id": "XP_047301471.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 704,
"cds_start": 13,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445515.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445516.1",
"protein_id": "XP_047301472.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445516.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445517.1",
"protein_id": "XP_047301473.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445517.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445518.1",
"protein_id": "XP_047301474.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445518.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445519.1",
"protein_id": "XP_047301475.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445519.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445520.1",
"protein_id": "XP_047301476.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445520.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445521.1",
"protein_id": "XP_047301477.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445521.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445523.1",
"protein_id": "XP_047301479.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 691,
"cds_start": 13,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445523.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445524.1",
"protein_id": "XP_047301480.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445524.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445525.1",
"protein_id": "XP_047301481.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445525.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445526.1",
"protein_id": "XP_047301482.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445526.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445527.1",
"protein_id": "XP_047301483.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445527.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445528.1",
"protein_id": "XP_047301484.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445528.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445529.1",
"protein_id": "XP_047301485.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 648,
"cds_start": 13,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445529.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_017004721.2",
"protein_id": "XP_016860210.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 635,
"cds_start": 13,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004721.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser",
"transcript": "XM_047445530.1",
"protein_id": "XP_047301486.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 635,
"cds_start": 13,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445530.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-182C>T",
"hgvs_p": null,
"transcript": "NM_001376249.1",
"protein_id": "NP_001363178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": null,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-182C>T",
"hgvs_p": null,
"transcript": "NM_001376252.1",
"protein_id": "NP_001363181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": null,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376252.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-197C>T",
"hgvs_p": null,
"transcript": "NM_001376255.1",
"protein_id": "NP_001363184.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 514,
"cds_start": null,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-16-41C>T",
"hgvs_p": null,
"transcript": "NM_001376246.1",
"protein_id": "NP_001363175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376246.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-234-14026C>T",
"hgvs_p": null,
"transcript": "NM_001376250.1",
"protein_id": "NP_001363179.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": null,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376250.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-42+16374C>T",
"hgvs_p": null,
"transcript": "NM_001376251.1",
"protein_id": "NP_001363180.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 575,
"cds_start": null,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-234-14026C>T",
"hgvs_p": null,
"transcript": "NM_001376253.1",
"protein_id": "NP_001363182.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 562,
"cds_start": null,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376253.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "c.-42+16374C>T",
"hgvs_p": null,
"transcript": "NM_001376254.1",
"protein_id": "NP_001363183.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 562,
"cds_start": null,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376254.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.166C>T",
"hgvs_p": null,
"transcript": "ENST00000473749.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000473749.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.170C>T",
"hgvs_p": null,
"transcript": "NR_164789.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164789.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.128C>T",
"hgvs_p": null,
"transcript": "NR_164790.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164790.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.183C>T",
"hgvs_p": null,
"transcript": "NR_164791.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164791.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.183C>T",
"hgvs_p": null,
"transcript": "NR_164792.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164792.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.128C>T",
"hgvs_p": null,
"transcript": "NR_164793.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164793.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.183C>T",
"hgvs_p": null,
"transcript": "NR_164794.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164794.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"hgvs_c": "n.183C>T",
"hgvs_p": null,
"transcript": "NR_164795.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_164795.1"
}
],
"gene_symbol": "MARCHF7",
"gene_hgnc_id": 17393,
"dbsnp": "rs760877357",
"frequency_reference_population": 0.0000031549962,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000279195,
"gnomad_genomes_af": 0.00000657462,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20762211084365845,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.153,
"revel_prediction": "Benign",
"alphamissense_score": 0.4236,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.108,
"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": 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_022826.4",
"gene_symbol": "MARCHF7",
"hgnc_id": 17393,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.13C>T",
"hgvs_p": "p.Pro5Ser"
}
],
"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
}