← 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: 22-42876199-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=42876199&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 42876199,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001349969.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "NM_001184970.3",
"protein_id": "NP_001171899.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 3251,
"mane_select": "ENST00000263246.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184970.3"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000263246.8",
"protein_id": "ENSP00000263246.3",
"transcript_support_level": 1,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 3251,
"mane_select": "NM_001184970.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263246.8"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000403744.7",
"protein_id": "ENSP00000385372.3",
"transcript_support_level": 1,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1508,
"cdna_end": null,
"cdna_length": 2110,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403744.7"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000407585.5",
"protein_id": "ENSP00000385952.1",
"transcript_support_level": 1,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 3080,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407585.5"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1427T>G",
"hgvs_p": "p.Val476Gly",
"transcript": "ENST00000859857.1",
"protein_id": "ENSP00000529916.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 533,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1603,
"cdna_end": null,
"cdna_length": 3362,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859857.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1304T>G",
"hgvs_p": "p.Val435Gly",
"transcript": "ENST00000971203.1",
"protein_id": "ENSP00000641262.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 492,
"cds_start": 1304,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 1471,
"cdna_end": null,
"cdna_length": 3228,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971203.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1292T>G",
"hgvs_p": "p.Val431Gly",
"transcript": "NM_001349969.2",
"protein_id": "NP_001336898.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 488,
"cds_start": 1292,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 1498,
"cdna_end": null,
"cdna_length": 3257,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349969.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1292T>G",
"hgvs_p": "p.Val431Gly",
"transcript": "NM_001349970.2",
"protein_id": "NP_001336899.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 488,
"cds_start": 1292,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 1477,
"cdna_end": null,
"cdna_length": 3236,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349970.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "NM_007229.3",
"protein_id": "NP_009160.2",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1508,
"cdna_end": null,
"cdna_length": 3274,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007229.3"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000402229.5",
"protein_id": "ENSP00000385040.1",
"transcript_support_level": 5,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1479,
"cdna_end": null,
"cdna_length": 1883,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402229.5"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859849.1",
"protein_id": "ENSP00000529908.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1644,
"cdna_end": null,
"cdna_length": 3407,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859849.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859852.1",
"protein_id": "ENSP00000529911.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1560,
"cdna_end": null,
"cdna_length": 3319,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859852.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859853.1",
"protein_id": "ENSP00000529912.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1653,
"cdna_end": null,
"cdna_length": 3412,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859853.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859854.1",
"protein_id": "ENSP00000529913.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 3304,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859854.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859856.1",
"protein_id": "ENSP00000529915.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1564,
"cdna_end": null,
"cdna_length": 3323,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859856.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859858.1",
"protein_id": "ENSP00000529917.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1639,
"cdna_end": null,
"cdna_length": 2637,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859858.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859859.1",
"protein_id": "ENSP00000529918.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1496,
"cdna_end": null,
"cdna_length": 3259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859859.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859860.1",
"protein_id": "ENSP00000529919.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1611,
"cdna_end": null,
"cdna_length": 3385,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859860.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859863.1",
"protein_id": "ENSP00000529922.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1570,
"cdna_end": null,
"cdna_length": 3329,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859863.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859864.1",
"protein_id": "ENSP00000529923.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1895,
"cdna_end": null,
"cdna_length": 3653,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859864.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859866.1",
"protein_id": "ENSP00000529925.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1680,
"cdna_end": null,
"cdna_length": 3446,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859866.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859867.1",
"protein_id": "ENSP00000529926.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1466,
"cdna_end": null,
"cdna_length": 3225,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859867.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859868.1",
"protein_id": "ENSP00000529927.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 3366,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859868.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859869.1",
"protein_id": "ENSP00000529928.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1456,
"cdna_end": null,
"cdna_length": 3220,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859869.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859871.1",
"protein_id": "ENSP00000529930.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1387,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859871.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859872.1",
"protein_id": "ENSP00000529931.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 2258,
"cdna_end": null,
"cdna_length": 4017,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859872.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859874.1",
"protein_id": "ENSP00000529933.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1640,
"cdna_end": null,
"cdna_length": 3399,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859874.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859875.1",
"protein_id": "ENSP00000529934.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1648,
"cdna_end": null,
"cdna_length": 3411,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859875.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000859876.1",
"protein_id": "ENSP00000529935.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1582,
"cdna_end": null,
"cdna_length": 3341,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859876.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000940162.1",
"protein_id": "ENSP00000610221.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1570,
"cdna_end": null,
"cdna_length": 3326,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940162.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971201.1",
"protein_id": "ENSP00000641260.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1583,
"cdna_end": null,
"cdna_length": 3340,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971201.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971202.1",
"protein_id": "ENSP00000641261.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1556,
"cdna_end": null,
"cdna_length": 3309,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971202.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971204.1",
"protein_id": "ENSP00000641263.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1705,
"cdna_end": null,
"cdna_length": 3463,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971204.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971205.1",
"protein_id": "ENSP00000641264.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1461,
"cdna_end": null,
"cdna_length": 3218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971205.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971206.1",
"protein_id": "ENSP00000641265.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1519,
"cdna_end": null,
"cdna_length": 3280,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971206.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971208.1",
"protein_id": "ENSP00000641267.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1985,
"cdna_end": null,
"cdna_length": 3743,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971208.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971209.1",
"protein_id": "ENSP00000641268.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971209.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971210.1",
"protein_id": "ENSP00000641269.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1961,
"cdna_end": null,
"cdna_length": 3717,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971210.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971211.1",
"protein_id": "ENSP00000641270.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1506,
"cdna_end": null,
"cdna_length": 3263,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971211.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971212.1",
"protein_id": "ENSP00000641271.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1391,
"cdna_end": null,
"cdna_length": 1960,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971212.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1286T>G",
"hgvs_p": "p.Val429Gly",
"transcript": "ENST00000971213.1",
"protein_id": "ENSP00000641272.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 486,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1472,
"cdna_end": null,
"cdna_length": 3230,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971213.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1283T>G",
"hgvs_p": "p.Val428Gly",
"transcript": "ENST00000859862.1",
"protein_id": "ENSP00000529921.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 485,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1425,
"cdna_end": null,
"cdna_length": 3186,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859862.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1283T>G",
"hgvs_p": "p.Val428Gly",
"transcript": "ENST00000940159.1",
"protein_id": "ENSP00000610218.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 485,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1489,
"cdna_end": null,
"cdna_length": 3260,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940159.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1283T>G",
"hgvs_p": "p.Val428Gly",
"transcript": "ENST00000940160.1",
"protein_id": "ENSP00000610219.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 485,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1649,
"cdna_end": null,
"cdna_length": 2539,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940160.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1283T>G",
"hgvs_p": "p.Val428Gly",
"transcript": "ENST00000940161.1",
"protein_id": "ENSP00000610220.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 485,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1474,
"cdna_end": null,
"cdna_length": 2364,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940161.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1292T>G",
"hgvs_p": "p.Val431Gly",
"transcript": "ENST00000634914.1",
"protein_id": "ENSP00000489297.1",
"transcript_support_level": 5,
"aa_start": 431,
"aa_end": null,
"aa_length": 450,
"cds_start": 1292,
"cds_end": null,
"cds_length": 1354,
"cdna_start": 1369,
"cdna_end": null,
"cdna_length": 1431,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634914.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1169T>G",
"hgvs_p": "p.Val390Gly",
"transcript": "NM_001349968.1",
"protein_id": "NP_001336897.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 447,
"cds_start": 1169,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1574,
"cdna_end": null,
"cdna_length": 3340,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349968.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1169T>G",
"hgvs_p": "p.Val390Gly",
"transcript": "NM_001349971.2",
"protein_id": "NP_001336900.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 447,
"cds_start": 1169,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1375,
"cdna_end": null,
"cdna_length": 3134,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349971.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1169T>G",
"hgvs_p": "p.Val390Gly",
"transcript": "NM_001349972.1",
"protein_id": "NP_001336901.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 447,
"cds_start": 1169,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1329,
"cdna_end": null,
"cdna_length": 3095,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349972.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1169T>G",
"hgvs_p": "p.Val390Gly",
"transcript": "NM_001349973.1",
"protein_id": "NP_001336902.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 447,
"cds_start": 1169,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 1340,
"cdna_end": null,
"cdna_length": 3106,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349973.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "NM_001184971.1",
"protein_id": "NP_001171900.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 3089,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184971.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000337959.8",
"protein_id": "ENSP00000338379.4",
"transcript_support_level": 5,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1385,
"cdna_end": null,
"cdna_length": 3149,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000337959.8"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000859848.1",
"protein_id": "ENSP00000529907.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1405,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859848.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000859851.1",
"protein_id": "ENSP00000529910.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1447,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859851.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000859861.1",
"protein_id": "ENSP00000529920.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1347,
"cdna_end": null,
"cdna_length": 3108,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859861.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000859865.1",
"protein_id": "ENSP00000529924.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1803,
"cdna_end": null,
"cdna_length": 2402,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859865.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000859870.1",
"protein_id": "ENSP00000529929.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1308,
"cdna_end": null,
"cdna_length": 3067,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859870.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1163T>G",
"hgvs_p": "p.Val388Gly",
"transcript": "ENST00000859873.1",
"protein_id": "ENSP00000529932.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 445,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1342,
"cdna_end": null,
"cdna_length": 3106,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859873.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1046T>G",
"hgvs_p": "p.Val349Gly",
"transcript": "NM_001349974.2",
"protein_id": "NP_001336903.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 406,
"cds_start": 1046,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 2997,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349974.2"
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.1046T>G",
"hgvs_p": "p.Val349Gly",
"transcript": "ENST00000859855.1",
"protein_id": "ENSP00000529914.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 406,
"cds_start": 1046,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 1230,
"cdna_end": null,
"cdna_length": 2996,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859855.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"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": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.893T>G",
"hgvs_p": "p.Val298Gly",
"transcript": "ENST00000859850.1",
"protein_id": "ENSP00000529909.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 355,
"cds_start": 893,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1129,
"cdna_end": null,
"cdna_length": 2888,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859850.1"
},
{
"aa_ref": "V",
"aa_alt": "G",
"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": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "c.893T>G",
"hgvs_p": "p.Val298Gly",
"transcript": "ENST00000971207.1",
"protein_id": "ENSP00000641266.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 355,
"cds_start": 893,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 1057,
"cdna_end": null,
"cdna_length": 2814,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971207.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"hgvs_c": "n.8T>G",
"hgvs_p": null,
"transcript": "ENST00000507586.1",
"protein_id": "ENSP00000422788.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 362,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000507586.1"
}
],
"gene_symbol": "PACSIN2",
"gene_hgnc_id": 8571,
"dbsnp": "rs768766374",
"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.5630449652671814,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.264,
"revel_prediction": "Benign",
"alphamissense_score": 0.3258,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 8.87,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001349969.2",
"gene_symbol": "PACSIN2",
"hgnc_id": 8571,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1292T>G",
"hgvs_p": "p.Val431Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}