← 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: 9-110941705-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=110941705&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 110941705,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000683809.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351411.2",
"protein_id": "NP_001338340.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1074,
"cdna_end": null,
"cdna_length": 3818,
"mane_select": "ENST00000683809.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "ENST00000683809.1",
"protein_id": "ENSP00000506912.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1074,
"cdna_end": null,
"cdna_length": 3818,
"mane_select": "NM_001351411.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "ENST00000374430.6",
"protein_id": "ENSP00000363552.1",
"transcript_support_level": 1,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 764,
"cdna_end": null,
"cdna_length": 2993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "ENST00000374431.7",
"protein_id": "ENSP00000363553.3",
"transcript_support_level": 1,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 893,
"cdna_end": null,
"cdna_length": 3637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351397.2",
"protein_id": "NP_001338326.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 819,
"cdna_end": null,
"cdna_length": 3563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351398.2",
"protein_id": "NP_001338327.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1016,
"cdna_end": null,
"cdna_length": 3760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351399.2",
"protein_id": "NP_001338328.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 3706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351400.2",
"protein_id": "NP_001338329.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 3720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351401.2",
"protein_id": "NP_001338330.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1002,
"cdna_end": null,
"cdna_length": 3746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351402.2",
"protein_id": "NP_001338331.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 922,
"cdna_end": null,
"cdna_length": 3666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351403.2",
"protein_id": "NP_001338332.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 779,
"cdna_end": null,
"cdna_length": 3523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351404.2",
"protein_id": "NP_001338333.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 3603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351405.2",
"protein_id": "NP_001338334.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 867,
"cdna_end": null,
"cdna_length": 3611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351406.2",
"protein_id": "NP_001338335.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 994,
"cdna_end": null,
"cdna_length": 3738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351407.2",
"protein_id": "NP_001338336.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1191,
"cdna_end": null,
"cdna_length": 3935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351408.2",
"protein_id": "NP_001338337.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1137,
"cdna_end": null,
"cdna_length": 3881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351409.2",
"protein_id": "NP_001338338.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1217,
"cdna_end": null,
"cdna_length": 3961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351410.2",
"protein_id": "NP_001338339.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1225,
"cdna_end": null,
"cdna_length": 3969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351412.2",
"protein_id": "NP_001338341.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1182,
"cdna_end": null,
"cdna_length": 3926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351413.2",
"protein_id": "NP_001338342.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 3934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351414.2",
"protein_id": "NP_001338343.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1082,
"cdna_end": null,
"cdna_length": 3826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351415.2",
"protein_id": "NP_001338344.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 3878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351416.2",
"protein_id": "NP_001338345.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1080,
"cdna_end": null,
"cdna_length": 3824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351417.2",
"protein_id": "NP_001338346.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1017,
"cdna_end": null,
"cdna_length": 3761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351418.2",
"protein_id": "NP_001338347.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 3869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351419.2",
"protein_id": "NP_001338348.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 918,
"cdna_end": null,
"cdna_length": 3662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001351420.2",
"protein_id": "NP_001338349.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 963,
"cdna_end": null,
"cdna_length": 3707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387470.1",
"protein_id": "NP_001374399.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 3651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387471.1",
"protein_id": "NP_001374400.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 3485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387472.1",
"protein_id": "NP_001374401.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 3643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387473.1",
"protein_id": "NP_001374402.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1091,
"cdna_end": null,
"cdna_length": 3835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387474.1",
"protein_id": "NP_001374403.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1037,
"cdna_end": null,
"cdna_length": 3781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387475.1",
"protein_id": "NP_001374404.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 894,
"cdna_end": null,
"cdna_length": 3638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387476.1",
"protein_id": "NP_001374405.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 982,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387477.1",
"protein_id": "NP_001374406.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 3711,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387478.1",
"protein_id": "NP_001374407.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 997,
"cdna_end": null,
"cdna_length": 3741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387479.1",
"protein_id": "NP_001374408.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1056,
"cdna_end": null,
"cdna_length": 3800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387480.1",
"protein_id": "NP_001374409.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 3652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387481.1",
"protein_id": "NP_001374410.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 776,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387482.1",
"protein_id": "NP_001374411.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 3525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387483.1",
"protein_id": "NP_001374412.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 3795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387484.1",
"protein_id": "NP_001374413.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 3875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387485.1",
"protein_id": "NP_001374414.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 3445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387486.1",
"protein_id": "NP_001374415.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 3598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387487.1",
"protein_id": "NP_001374416.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1069,
"cdna_end": null,
"cdna_length": 3813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387488.1",
"protein_id": "NP_001374417.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 996,
"cdna_end": null,
"cdna_length": 3740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387489.1",
"protein_id": "NP_001374418.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1157,
"cdna_end": null,
"cdna_length": 3901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387490.1",
"protein_id": "NP_001374419.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1271,
"cdna_end": null,
"cdna_length": 4015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387491.1",
"protein_id": "NP_001374420.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1128,
"cdna_end": null,
"cdna_length": 3872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387492.1",
"protein_id": "NP_001374421.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1266,
"cdna_end": null,
"cdna_length": 4010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387493.1",
"protein_id": "NP_001374422.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 3735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387494.1",
"protein_id": "NP_001374423.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1346,
"cdna_end": null,
"cdna_length": 4090,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387495.1",
"protein_id": "NP_001374424.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1149,
"cdna_end": null,
"cdna_length": 3893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387496.1",
"protein_id": "NP_001374425.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1136,
"cdna_end": null,
"cdna_length": 3880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387497.1",
"protein_id": "NP_001374426.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 916,
"cdna_end": null,
"cdna_length": 3660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387498.1",
"protein_id": "NP_001374427.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1212,
"cdna_end": null,
"cdna_length": 3956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387501.1",
"protein_id": "NP_001374430.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1214,
"cdna_end": null,
"cdna_length": 3958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387502.1",
"protein_id": "NP_001374431.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1025,
"cdna_end": null,
"cdna_length": 3769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387503.1",
"protein_id": "NP_001374432.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 934,
"cdna_end": null,
"cdna_length": 3678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387504.1",
"protein_id": "NP_001374433.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1002,
"cdna_end": null,
"cdna_length": 3746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387505.1",
"protein_id": "NP_001374434.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387506.1",
"protein_id": "NP_001374435.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1092,
"cdna_end": null,
"cdna_length": 3836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387507.1",
"protein_id": "NP_001374436.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1100,
"cdna_end": null,
"cdna_length": 3844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387508.1",
"protein_id": "NP_001374437.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1155,
"cdna_end": null,
"cdna_length": 3899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387509.1",
"protein_id": "NP_001374438.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 3890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387510.1",
"protein_id": "NP_001374439.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1012,
"cdna_end": null,
"cdna_length": 3756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387511.1",
"protein_id": "NP_001374440.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1071,
"cdna_end": null,
"cdna_length": 3815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387512.1",
"protein_id": "NP_001374441.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1189,
"cdna_end": null,
"cdna_length": 3933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387513.1",
"protein_id": "NP_001374442.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387514.1",
"protein_id": "NP_001374443.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 3435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387515.1",
"protein_id": "NP_001374444.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 3513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001401.5",
"protein_id": "NP_001392.2",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 859,
"cdna_end": null,
"cdna_length": 3603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_057159.4",
"protein_id": "NP_476500.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "ENST00000358883.8",
"protein_id": "ENSP00000351755.4",
"transcript_support_level": 2,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 857,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.455T>C",
"hgvs_p": "p.Val152Ala",
"transcript": "NM_001387516.1",
"protein_id": "NP_001374445.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 346,
"cds_start": 455,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 3653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.455T>C",
"hgvs_p": "p.Val152Ala",
"transcript": "NM_001387517.1",
"protein_id": "NP_001374446.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 346,
"cds_start": 455,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 1139,
"cdna_end": null,
"cdna_length": 3883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.455T>C",
"hgvs_p": "p.Val152Ala",
"transcript": "NM_001387518.1",
"protein_id": "NP_001374447.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 346,
"cds_start": 455,
"cds_end": null,
"cds_length": 1041,
"cdna_start": 762,
"cdna_end": null,
"cdna_length": 3506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387519.1",
"protein_id": "NP_001374448.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 290,
"cds_start": 509,
"cds_end": null,
"cds_length": 873,
"cdna_start": 819,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387520.1",
"protein_id": "NP_001374449.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 290,
"cds_start": 509,
"cds_end": null,
"cds_length": 873,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 2835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "NM_001387521.1",
"protein_id": "NP_001374450.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 290,
"cds_start": 509,
"cds_end": null,
"cds_length": 873,
"cdna_start": 1080,
"cdna_end": null,
"cdna_length": 2873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "ENST00000441240.1",
"protein_id": "ENSP00000401810.1",
"transcript_support_level": 2,
"aa_start": 170,
"aa_end": null,
"aa_length": 181,
"cds_start": 509,
"cds_end": null,
"cds_length": 546,
"cdna_start": 982,
"cdna_end": null,
"cdna_length": 1019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala",
"transcript": "XM_047422903.1",
"protein_id": "XP_047278859.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 364,
"cds_start": 509,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1075,
"cdna_end": null,
"cdna_length": 3819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LPAR1",
"gene_hgnc_id": 3166,
"dbsnp": null,
"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.2397247850894928,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.223,
"revel_prediction": "Benign",
"alphamissense_score": 0.1459,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.325,
"phylop100way_prediction": "Pathogenic",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000683809.1",
"gene_symbol": "LPAR1",
"hgnc_id": 3166,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.509T>C",
"hgvs_p": "p.Val170Ala"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}