← 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: 9-136668356-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136668356&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 136668356,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_016215.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "NM_016215.5",
"protein_id": "NP_057299.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 1759,
"mane_select": "ENST00000308874.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016215.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000308874.12",
"protein_id": "ENSP00000307843.7",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 1759,
"mane_select": "NM_016215.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308874.12"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000371698.3",
"protein_id": "ENSP00000360763.3",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 142,
"cdna_end": null,
"cdna_length": 1282,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371698.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000406555.7",
"protein_id": "ENSP00000385639.3",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 389,
"cdna_end": null,
"cdna_length": 1529,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406555.7"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000917153.1",
"protein_id": "ENSP00000587212.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 369,
"cds_start": 74,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 146,
"cdna_end": null,
"cdna_length": 1574,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917153.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "NM_201446.3",
"protein_id": "NP_958854.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 1306,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201446.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000371699.5",
"protein_id": "ENSP00000360764.1",
"transcript_support_level": 2,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 985,
"cdna_end": null,
"cdna_length": 2125,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371699.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893633.1",
"protein_id": "ENSP00000563692.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1304,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893633.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893634.1",
"protein_id": "ENSP00000563693.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893634.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893635.1",
"protein_id": "ENSP00000563694.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1110,
"cdna_end": null,
"cdna_length": 2250,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893635.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893636.1",
"protein_id": "ENSP00000563695.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 527,
"cdna_end": null,
"cdna_length": 1665,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893636.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893637.1",
"protein_id": "ENSP00000563696.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 2081,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893637.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893638.1",
"protein_id": "ENSP00000563697.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 982,
"cdna_end": null,
"cdna_length": 2122,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893638.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893639.1",
"protein_id": "ENSP00000563698.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 938,
"cdna_end": null,
"cdna_length": 2078,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893639.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893640.1",
"protein_id": "ENSP00000563699.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 1864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893640.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893641.1",
"protein_id": "ENSP00000563700.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 516,
"cdna_end": null,
"cdna_length": 1655,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893641.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893642.1",
"protein_id": "ENSP00000563701.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1086,
"cdna_end": null,
"cdna_length": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893642.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893643.1",
"protein_id": "ENSP00000563702.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 513,
"cdna_end": null,
"cdna_length": 1651,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893643.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893644.1",
"protein_id": "ENSP00000563703.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1201,
"cdna_end": null,
"cdna_length": 2323,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893644.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893645.1",
"protein_id": "ENSP00000563704.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 555,
"cdna_end": null,
"cdna_length": 1692,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893645.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893646.1",
"protein_id": "ENSP00000563705.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 833,
"cdna_end": null,
"cdna_length": 1973,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893646.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893647.1",
"protein_id": "ENSP00000563706.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 1666,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893647.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893648.1",
"protein_id": "ENSP00000563707.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 486,
"cdna_end": null,
"cdna_length": 1626,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893648.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893649.1",
"protein_id": "ENSP00000563708.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 3405,
"cdna_end": null,
"cdna_length": 4545,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893649.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893650.1",
"protein_id": "ENSP00000563709.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1271,
"cdna_end": null,
"cdna_length": 2410,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893650.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893651.1",
"protein_id": "ENSP00000563710.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 483,
"cdna_end": null,
"cdna_length": 1623,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893651.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893654.1",
"protein_id": "ENSP00000563713.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 494,
"cdna_end": null,
"cdna_length": 1634,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893654.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893655.1",
"protein_id": "ENSP00000563714.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 584,
"cdna_end": null,
"cdna_length": 1724,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893655.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893656.1",
"protein_id": "ENSP00000563715.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1721,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893656.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893657.1",
"protein_id": "ENSP00000563716.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 1451,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893657.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893658.1",
"protein_id": "ENSP00000563717.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 497,
"cdna_end": null,
"cdna_length": 1637,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893658.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893660.1",
"protein_id": "ENSP00000563719.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 278,
"cdna_end": null,
"cdna_length": 1408,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893660.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893661.1",
"protein_id": "ENSP00000563720.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1503,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893661.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893662.1",
"protein_id": "ENSP00000563721.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 1450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893662.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893666.1",
"protein_id": "ENSP00000563725.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 1384,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893666.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893667.1",
"protein_id": "ENSP00000563726.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 246,
"cdna_end": null,
"cdna_length": 1386,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893667.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893668.1",
"protein_id": "ENSP00000563727.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 158,
"cdna_end": null,
"cdna_length": 1296,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893668.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893669.1",
"protein_id": "ENSP00000563728.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 189,
"cdna_end": null,
"cdna_length": 1327,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893669.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893670.1",
"protein_id": "ENSP00000563729.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 264,
"cdna_end": null,
"cdna_length": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893670.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893671.1",
"protein_id": "ENSP00000563730.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 137,
"cdna_end": null,
"cdna_length": 1275,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893671.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893672.1",
"protein_id": "ENSP00000563731.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 2343,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893672.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893673.1",
"protein_id": "ENSP00000563732.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 1557,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893673.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965523.1",
"protein_id": "ENSP00000635582.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 334,
"cdna_end": null,
"cdna_length": 1475,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965523.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965524.1",
"protein_id": "ENSP00000635583.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965524.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965525.1",
"protein_id": "ENSP00000635584.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 939,
"cdna_end": null,
"cdna_length": 2079,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965525.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965526.1",
"protein_id": "ENSP00000635585.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 2273,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965526.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965527.1",
"protein_id": "ENSP00000635586.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 556,
"cdna_end": null,
"cdna_length": 1695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965527.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965531.1",
"protein_id": "ENSP00000635590.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 1939,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965531.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965532.1",
"protein_id": "ENSP00000635591.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 470,
"cdna_end": null,
"cdna_length": 1609,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965532.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965533.1",
"protein_id": "ENSP00000635592.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1248,
"cdna_end": null,
"cdna_length": 2385,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965533.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965534.1",
"protein_id": "ENSP00000635593.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 2283,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965534.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965535.1",
"protein_id": "ENSP00000635594.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 520,
"cdna_end": null,
"cdna_length": 1660,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965535.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965536.1",
"protein_id": "ENSP00000635595.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 1757,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965536.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965537.1",
"protein_id": "ENSP00000635596.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 398,
"cdna_end": null,
"cdna_length": 1538,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965537.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965538.1",
"protein_id": "ENSP00000635597.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 591,
"cdna_end": null,
"cdna_length": 1730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965538.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965542.1",
"protein_id": "ENSP00000635601.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965542.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965543.1",
"protein_id": "ENSP00000635602.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 1745,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965543.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965544.1",
"protein_id": "ENSP00000635603.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 714,
"cdna_end": null,
"cdna_length": 1853,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965544.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965545.1",
"protein_id": "ENSP00000635604.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 1926,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965545.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965546.1",
"protein_id": "ENSP00000635605.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965546.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965548.1",
"protein_id": "ENSP00000635607.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 1746,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965548.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965549.1",
"protein_id": "ENSP00000635608.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 829,
"cdna_end": null,
"cdna_length": 1968,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965549.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965551.1",
"protein_id": "ENSP00000635610.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 1678,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965551.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965552.1",
"protein_id": "ENSP00000635611.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 1730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965552.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965554.1",
"protein_id": "ENSP00000635613.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 1378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965554.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965555.1",
"protein_id": "ENSP00000635614.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 287,
"cdna_end": null,
"cdna_length": 1426,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965555.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965557.1",
"protein_id": "ENSP00000635616.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 150,
"cdna_end": null,
"cdna_length": 1289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965557.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965558.1",
"protein_id": "ENSP00000635617.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 388,
"cdna_end": null,
"cdna_length": 1527,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965558.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893653.1",
"protein_id": "ENSP00000563712.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 272,
"cds_start": 74,
"cds_end": null,
"cds_length": 819,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 1543,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893653.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965528.1",
"protein_id": "ENSP00000635587.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 272,
"cds_start": 74,
"cds_end": null,
"cds_length": 819,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 1555,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965528.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965530.1",
"protein_id": "ENSP00000635589.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 272,
"cds_start": 74,
"cds_end": null,
"cds_length": 819,
"cdna_start": 414,
"cdna_end": null,
"cdna_length": 1550,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965530.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965541.1",
"protein_id": "ENSP00000635600.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 272,
"cds_start": 74,
"cds_end": null,
"cds_length": 819,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965541.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965556.1",
"protein_id": "ENSP00000635615.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 272,
"cds_start": 74,
"cds_end": null,
"cds_length": 819,
"cdna_start": 145,
"cdna_end": null,
"cdna_length": 1281,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965556.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893675.1",
"protein_id": "ENSP00000563734.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 271,
"cds_start": 74,
"cds_end": null,
"cds_length": 816,
"cdna_start": 116,
"cdna_end": null,
"cdna_length": 1232,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893675.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893659.1",
"protein_id": "ENSP00000563718.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 270,
"cds_start": 74,
"cds_end": null,
"cds_length": 813,
"cdna_start": 405,
"cdna_end": null,
"cdna_length": 1533,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893659.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000917152.1",
"protein_id": "ENSP00000587211.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 270,
"cds_start": 74,
"cds_end": null,
"cds_length": 813,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1294,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917152.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893665.1",
"protein_id": "ENSP00000563724.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 258,
"cds_start": 74,
"cds_end": null,
"cds_length": 777,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 1260,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893665.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965540.1",
"protein_id": "ENSP00000635599.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 258,
"cds_start": 74,
"cds_end": null,
"cds_length": 777,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 1711,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965540.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965553.1",
"protein_id": "ENSP00000635612.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 255,
"cds_start": 74,
"cds_end": null,
"cds_length": 768,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1534,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965553.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000917150.1",
"protein_id": "ENSP00000587209.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 241,
"cds_start": 74,
"cds_end": null,
"cds_length": 726,
"cdna_start": 180,
"cdna_end": null,
"cdna_length": 1221,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917150.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893674.1",
"protein_id": "ENSP00000563733.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 240,
"cds_start": 74,
"cds_end": null,
"cds_length": 723,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 1755,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893674.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965539.1",
"protein_id": "ENSP00000635598.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 240,
"cds_start": 74,
"cds_end": null,
"cds_length": 723,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965539.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965550.1",
"protein_id": "ENSP00000635609.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 240,
"cds_start": 74,
"cds_end": null,
"cds_length": 723,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 1438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965550.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893664.1",
"protein_id": "ENSP00000563723.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 239,
"cds_start": 74,
"cds_end": null,
"cds_length": 720,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 1203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893664.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893652.1",
"protein_id": "ENSP00000563711.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 219,
"cds_start": 74,
"cds_end": null,
"cds_length": 660,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 1385,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893652.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000893663.1",
"protein_id": "ENSP00000563722.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 219,
"cds_start": 74,
"cds_end": null,
"cds_length": 660,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 1143,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893663.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000917154.1",
"protein_id": "ENSP00000587213.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 219,
"cds_start": 74,
"cds_end": null,
"cds_length": 660,
"cdna_start": 2548,
"cdna_end": null,
"cdna_length": 3526,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917154.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965529.1",
"protein_id": "ENSP00000635588.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 219,
"cds_start": 74,
"cds_end": null,
"cds_length": 660,
"cdna_start": 418,
"cdna_end": null,
"cdna_length": 1395,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965529.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000965547.1",
"protein_id": "ENSP00000635606.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 219,
"cds_start": 74,
"cds_end": null,
"cds_length": 660,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 1378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965547.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000917151.1",
"protein_id": "ENSP00000587210.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 187,
"cds_start": 74,
"cds_end": null,
"cds_length": 564,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 1045,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917151.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "ENST00000492862.6",
"protein_id": "ENSP00000473338.1",
"transcript_support_level": 5,
"aa_start": 25,
"aa_end": null,
"aa_length": 64,
"cds_start": 74,
"cds_end": null,
"cds_length": 197,
"cdna_start": 600,
"cdna_end": null,
"cdna_length": 723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492862.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "XM_047423451.1",
"protein_id": "XP_047279407.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 273,
"cds_start": 74,
"cds_end": null,
"cds_length": 822,
"cdna_start": 213,
"cdna_end": null,
"cdna_length": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423451.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "XM_006717141.4",
"protein_id": "XP_006717204.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 219,
"cds_start": 74,
"cds_end": null,
"cds_length": 660,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 1144,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717141.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"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": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro",
"transcript": "XM_047423452.1",
"protein_id": "XP_047279408.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 219,
"cds_start": 74,
"cds_end": null,
"cds_length": 660,
"cdna_start": 213,
"cdna_end": null,
"cdna_length": 1191,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423452.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": 3,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.125-201G>C",
"hgvs_p": null,
"transcript": "XM_017014795.1",
"protein_id": "XP_016870284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 249,
"cds_start": null,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2211,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014795.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": 3,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.122-201G>C",
"hgvs_p": null,
"transcript": "XM_017014796.1",
"protein_id": "XP_016870285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": null,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2208,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014796.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": 2,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.23-201G>C",
"hgvs_p": null,
"transcript": "XM_011518767.1",
"protein_id": "XP_011517069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": null,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518767.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": 2,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.23-201G>C",
"hgvs_p": null,
"transcript": "XM_011518768.1",
"protein_id": "XP_011517070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": null,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1884,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518768.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": 4,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.23-201G>C",
"hgvs_p": null,
"transcript": "XM_017014798.1",
"protein_id": "XP_016870287.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": null,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2424,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014798.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": 4,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.23-201G>C",
"hgvs_p": null,
"transcript": "XM_017014799.1",
"protein_id": "XP_016870288.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": null,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2427,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014799.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": 3,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "c.125-201G>C",
"hgvs_p": null,
"transcript": "XM_047423453.1",
"protein_id": "XP_047279409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": null,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2049,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423453.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "n.400G>C",
"hgvs_p": null,
"transcript": "NR_045110.2",
"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": 1540,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_045110.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "n.403G>C",
"hgvs_p": null,
"transcript": "NR_045111.2",
"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": 1543,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_045111.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "n.985G>C",
"hgvs_p": null,
"transcript": "NR_046367.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": 2125,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_046367.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "n.271-201G>C",
"hgvs_p": null,
"transcript": "ENST00000490469.5",
"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": 456,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000490469.5"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"hgvs_c": "n.31-201G>C",
"hgvs_p": null,
"transcript": "ENST00000492002.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": 654,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000492002.1"
}
],
"gene_symbol": "EGFL7",
"gene_hgnc_id": 20594,
"dbsnp": "rs376703976",
"frequency_reference_population": 0.0000027664125,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000276641,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5675738453865051,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.611,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1468,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.235,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_016215.5",
"gene_symbol": "EGFL7",
"hgnc_id": 20594,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.74G>C",
"hgvs_p": "p.Arg25Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}