← 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: 4-679980-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=679980&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 679980,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_002477.2",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "NM_002477.2",
"protein_id": "NP_002468.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 940,
"mane_select": "ENST00000400159.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002477.2"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000400159.7",
"protein_id": "ENSP00000383023.2",
"transcript_support_level": 1,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 940,
"mane_select": "NM_002477.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400159.7"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "ENST00000511290.5",
"protein_id": "ENSP00000425162.1",
"transcript_support_level": 1,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511290.5"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "NM_001395441.1",
"protein_id": "NP_001382370.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 1878,
"cdna_end": null,
"cdna_length": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395441.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "NM_001395442.1",
"protein_id": "NP_001382371.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 1809,
"cdna_end": null,
"cdna_length": 2111,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395442.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "NM_001395443.1",
"protein_id": "NP_001382372.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 2027,
"cdna_end": null,
"cdna_length": 2329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395443.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000894694.1",
"protein_id": "ENSP00000564753.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 939,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894694.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000894695.1",
"protein_id": "ENSP00000564754.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894695.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000894696.1",
"protein_id": "ENSP00000564755.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 3781,
"cdna_end": null,
"cdna_length": 4087,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894696.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000894697.1",
"protein_id": "ENSP00000564756.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 1007,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894697.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000894698.1",
"protein_id": "ENSP00000564757.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 1830,
"cdna_end": null,
"cdna_length": 2131,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894698.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000931855.1",
"protein_id": "ENSP00000601914.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 1253,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931855.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000931856.1",
"protein_id": "ENSP00000601915.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 978,
"cdna_end": null,
"cdna_length": 1280,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931856.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000931857.1",
"protein_id": "ENSP00000601916.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 709,
"cdna_end": null,
"cdna_length": 1011,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931857.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000931858.1",
"protein_id": "ENSP00000601917.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 3671,
"cdna_end": null,
"cdna_length": 3978,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931858.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000931859.1",
"protein_id": "ENSP00000601918.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 2069,
"cdna_end": null,
"cdna_length": 2376,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931859.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000931860.1",
"protein_id": "ENSP00000601919.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 1827,
"cdna_end": null,
"cdna_length": 2132,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931860.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000965683.1",
"protein_id": "ENSP00000635742.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 3556,
"cdna_end": null,
"cdna_length": 3858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965683.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "ENST00000965684.1",
"protein_id": "ENSP00000635743.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 1062,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965684.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "NM_001363650.2",
"protein_id": "NP_001350579.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 832,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363650.2"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "NM_001395444.1",
"protein_id": "NP_001382373.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 1770,
"cdna_end": null,
"cdna_length": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395444.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "NM_001395445.1",
"protein_id": "NP_001382374.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 1701,
"cdna_end": null,
"cdna_length": 2003,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395445.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "NM_001395446.1",
"protein_id": "NP_001382375.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 824,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395446.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "NM_001395447.1",
"protein_id": "NP_001382376.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 1919,
"cdna_end": null,
"cdna_length": 2221,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395447.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "NM_001395448.1",
"protein_id": "NP_001382377.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 446,
"cdna_end": null,
"cdna_length": 748,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395448.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "NM_001395449.1",
"protein_id": "NP_001382378.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 695,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395449.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "ENST00000505477.5",
"protein_id": "ENSP00000423118.1",
"transcript_support_level": 3,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 288,
"cdna_end": null,
"cdna_length": 584,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505477.5"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.131T>A",
"hgvs_p": "p.Phe44Tyr",
"transcript": "ENST00000506838.5",
"protein_id": "ENSP00000427153.1",
"transcript_support_level": 2,
"aa_start": 44,
"aa_end": null,
"aa_length": 132,
"cds_start": 131,
"cds_end": null,
"cds_length": 399,
"cdna_start": 2655,
"cdna_end": null,
"cdna_length": 2956,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506838.5"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.269T>A",
"hgvs_p": "p.Phe90Tyr",
"transcript": "ENST00000507804.1",
"protein_id": "ENSP00000427317.1",
"transcript_support_level": 3,
"aa_start": 90,
"aa_end": null,
"aa_length": 125,
"cds_start": 269,
"cds_end": null,
"cds_length": 378,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 829,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507804.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.269T>A",
"hgvs_p": "p.Phe90Tyr",
"transcript": "XM_047415724.1",
"protein_id": "XP_047271680.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 178,
"cds_start": 269,
"cds_end": null,
"cds_length": 537,
"cdna_start": 4367,
"cdna_end": null,
"cdna_length": 4669,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415724.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.269T>A",
"hgvs_p": "p.Phe90Tyr",
"transcript": "XM_047415725.1",
"protein_id": "XP_047271681.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 178,
"cds_start": 269,
"cds_end": null,
"cds_length": 537,
"cdna_start": 2655,
"cdna_end": null,
"cdna_length": 2957,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415725.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.269T>A",
"hgvs_p": "p.Phe90Tyr",
"transcript": "XM_047415726.1",
"protein_id": "XP_047271682.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 178,
"cds_start": 269,
"cds_end": null,
"cds_length": 537,
"cdna_start": 4218,
"cdna_end": null,
"cdna_length": 4520,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415726.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.269T>A",
"hgvs_p": "p.Phe90Tyr",
"transcript": "XM_047415727.1",
"protein_id": "XP_047271683.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 178,
"cds_start": 269,
"cds_end": null,
"cds_length": 537,
"cdna_start": 2978,
"cdna_end": null,
"cdna_length": 3280,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415727.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.269T>A",
"hgvs_p": "p.Phe90Tyr",
"transcript": "XM_047415728.1",
"protein_id": "XP_047271684.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 178,
"cds_start": 269,
"cds_end": null,
"cds_length": 537,
"cdna_start": 3047,
"cdna_end": null,
"cdna_length": 3349,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415728.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "XM_047415729.1",
"protein_id": "XP_047271685.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 3739,
"cdna_end": null,
"cdna_length": 4041,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415729.1"
},
{
"aa_ref": "F",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr",
"transcript": "XM_047415730.1",
"protein_id": "XP_047271686.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 173,
"cds_start": 254,
"cds_end": null,
"cds_length": 522,
"cdna_start": 3590,
"cdna_end": null,
"cdna_length": 3892,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415730.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC49A3",
"gene_hgnc_id": 26177,
"hgvs_c": "c.1264+2801A>T",
"hgvs_p": null,
"transcript": "XM_047416290.1",
"protein_id": "XP_047272246.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": null,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1375,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "n.*76T>A",
"hgvs_p": null,
"transcript": "ENST00000503300.5",
"protein_id": "ENSP00000424528.1",
"transcript_support_level": 2,
"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": 1780,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000503300.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "n.*76T>A",
"hgvs_p": null,
"transcript": "ENST00000513662.1",
"protein_id": "ENSP00000423053.1",
"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": 731,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000513662.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "n.*76T>A",
"hgvs_p": null,
"transcript": "ENST00000503300.5",
"protein_id": "ENSP00000424528.1",
"transcript_support_level": 2,
"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": 1780,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000503300.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"hgvs_c": "n.*76T>A",
"hgvs_p": null,
"transcript": "ENST00000513662.1",
"protein_id": "ENSP00000423053.1",
"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": 731,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000513662.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC49A3",
"gene_hgnc_id": 26177,
"hgvs_c": "n.1284+2801A>T",
"hgvs_p": null,
"transcript": "XR_007057974.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": 1371,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007057974.1"
}
],
"gene_symbol": "MYL5",
"gene_hgnc_id": 7586,
"dbsnp": "rs776610977",
"frequency_reference_population": 0.000010949544,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000109495,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9116549491882324,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.491,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8802,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.971,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002477.2",
"gene_symbol": "MYL5",
"hgnc_id": 7586,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.254T>A",
"hgvs_p": "p.Phe85Tyr"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007057974.1",
"gene_symbol": "SLC49A3",
"hgnc_id": 26177,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.1284+2801A>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}