← 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: 3-46860703-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=46860703&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 46860703,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000258.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "NM_000258.3",
"protein_id": "NP_000249.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000292327.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000258.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000292327.6",
"protein_id": "ENSP00000292327.4",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000258.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000292327.6"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000395869.5",
"protein_id": "ENSP00000379210.1",
"transcript_support_level": 1,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395869.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.412C>A",
"hgvs_p": "p.Arg138Ser",
"transcript": "ENST00000713934.1",
"protein_id": "ENSP00000519231.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 239,
"cds_start": 412,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713934.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.412C>A",
"hgvs_p": "p.Arg138Ser",
"transcript": "ENST00000957831.1",
"protein_id": "ENSP00000627890.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 239,
"cds_start": 412,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957831.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.412C>A",
"hgvs_p": "p.Arg138Ser",
"transcript": "ENST00000957844.1",
"protein_id": "ENSP00000627903.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 239,
"cds_start": 412,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957844.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.322C>A",
"hgvs_p": "p.Arg108Ser",
"transcript": "ENST00000957846.1",
"protein_id": "ENSP00000627905.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 209,
"cds_start": 322,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957846.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877138.1",
"protein_id": "ENSP00000547197.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 205,
"cds_start": 280,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877138.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "NM_001406937.1",
"protein_id": "NP_001393866.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406937.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "NM_001406938.1",
"protein_id": "NP_001393867.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406938.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "NM_001406939.1",
"protein_id": "NP_001393868.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406939.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000431168.2",
"protein_id": "ENSP00000393455.2",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431168.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000653454.1",
"protein_id": "ENSP00000499624.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000653454.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000654597.1",
"protein_id": "ENSP00000499406.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000654597.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000662933.1",
"protein_id": "ENSP00000499577.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000662933.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000713933.1",
"protein_id": "ENSP00000519230.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713933.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877119.1",
"protein_id": "ENSP00000547178.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877119.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877120.1",
"protein_id": "ENSP00000547179.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877120.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877121.1",
"protein_id": "ENSP00000547180.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877121.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877122.1",
"protein_id": "ENSP00000547181.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877122.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877123.1",
"protein_id": "ENSP00000547182.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877123.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877124.1",
"protein_id": "ENSP00000547183.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877124.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877125.1",
"protein_id": "ENSP00000547184.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877125.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877126.1",
"protein_id": "ENSP00000547185.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877126.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877127.1",
"protein_id": "ENSP00000547186.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877127.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877128.1",
"protein_id": "ENSP00000547187.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877128.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877129.1",
"protein_id": "ENSP00000547188.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877129.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877130.1",
"protein_id": "ENSP00000547189.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877130.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877131.1",
"protein_id": "ENSP00000547190.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877131.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877132.1",
"protein_id": "ENSP00000547191.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877132.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877133.1",
"protein_id": "ENSP00000547192.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877133.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877134.1",
"protein_id": "ENSP00000547193.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877134.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957828.1",
"protein_id": "ENSP00000627887.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957828.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957829.1",
"protein_id": "ENSP00000627888.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957829.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957830.1",
"protein_id": "ENSP00000627889.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957830.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957832.1",
"protein_id": "ENSP00000627891.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957832.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957833.1",
"protein_id": "ENSP00000627892.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957833.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957834.1",
"protein_id": "ENSP00000627893.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957834.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957835.1",
"protein_id": "ENSP00000627894.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957835.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957836.1",
"protein_id": "ENSP00000627895.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957836.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957837.1",
"protein_id": "ENSP00000627896.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957837.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957838.1",
"protein_id": "ENSP00000627897.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957838.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957839.1",
"protein_id": "ENSP00000627898.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957839.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000957840.1",
"protein_id": "ENSP00000627899.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 195,
"cds_start": 280,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957840.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.268C>A",
"hgvs_p": "p.Arg90Ser",
"transcript": "ENST00000957845.1",
"protein_id": "ENSP00000627904.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 191,
"cds_start": 268,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957845.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser",
"transcript": "ENST00000877136.1",
"protein_id": "ENSP00000547195.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 190,
"cds_start": 280,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877136.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.253C>A",
"hgvs_p": "p.Arg85Ser",
"transcript": "ENST00000877137.1",
"protein_id": "ENSP00000547196.1",
"transcript_support_level": null,
"aa_start": 85,
"aa_end": null,
"aa_length": 186,
"cds_start": 253,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877137.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.250C>A",
"hgvs_p": "p.Arg84Ser",
"transcript": "ENST00000877135.1",
"protein_id": "ENSP00000547194.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 185,
"cds_start": 250,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877135.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.250C>A",
"hgvs_p": "p.Arg84Ser",
"transcript": "ENST00000877140.1",
"protein_id": "ENSP00000547199.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 185,
"cds_start": 250,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877140.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.244C>A",
"hgvs_p": "p.Arg82Ser",
"transcript": "ENST00000877139.1",
"protein_id": "ENSP00000547198.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 183,
"cds_start": 244,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000877139.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.244C>A",
"hgvs_p": "p.Arg82Ser",
"transcript": "ENST00000957847.1",
"protein_id": "ENSP00000627906.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 183,
"cds_start": 244,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957847.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.106C>A",
"hgvs_p": "p.Arg36Ser",
"transcript": "NM_001406940.1",
"protein_id": "NP_001393869.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 137,
"cds_start": 106,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406940.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.106C>A",
"hgvs_p": "p.Arg36Ser",
"transcript": "NM_001406941.1",
"protein_id": "NP_001393870.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 132,
"cds_start": 106,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406941.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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.157+257C>A",
"hgvs_p": null,
"transcript": "ENST00000957841.1",
"protein_id": "ENSP00000627900.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": null,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957841.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.130-1105C>A",
"hgvs_p": null,
"transcript": "ENST00000957842.1",
"protein_id": "ENSP00000627901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957842.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "c.130-1105C>A",
"hgvs_p": null,
"transcript": "ENST00000957843.1",
"protein_id": "ENSP00000627902.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 119,
"cds_start": null,
"cds_end": null,
"cds_length": 360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957843.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "n.502C>A",
"hgvs_p": null,
"transcript": "ENST00000655244.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000655244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "n.238C>A",
"hgvs_p": null,
"transcript": "ENST00000664891.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000664891.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"hgvs_c": "n.280C>A",
"hgvs_p": null,
"transcript": "ENST00000713932.1",
"protein_id": "ENSP00000519229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000713932.1"
}
],
"gene_symbol": "MYL3",
"gene_hgnc_id": 7584,
"dbsnp": "rs730880961",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5707648396492004,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "CardioboostCm",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.411,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7304,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.239,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,BP4",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 1,
"pathogenic_score": 7,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"BP4"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000258.3",
"gene_symbol": "MYL3",
"hgnc_id": 7584,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,SD",
"hgvs_c": "c.280C>A",
"hgvs_p": "p.Arg94Ser"
}
],
"clinvar_disease": "Hypertrophic cardiomyopathy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Hypertrophic cardiomyopathy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}