← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 17-47222429-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=47222429&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 47222429,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_002476.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "NM_002476.2",
"protein_id": "NP_002467.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000393450.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002476.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000393450.5",
"protein_id": "ENSP00000377096.1",
"transcript_support_level": 1,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002476.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393450.5"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.591G>A",
"hgvs_p": "p.Glu197Glu",
"transcript": "ENST00000954741.1",
"protein_id": "ENSP00000624800.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 215,
"cds_start": 591,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954741.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.591G>A",
"hgvs_p": "p.Glu197Glu",
"transcript": "ENST00000954746.1",
"protein_id": "ENSP00000624805.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 215,
"cds_start": 591,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954746.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.591G>A",
"hgvs_p": "p.Glu197Glu",
"transcript": "ENST00000954750.1",
"protein_id": "ENSP00000624809.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 215,
"cds_start": 591,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954750.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.591G>A",
"hgvs_p": "p.Glu197Glu",
"transcript": "ENST00000954759.1",
"protein_id": "ENSP00000624818.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 215,
"cds_start": 591,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954759.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "NM_001002841.2",
"protein_id": "NP_001002841.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001002841.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000354968.5",
"protein_id": "ENSP00000347055.1",
"transcript_support_level": 5,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354968.5"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000572316.5",
"protein_id": "ENSP00000461570.1",
"transcript_support_level": 5,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000572316.5"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000869091.1",
"protein_id": "ENSP00000539150.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869091.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000954742.1",
"protein_id": "ENSP00000624801.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954742.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000954745.1",
"protein_id": "ENSP00000624804.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954745.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000954751.1",
"protein_id": "ENSP00000624810.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954751.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000954752.1",
"protein_id": "ENSP00000624811.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954752.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000954754.1",
"protein_id": "ENSP00000624813.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954754.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000954755.1",
"protein_id": "ENSP00000624814.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954755.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000954758.1",
"protein_id": "ENSP00000624817.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954758.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.534G>A",
"hgvs_p": "p.Glu178Glu",
"transcript": "ENST00000954743.1",
"protein_id": "ENSP00000624802.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 196,
"cds_start": 534,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954743.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.534G>A",
"hgvs_p": "p.Glu178Glu",
"transcript": "ENST00000954747.1",
"protein_id": "ENSP00000624806.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 196,
"cds_start": 534,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954747.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.534G>A",
"hgvs_p": "p.Glu178Glu",
"transcript": "ENST00000954748.1",
"protein_id": "ENSP00000624807.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 196,
"cds_start": 534,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954748.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "ENST00000536623.6",
"protein_id": "ENSP00000442375.2",
"transcript_support_level": 5,
"aa_start": 179,
"aa_end": null,
"aa_length": 195,
"cds_start": 537,
"cds_end": null,
"cds_length": 590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536623.6"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.528G>A",
"hgvs_p": "p.Glu176Glu",
"transcript": "ENST00000954756.1",
"protein_id": "ENSP00000624815.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 194,
"cds_start": 528,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954756.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.507G>A",
"hgvs_p": "p.Glu169Glu",
"transcript": "ENST00000954757.1",
"protein_id": "ENSP00000624816.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 187,
"cds_start": 507,
"cds_end": null,
"cds_length": 564,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954757.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.246G>A",
"hgvs_p": "p.Glu82Glu",
"transcript": "ENST00000570671.1",
"protein_id": "ENSP00000461121.1",
"transcript_support_level": 2,
"aa_start": 82,
"aa_end": null,
"aa_length": 100,
"cds_start": 246,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000570671.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.630G>A",
"hgvs_p": "p.Glu210Glu",
"transcript": "XM_011524839.3",
"protein_id": "XP_011523141.2",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 228,
"cds_start": 630,
"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": "XM_011524839.3"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.630G>A",
"hgvs_p": "p.Glu210Glu",
"transcript": "XM_017024683.2",
"protein_id": "XP_016880172.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 228,
"cds_start": 630,
"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": "XM_017024683.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.630G>A",
"hgvs_p": "p.Glu210Glu",
"transcript": "XM_024450766.2",
"protein_id": "XP_024306534.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 228,
"cds_start": 630,
"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": "XM_024450766.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.630G>A",
"hgvs_p": "p.Glu210Glu",
"transcript": "XM_047436131.1",
"protein_id": "XP_047292087.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 228,
"cds_start": 630,
"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": "XM_047436131.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu",
"transcript": "XM_005257391.6",
"protein_id": "XP_005257448.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 197,
"cds_start": 537,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257391.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.487+574G>A",
"hgvs_p": null,
"transcript": "ENST00000954744.1",
"protein_id": "ENSP00000624803.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954744.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.487+574G>A",
"hgvs_p": null,
"transcript": "ENST00000954749.1",
"protein_id": "ENSP00000624808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954749.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.487+574G>A",
"hgvs_p": null,
"transcript": "ENST00000954753.1",
"protein_id": "ENSP00000624812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954753.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "n.*323G>A",
"hgvs_p": null,
"transcript": "ENST00000571981.5",
"protein_id": "ENSP00000459035.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000571981.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "n.*139G>A",
"hgvs_p": null,
"transcript": "ENST00000573747.6",
"protein_id": "ENSP00000460734.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000573747.6"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "n.*323G>A",
"hgvs_p": null,
"transcript": "ENST00000571981.5",
"protein_id": "ENSP00000459035.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000571981.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "n.*139G>A",
"hgvs_p": null,
"transcript": "ENST00000573747.6",
"protein_id": "ENSP00000460734.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000573747.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"hgvs_c": "c.*20G>A",
"hgvs_p": null,
"transcript": "ENST00000576874.5",
"protein_id": "ENSP00000458907.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576874.5"
}
],
"gene_symbol": "MYL4",
"gene_hgnc_id": 7585,
"dbsnp": "rs181540609",
"frequency_reference_population": 0.000029737677,
"hom_count_reference_population": 0,
"allele_count_reference_population": 48,
"gnomad_exomes_af": 0.0000287317,
"gnomad_genomes_af": 0.0000393918,
"gnomad_exomes_ac": 42,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.47999998927116394,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.612,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002476.2",
"gene_symbol": "MYL4",
"hgnc_id": 7585,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.537G>A",
"hgvs_p": "p.Glu179Glu"
}
],
"clinvar_disease": " 18, familial,Atrial fibrillation",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Atrial fibrillation, familial, 18",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}