← 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: 18-3253252-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=3253252&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 3253252,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001303049.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "NM_006471.4",
"protein_id": "NP_006462.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000217652.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006471.4"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000217652.8",
"protein_id": "ENSP00000217652.3",
"transcript_support_level": 1,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006471.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000217652.8"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.23C>A",
"hgvs_p": "p.Ser8*",
"transcript": "ENST00000580887.5",
"protein_id": "ENSP00000464359.1",
"transcript_support_level": 1,
"aa_start": 8,
"aa_end": null,
"aa_length": 177,
"cds_start": 23,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580887.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000536605.1",
"protein_id": "ENSP00000441231.1",
"transcript_support_level": 1,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000536605.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.23C>A",
"hgvs_p": "p.Ser8*",
"transcript": "NM_001303049.2",
"protein_id": "NP_001289978.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 177,
"cds_start": 23,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303049.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "NM_001303047.2",
"protein_id": "NP_001289976.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "NM_001303047.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "NM_001303048.1",
"protein_id": "NP_001289977.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "NM_001303048.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000578611.5",
"protein_id": "ENSP00000463614.1",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000578611.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000579226.5",
"protein_id": "ENSP00000462171.1",
"transcript_support_level": 2,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000579226.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855660.1",
"protein_id": "ENSP00000525719.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855660.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855661.1",
"protein_id": "ENSP00000525720.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855661.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855662.1",
"protein_id": "ENSP00000525721.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855662.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855663.1",
"protein_id": "ENSP00000525722.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855663.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855664.1",
"protein_id": "ENSP00000525723.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855664.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855665.1",
"protein_id": "ENSP00000525724.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855665.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855666.1",
"protein_id": "ENSP00000525725.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855666.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855667.1",
"protein_id": "ENSP00000525726.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855667.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855668.1",
"protein_id": "ENSP00000525727.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855668.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855669.1",
"protein_id": "ENSP00000525728.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855669.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000855670.1",
"protein_id": "ENSP00000525729.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000855670.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922826.1",
"protein_id": "ENSP00000592885.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000922826.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922827.1",
"protein_id": "ENSP00000592886.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000922827.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922828.1",
"protein_id": "ENSP00000592887.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000922828.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922830.1",
"protein_id": "ENSP00000592889.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000922830.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922831.1",
"protein_id": "ENSP00000592890.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000922831.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922832.1",
"protein_id": "ENSP00000592891.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000922832.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922833.1",
"protein_id": "ENSP00000592892.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000922833.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964506.1",
"protein_id": "ENSP00000634565.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964506.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964507.1",
"protein_id": "ENSP00000634566.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964507.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964508.1",
"protein_id": "ENSP00000634567.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964508.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964509.1",
"protein_id": "ENSP00000634568.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964509.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964510.1",
"protein_id": "ENSP00000634569.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964510.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964511.1",
"protein_id": "ENSP00000634570.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964511.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964512.1",
"protein_id": "ENSP00000634571.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964512.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964513.1",
"protein_id": "ENSP00000634572.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964513.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000964514.1",
"protein_id": "ENSP00000634573.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 171,
"cds_start": 5,
"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": "ENST00000964514.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000922829.1",
"protein_id": "ENSP00000592888.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 117,
"cds_start": 5,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922829.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000578562.6",
"protein_id": "ENSP00000463009.1",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 113,
"cds_start": 5,
"cds_end": null,
"cds_length": 343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000578562.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.5C>A",
"hgvs_p": "p.Ser2*",
"transcript": "ENST00000583449.1",
"protein_id": "ENSP00000462865.1",
"transcript_support_level": 2,
"aa_start": 2,
"aa_end": null,
"aa_length": 11,
"cds_start": 5,
"cds_end": null,
"cds_length": 37,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583449.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "c.23C>A",
"hgvs_p": "p.Ser8*",
"transcript": "XM_047437270.1",
"protein_id": "XP_047293226.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 177,
"cds_start": 23,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437270.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "n.71C>A",
"hgvs_p": null,
"transcript": "ENST00000577510.5",
"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": "ENST00000577510.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"hgvs_c": "n.129C>A",
"hgvs_p": null,
"transcript": "ENST00000580353.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": "ENST00000580353.1"
}
],
"gene_symbol": "MYL12A",
"gene_hgnc_id": 16701,
"dbsnp": "rs761526512",
"frequency_reference_population": 6.8475515e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84755e-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.5899999737739563,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.04,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001303049.2",
"gene_symbol": "MYL12A",
"hgnc_id": 16701,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.23C>A",
"hgvs_p": "p.Ser8*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}