← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 3-71198369-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=71198369&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 71198369,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000647725.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001349338.3",
"protein_id": "NP_001336267.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 7177,
"mane_select": "ENST00000649528.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000649528.3",
"protein_id": "ENSP00000497369.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 7177,
"mane_select": "NM_001349338.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000318789.11",
"protein_id": "ENSP00000318902.5",
"transcript_support_level": 1,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 7103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285708",
"gene_hgnc_id": null,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000647725.1",
"protein_id": "ENSP00000497585.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 986,
"cdna_end": null,
"cdna_length": 3028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"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": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000318779.7",
"protein_id": "ENSP00000318721.3",
"transcript_support_level": 1,
"aa_start": 5,
"aa_end": null,
"aa_length": 114,
"cds_start": 13,
"cds_end": null,
"cds_length": 345,
"cdna_start": 489,
"cdna_end": null,
"cdna_length": 843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"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": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000471386.3",
"protein_id": "ENSP00000497992.1",
"transcript_support_level": 1,
"aa_start": 5,
"aa_end": null,
"aa_length": 34,
"cds_start": 13,
"cds_end": null,
"cds_length": 107,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001244810.2",
"protein_id": "NP_001231739.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 693,
"cds_start": 13,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 7136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000648426.1",
"protein_id": "ENSP00000498110.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 693,
"cds_start": 13,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 24,
"cdna_end": null,
"cdna_length": 2149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001244814.3",
"protein_id": "NP_001231743.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 248,
"cdna_end": null,
"cdna_length": 6808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001244816.2",
"protein_id": "NP_001231745.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 7004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001349340.3",
"protein_id": "NP_001336269.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 7082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_032682.6",
"protein_id": "NP_116071.2",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 7088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000498215.7",
"protein_id": "ENSP00000418102.1",
"transcript_support_level": 2,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 352,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000648380.1",
"protein_id": "ENSP00000497344.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 441,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000649631.1",
"protein_id": "ENSP00000496990.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 477,
"cdna_end": null,
"cdna_length": 2514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000650068.2",
"protein_id": "ENSP00000497454.2",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 677,
"cds_start": 13,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 2506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001244808.3",
"protein_id": "NP_001231737.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 676,
"cds_start": 13,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 7174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001349341.3",
"protein_id": "NP_001336270.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 676,
"cds_start": 13,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 7174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000493089.7",
"protein_id": "ENSP00000418524.1",
"transcript_support_level": 2,
"aa_start": 5,
"aa_end": null,
"aa_length": 676,
"cds_start": 13,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 645,
"cdna_end": null,
"cdna_length": 3771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000648710.2",
"protein_id": "ENSP00000497430.2",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 676,
"cds_start": 13,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 3074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000648718.1",
"protein_id": "ENSP00000496810.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 676,
"cds_start": 13,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 2742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000649610.2",
"protein_id": "ENSP00000497693.2",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 676,
"cds_start": 13,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 2657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000649596.1",
"protein_id": "ENSP00000496932.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 675,
"cds_start": 13,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 488,
"cdna_end": null,
"cdna_length": 2971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000468577.6",
"protein_id": "ENSP00000418883.2",
"transcript_support_level": 5,
"aa_start": 5,
"aa_end": null,
"aa_length": 612,
"cds_start": 13,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 13,
"cdna_end": null,
"cdna_length": 1839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001244812.3",
"protein_id": "NP_001231741.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 601,
"cds_start": 13,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 178,
"cdna_end": null,
"cdna_length": 6510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000484350.5",
"protein_id": "ENSP00000417857.1",
"transcript_support_level": 2,
"aa_start": 5,
"aa_end": null,
"aa_length": 601,
"cds_start": 13,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 167,
"cdna_end": null,
"cdna_length": 1996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000649431.2",
"protein_id": "ENSP00000498174.2",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 448,
"cds_start": 13,
"cds_end": null,
"cds_length": 1348,
"cdna_start": 261,
"cdna_end": null,
"cdna_length": 1596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"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": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "NM_001012505.2",
"protein_id": "NP_001012523.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 114,
"cds_start": 13,
"cds_end": null,
"cds_length": 345,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"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": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000650295.1",
"protein_id": "ENSP00000497138.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 88,
"cds_start": 13,
"cds_end": null,
"cds_length": 268,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"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": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000648895.1",
"protein_id": "ENSP00000497417.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 74,
"cds_start": 13,
"cds_end": null,
"cds_length": 227,
"cdna_start": 874,
"cdna_end": null,
"cdna_length": 1088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"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": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000648783.1",
"protein_id": "ENSP00000498063.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 34,
"cds_start": 13,
"cds_end": null,
"cds_length": 107,
"cdna_start": 470,
"cdna_end": null,
"cdna_length": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro",
"transcript": "ENST00000650156.1",
"protein_id": "ENSP00000496852.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 16,
"cds_start": 13,
"cds_end": null,
"cds_length": 51,
"cdna_start": 546,
"cdna_end": null,
"cdna_length": 584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.13T>C",
"hgvs_p": null,
"transcript": "ENST00000327590.9",
"protein_id": "ENSP00000333560.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.444T>C",
"hgvs_p": null,
"transcript": "ENST00000615603.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.75T>C",
"hgvs_p": null,
"transcript": "ENST00000622151.4",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.195T>C",
"hgvs_p": null,
"transcript": "ENST00000648107.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.13T>C",
"hgvs_p": null,
"transcript": "ENST00000648321.1",
"protein_id": "ENSP00000498015.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.13T>C",
"hgvs_p": null,
"transcript": "ENST00000648384.1",
"protein_id": "ENSP00000497976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.79T>C",
"hgvs_p": null,
"transcript": "ENST00000648662.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.254T>C",
"hgvs_p": null,
"transcript": "ENST00000648826.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285708",
"gene_hgnc_id": null,
"hgvs_c": "n.*277T>C",
"hgvs_p": null,
"transcript": "ENST00000650123.1",
"protein_id": "ENSP00000497033.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.617T>C",
"hgvs_p": null,
"transcript": "NR_146142.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.617T>C",
"hgvs_p": null,
"transcript": "NR_146143.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285708",
"gene_hgnc_id": null,
"hgvs_c": "n.*277T>C",
"hgvs_p": null,
"transcript": "ENST00000650123.1",
"protein_id": "ENSP00000497033.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.-153-85732T>C",
"hgvs_p": null,
"transcript": "ENST00000649513.1",
"protein_id": "ENSP00000497237.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": -4,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.-19+98064T>C",
"hgvs_p": null,
"transcript": "ENST00000647614.1",
"protein_id": "ENSP00000497710.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ENSG00000285708",
"gene_hgnc_id": null,
"dbsnp": "rs762898505",
"frequency_reference_population": 0.00007843306,
"hom_count_reference_population": 0,
"allele_count_reference_population": 109,
"gnomad_exomes_af": 0.0000739607,
"gnomad_genomes_af": 0.000120941,
"gnomad_exomes_ac": 93,
"gnomad_genomes_ac": 16,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4137423038482666,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.499,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1866,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.372,
"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": "Likely_benign",
"acmg_criteria": "BP4,BP6",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000647725.1",
"gene_symbol": "ENSG00000285708",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro"
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000649528.3",
"gene_symbol": "FOXP1",
"hgnc_id": 3823,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.13T>C",
"hgvs_p": "p.Ser5Pro"
}
],
"clinvar_disease": "FOXP1-related disorder,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:3 LB:1 B:1",
"phenotype_combined": "not specified|not provided|FOXP1-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}