← 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: 12-110913123-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=110913123&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 110913123,
"ref": "C",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_000432.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "NM_000432.4",
"protein_id": "NP_000423.2",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000228841.15",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000432.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000228841.15",
"protein_id": "ENSP00000228841.8",
"transcript_support_level": 1,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000432.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000228841.15"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713800.1",
"protein_id": "ENSP00000519106.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713800.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713803.1",
"protein_id": "ENSP00000519109.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713803.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713804.1",
"protein_id": "ENSP00000519110.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713804.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713805.1",
"protein_id": "ENSP00000519111.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713805.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713806.1",
"protein_id": "ENSP00000519112.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713806.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713826.1",
"protein_id": "ENSP00000519130.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713826.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713828.1",
"protein_id": "ENSP00000519132.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713828.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713829.1",
"protein_id": "ENSP00000519133.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713829.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713830.1",
"protein_id": "ENSP00000519134.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713830.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000713831.1",
"protein_id": "ENSP00000519135.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 166,
"cds_start": 375,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713831.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.372G>C",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000966752.1",
"protein_id": "ENSP00000636811.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 165,
"cds_start": 372,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966752.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.369G>C",
"hgvs_p": "p.Thr123Thr",
"transcript": "ENST00000966753.1",
"protein_id": "ENSP00000636812.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 164,
"cds_start": 369,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966753.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000880460.1",
"protein_id": "ENSP00000550519.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 163,
"cds_start": 375,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880460.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.354G>C",
"hgvs_p": "p.Thr118Thr",
"transcript": "ENST00000880461.1",
"protein_id": "ENSP00000550520.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 159,
"cds_start": 354,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880461.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.351G>C",
"hgvs_p": "p.Thr117Thr",
"transcript": "ENST00000966754.1",
"protein_id": "ENSP00000636813.1",
"transcript_support_level": null,
"aa_start": 117,
"aa_end": null,
"aa_length": 158,
"cds_start": 351,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966754.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.333G>C",
"hgvs_p": "p.Thr111Thr",
"transcript": "NM_001406745.1",
"protein_id": "NP_001393674.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 152,
"cds_start": 333,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406745.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.333G>C",
"hgvs_p": "p.Thr111Thr",
"transcript": "ENST00000548438.1",
"protein_id": "ENSP00000447154.1",
"transcript_support_level": 3,
"aa_start": 111,
"aa_end": null,
"aa_length": 152,
"cds_start": 333,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548438.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.318G>C",
"hgvs_p": "p.Thr106Thr",
"transcript": "NM_001406916.1",
"protein_id": "NP_001393845.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 147,
"cds_start": 318,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406916.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.318G>C",
"hgvs_p": "p.Thr106Thr",
"transcript": "ENST00000663220.1",
"protein_id": "ENSP00000499568.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 147,
"cds_start": 318,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000663220.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr",
"transcript": "ENST00000880458.1",
"protein_id": "ENSP00000550517.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 147,
"cds_start": 375,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880458.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.270G>C",
"hgvs_p": "p.Thr90Thr",
"transcript": "ENST00000713801.1",
"protein_id": "ENSP00000519107.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 131,
"cds_start": 270,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713801.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.270G>C",
"hgvs_p": "p.Thr90Thr",
"transcript": "ENST00000713827.1",
"protein_id": "ENSP00000519131.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 131,
"cds_start": 270,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713827.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.270G>C",
"hgvs_p": "p.Thr90Thr",
"transcript": "ENST00000880462.1",
"protein_id": "ENSP00000550521.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 131,
"cds_start": 270,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880462.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.94-1948G>C",
"hgvs_p": null,
"transcript": "ENST00000880459.1",
"protein_id": "ENSP00000550518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": null,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880459.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "c.4-1948G>C",
"hgvs_p": null,
"transcript": "ENST00000966755.1",
"protein_id": "ENSP00000636814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 33,
"cds_start": null,
"cds_end": null,
"cds_length": 102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966755.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"hgvs_c": "n.*10G>C",
"hgvs_p": null,
"transcript": "ENST00000549029.1",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000549029.1"
}
],
"gene_symbol": "MYL2",
"gene_hgnc_id": 7583,
"dbsnp": "rs190020833",
"frequency_reference_population": 6.8404506e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84045e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.699999988079071,
"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.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -6.525,
"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": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_000432.4",
"gene_symbol": "MYL2",
"hgnc_id": 7583,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.375G>C",
"hgvs_p": "p.Thr125Thr"
}
],
"clinvar_disease": "Cardiovascular phenotype,Hypertrophic cardiomyopathy 10",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Hypertrophic cardiomyopathy 10|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}