← 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: 6-143753895-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=143753895&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "PHACTR2",
"hgnc_id": 20956,
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001100164.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 9,
"alphamissense_prediction": null,
"alphamissense_score": 0.0647,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.64,
"chr": "6",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.08807241916656494,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 645,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9633,
"cdna_start": 636,
"cds_end": null,
"cds_length": 1938,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001100164.2",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000440869.7",
"protein_coding": true,
"protein_id": "NP_001093634.1",
"strand": true,
"transcript": "NM_001100164.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 645,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 9633,
"cdna_start": 636,
"cds_end": null,
"cds_length": 1938,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000440869.7",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001100164.2",
"protein_coding": true,
"protein_id": "ENSP00000417038.2",
"strand": true,
"transcript": "ENST00000440869.7",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 634,
"aa_ref": "Q",
"aa_start": 135,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9531,
"cdna_start": 534,
"cds_end": null,
"cds_length": 1905,
"cds_start": 404,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000427704.6",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.404A>G",
"hgvs_p": "p.Gln135Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000391763.2",
"strand": true,
"transcript": "ENST00000427704.6",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 565,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4367,
"cdna_start": 618,
"cds_end": null,
"cds_length": 1698,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000367582.7",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000356554.3",
"strand": true,
"transcript": "ENST00000367582.7",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 650,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4501,
"cdna_start": 625,
"cds_end": null,
"cds_length": 1953,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000960137.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630196.1",
"strand": true,
"transcript": "ENST00000960137.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 643,
"aa_ref": "Q",
"aa_start": 144,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2502,
"cdna_start": 658,
"cds_end": null,
"cds_length": 1932,
"cds_start": 431,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000960142.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.431A>G",
"hgvs_p": "p.Gln144Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630201.1",
"strand": true,
"transcript": "ENST00000960142.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 634,
"aa_ref": "Q",
"aa_start": 135,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9531,
"cdna_start": 534,
"cds_end": null,
"cds_length": 1905,
"cds_start": 404,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_014721.3",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.404A>G",
"hgvs_p": "p.Gln135Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_055536.2",
"strand": true,
"transcript": "NM_014721.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 622,
"aa_ref": "Q",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9478,
"cdna_start": 721,
"cds_end": null,
"cds_length": 1869,
"cds_start": 608,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001394736.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.608A>G",
"hgvs_p": "p.Gln203Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001381665.1",
"strand": true,
"transcript": "NM_001394736.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 622,
"aa_ref": "Q",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2490,
"cdna_start": 754,
"cds_end": null,
"cds_length": 1869,
"cds_start": 608,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000367584.8",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.608A>G",
"hgvs_p": "p.Gln203Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000356556.4",
"strand": true,
"transcript": "ENST00000367584.8",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 618,
"aa_ref": "Q",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4411,
"cdna_start": 544,
"cds_end": null,
"cds_length": 1857,
"cds_start": 356,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000960136.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.356A>G",
"hgvs_p": "p.Gln119Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630195.1",
"strand": true,
"transcript": "ENST00000960136.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 589,
"aa_ref": "Q",
"aa_start": 90,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3884,
"cdna_start": 437,
"cds_end": null,
"cds_length": 1770,
"cds_start": 269,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000940786.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.269A>G",
"hgvs_p": "p.Gln90Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610845.1",
"strand": true,
"transcript": "ENST00000940786.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 570,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2321,
"cdna_start": 636,
"cds_end": null,
"cds_length": 1713,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000888549.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558608.1",
"strand": true,
"transcript": "ENST00000888549.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 565,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9393,
"cdna_start": 636,
"cds_end": null,
"cds_length": 1698,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001100165.2",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001093635.1",
"strand": true,
"transcript": "NM_001100165.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 564,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2975,
"cdna_start": 615,
"cds_end": null,
"cds_length": 1695,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000888547.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558606.1",
"strand": true,
"transcript": "ENST00000888547.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 563,
"aa_ref": "Q",
"aa_start": 144,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3347,
"cdna_start": 617,
"cds_end": null,
"cds_length": 1692,
"cds_start": 431,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000960139.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.431A>G",
"hgvs_p": "p.Gln144Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630198.1",
"strand": true,
"transcript": "ENST00000960139.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 562,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2971,
"cdna_start": 630,
"cds_end": null,
"cds_length": 1689,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000888546.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558605.1",
"strand": true,
"transcript": "ENST00000888546.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 554,
"aa_ref": "Q",
"aa_start": 135,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9291,
"cdna_start": 534,
"cds_end": null,
"cds_length": 1665,
"cds_start": 404,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001100166.2",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.404A>G",
"hgvs_p": "p.Gln135Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001093636.1",
"strand": true,
"transcript": "NM_001100166.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 554,
"aa_ref": "Q",
"aa_start": 135,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1851,
"cdna_start": 529,
"cds_end": null,
"cds_length": 1665,
"cds_start": 404,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000305766.10",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.404A>G",
"hgvs_p": "p.Gln135Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000305530.6",
"strand": true,
"transcript": "ENST00000305766.10",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 538,
"aa_ref": "Q",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4197,
"cdna_start": 555,
"cds_end": null,
"cds_length": 1617,
"cds_start": 356,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000888543.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.356A>G",
"hgvs_p": "p.Gln119Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558602.1",
"strand": true,
"transcript": "ENST00000888543.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 519,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2829,
"cdna_start": 604,
"cds_end": null,
"cds_length": 1560,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000960141.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630200.1",
"strand": true,
"transcript": "ENST00000960141.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 504,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2820,
"cdna_start": 640,
"cds_end": null,
"cds_length": 1515,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000888544.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558603.1",
"strand": true,
"transcript": "ENST00000888544.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 165,
"aa_ref": "Q",
"aa_start": 90,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 616,
"cdna_start": 385,
"cds_end": null,
"cds_length": 500,
"cds_start": 269,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000542769.5",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.269A>G",
"hgvs_p": "p.Gln90Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442153.1",
"strand": true,
"transcript": "ENST00000542769.5",
"transcript_support_level": 3
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 153,
"aa_ref": "Q",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 745,
"cdna_start": 533,
"cds_end": null,
"cds_length": 462,
"cds_start": 437,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000397980.3",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.437A>G",
"hgvs_p": "p.Gln146Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000381067.3",
"strand": true,
"transcript": "ENST00000397980.3",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 545,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2258,
"cdna_start": null,
"cds_end": null,
"cds_length": 1638,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888548.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.394+43A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558607.1",
"strand": true,
"transcript": "ENST00000888548.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 517,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4059,
"cdna_start": null,
"cds_end": null,
"cds_length": 1554,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000960138.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.295+4830A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630197.1",
"strand": true,
"transcript": "ENST00000960138.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 501,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9132,
"cdna_start": null,
"cds_end": null,
"cds_length": 1506,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001394738.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.262+4830A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001381667.1",
"strand": true,
"transcript": "NM_001394738.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 485,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2759,
"cdna_start": null,
"cds_end": null,
"cds_length": 1458,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888545.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.215-11366A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558604.1",
"strand": true,
"transcript": "ENST00000888545.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 456,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3025,
"cdna_start": null,
"cds_end": null,
"cds_length": 1371,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000940787.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.127+4830A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000610846.1",
"strand": true,
"transcript": "ENST00000940787.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 429,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2574,
"cdna_start": null,
"cds_end": null,
"cds_length": 1290,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000960140.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.47-11366A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000630199.1",
"strand": true,
"transcript": "ENST00000960140.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 428,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3879,
"cdna_start": null,
"cds_end": null,
"cds_length": 1287,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888542.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.226+43A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558601.1",
"strand": true,
"transcript": "ENST00000888542.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 177,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 675,
"cdna_start": null,
"cds_end": null,
"cds_length": 535,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000451827.6",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "c.295+4830A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000402449.2",
"strand": true,
"transcript": "ENST00000451827.6",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 825,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000402863.3",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "n.582A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000402863.3",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 702,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000420771.2",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "n.280A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000420771.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 9747,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NR_172204.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "n.534A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_172204.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 10089,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NR_172205.1",
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"hgvs_c": "n.636A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_172205.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs774414853",
"effect": "missense_variant",
"frequency_reference_population": 0.000006206032,
"gene_hgnc_id": 20956,
"gene_symbol": "PHACTR2",
"gnomad_exomes_ac": 9,
"gnomad_exomes_af": 0.00000620603,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.444,
"pos": 143753895,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.059,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_001100164.2"
}
]
}