← 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: 1-207752282-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=207752282&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 207752282,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_172359.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172351.3",
"protein_id": "NP_758861.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 377,
"cds_start": 70,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367042.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172351.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000367042.6",
"protein_id": "ENSP00000356009.1",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 377,
"cds_start": 70,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_172351.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367042.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000322875.8",
"protein_id": "ENSP00000313875.4",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 399,
"cds_start": 70,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322875.8"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000358170.6",
"protein_id": "ENSP00000350893.2",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 392,
"cds_start": 70,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358170.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000354848.5",
"protein_id": "ENSP00000346912.1",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 384,
"cds_start": 70,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354848.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000357714.5",
"protein_id": "ENSP00000350346.1",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 369,
"cds_start": 70,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357714.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000367041.5",
"protein_id": "ENSP00000356008.1",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 362,
"cds_start": 70,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367041.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000360212.6",
"protein_id": "ENSP00000353342.2",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 355,
"cds_start": 70,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360212.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000322918.9",
"protein_id": "ENSP00000314664.5",
"transcript_support_level": 1,
"aa_start": 24,
"aa_end": null,
"aa_length": 349,
"cds_start": 70,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322918.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.215A>G",
"hgvs_p": null,
"transcript": "ENST00000469535.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000469535.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172359.3",
"protein_id": "NP_758869.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 399,
"cds_start": 70,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172359.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_002389.4",
"protein_id": "NP_002380.3",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 392,
"cds_start": 70,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002389.4"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_153826.4",
"protein_id": "NP_722548.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 384,
"cds_start": 70,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153826.4"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887057.1",
"protein_id": "ENSP00000557116.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 378,
"cds_start": 70,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887057.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887052.1",
"protein_id": "ENSP00000557111.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 377,
"cds_start": 70,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887052.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970372.1",
"protein_id": "ENSP00000640431.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 377,
"cds_start": 70,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970372.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172358.3",
"protein_id": "NP_758868.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 373,
"cds_start": 70,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172358.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000695777.1",
"protein_id": "ENSP00000512167.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 373,
"cds_start": 70,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695777.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172356.3",
"protein_id": "NP_758866.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 370,
"cds_start": 70,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172356.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000480003.5",
"protein_id": "ENSP00000418471.1",
"transcript_support_level": 5,
"aa_start": 24,
"aa_end": null,
"aa_length": 370,
"cds_start": 70,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000480003.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172353.3",
"protein_id": "NP_758863.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 369,
"cds_start": 70,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172353.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970374.1",
"protein_id": "ENSP00000640433.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 365,
"cds_start": 70,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970374.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172355.3",
"protein_id": "NP_758865.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 363,
"cds_start": 70,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172355.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887055.1",
"protein_id": "ENSP00000557114.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 363,
"cds_start": 70,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887055.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970376.1",
"protein_id": "ENSP00000640435.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 363,
"cds_start": 70,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970376.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172352.3",
"protein_id": "NP_758862.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 362,
"cds_start": 70,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172352.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887054.1",
"protein_id": "ENSP00000557113.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 362,
"cds_start": 70,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887054.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970377.1",
"protein_id": "ENSP00000640436.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 362,
"cds_start": 70,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970377.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000695782.1",
"protein_id": "ENSP00000512171.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 358,
"cds_start": 70,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695782.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887056.1",
"protein_id": "ENSP00000557115.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 356,
"cds_start": 70,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887056.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172361.3",
"protein_id": "NP_758871.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 355,
"cds_start": 70,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172361.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887058.1",
"protein_id": "ENSP00000557117.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 355,
"cds_start": 70,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887058.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970370.1",
"protein_id": "ENSP00000640429.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 355,
"cds_start": 70,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970370.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000915207.1",
"protein_id": "ENSP00000585266.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 353,
"cds_start": 70,
"cds_end": null,
"cds_length": 1062,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915207.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172350.3",
"protein_id": "NP_758860.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 349,
"cds_start": 70,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172350.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "NM_172357.3",
"protein_id": "NP_758867.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 348,
"cds_start": 70,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172357.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887053.1",
"protein_id": "ENSP00000557112.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 348,
"cds_start": 70,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887053.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000695780.1",
"protein_id": "ENSP00000512169.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 346,
"cds_start": 70,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695780.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000367047.5",
"protein_id": "ENSP00000356014.1",
"transcript_support_level": 5,
"aa_start": 24,
"aa_end": null,
"aa_length": 336,
"cds_start": 70,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367047.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970373.1",
"protein_id": "ENSP00000640432.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 335,
"cds_start": 70,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970373.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970375.1",
"protein_id": "ENSP00000640434.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 311,
"cds_start": 70,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970375.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000970371.1",
"protein_id": "ENSP00000640430.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 235,
"cds_start": 70,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970371.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "ENST00000887059.1",
"protein_id": "ENSP00000557118.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 228,
"cds_start": 70,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000887059.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "XM_047420888.1",
"protein_id": "XP_047276844.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 392,
"cds_start": 70,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420888.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "XM_011509563.3",
"protein_id": "XP_011507865.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 385,
"cds_start": 70,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509563.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "XM_047420894.1",
"protein_id": "XP_047276850.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 377,
"cds_start": 70,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420894.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "XM_047420901.1",
"protein_id": "XP_047276857.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 363,
"cds_start": 70,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420901.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val",
"transcript": "XM_047420909.1",
"protein_id": "XP_047276865.1",
"transcript_support_level": null,
"aa_start": 24,
"aa_end": null,
"aa_length": 362,
"cds_start": 70,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420909.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.238A>G",
"hgvs_p": null,
"transcript": "ENST00000496723.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496723.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.231A>G",
"hgvs_p": null,
"transcript": "ENST00000636114.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000636114.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.70A>G",
"hgvs_p": null,
"transcript": "ENST00000695778.1",
"protein_id": "ENSP00000512168.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695778.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.246A>G",
"hgvs_p": null,
"transcript": "ENST00000695779.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": "retained_intron",
"feature": "ENST00000695779.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.70A>G",
"hgvs_p": null,
"transcript": "ENST00000695781.1",
"protein_id": "ENSP00000512170.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695781.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.222A>G",
"hgvs_p": null,
"transcript": "ENST00000695783.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": "retained_intron",
"feature": "ENST00000695783.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.70A>G",
"hgvs_p": null,
"transcript": "ENST00000695784.1",
"protein_id": "ENSP00000512172.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695784.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": 1,
"intron_rank_end": null,
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"hgvs_c": "n.30+185A>G",
"hgvs_p": null,
"transcript": "ENST00000493796.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000493796.5"
}
],
"gene_symbol": "CD46",
"gene_hgnc_id": 6953,
"dbsnp": "rs750342865",
"frequency_reference_population": 0.000082409686,
"hom_count_reference_population": 0,
"allele_count_reference_population": 133,
"gnomad_exomes_af": 0.0000875641,
"gnomad_genomes_af": 0.0000328727,
"gnomad_exomes_ac": 128,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04295754432678223,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.012,
"revel_prediction": "Benign",
"alphamissense_score": 0.0689,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.366,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "NM_172359.3",
"gene_symbol": "CD46",
"hgnc_id": 6953,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.70A>G",
"hgvs_p": "p.Met24Val"
}
],
"clinvar_disease": "Atypical hemolytic-uremic syndrome,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "Atypical hemolytic-uremic syndrome|not provided|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}