← 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-70976961-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=70976961&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 70976961,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001244810.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "NM_001349338.3",
"protein_id": "NP_001336267.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000649528.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349338.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000649528.3",
"protein_id": "ENSP00000497369.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001349338.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649528.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000318789.11",
"protein_id": "ENSP00000318902.5",
"transcript_support_level": 1,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318789.11"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285708",
"gene_hgnc_id": null,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000647725.1",
"protein_id": "ENSP00000497585.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647725.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.949C>T",
"hgvs_p": "p.Arg317Cys",
"transcript": "ENST00000475937.6",
"protein_id": "ENSP00000419393.2",
"transcript_support_level": 1,
"aa_start": 317,
"aa_end": null,
"aa_length": 490,
"cds_start": 949,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000475937.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.949C>T",
"hgvs_p": "p.Arg317Cys",
"transcript": "ENST00000497355.7",
"protein_id": "ENSP00000418225.3",
"transcript_support_level": 1,
"aa_start": 317,
"aa_end": null,
"aa_length": 490,
"cds_start": 949,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000497355.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866065.1",
"protein_id": "ENSP00000536124.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 718,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866065.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "NM_001244810.2",
"protein_id": "NP_001231739.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 693,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244810.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000648426.1",
"protein_id": "ENSP00000498110.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 693,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648426.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000923827.1",
"protein_id": "ENSP00000593886.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 692,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923827.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000923829.1",
"protein_id": "ENSP00000593888.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 692,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923829.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "NM_001244814.3",
"protein_id": "NP_001231743.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244814.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "NM_001244816.2",
"protein_id": "NP_001231745.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244816.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "NM_001349340.3",
"protein_id": "NP_001336269.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349340.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "NM_032682.6",
"protein_id": "NP_116071.2",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032682.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000498215.7",
"protein_id": "ENSP00000418102.1",
"transcript_support_level": 2,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000498215.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000648380.1",
"protein_id": "ENSP00000497344.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648380.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000649631.1",
"protein_id": "ENSP00000496990.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649631.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000650068.2",
"protein_id": "ENSP00000497454.2",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650068.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866055.1",
"protein_id": "ENSP00000536114.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866055.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866061.1",
"protein_id": "ENSP00000536120.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866061.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866062.1",
"protein_id": "ENSP00000536121.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866062.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866063.1",
"protein_id": "ENSP00000536122.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866063.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866064.1",
"protein_id": "ENSP00000536123.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866064.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866068.1",
"protein_id": "ENSP00000536127.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866068.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866071.1",
"protein_id": "ENSP00000536130.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866071.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866073.1",
"protein_id": "ENSP00000536132.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866073.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866075.1",
"protein_id": "ENSP00000536134.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866075.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866076.1",
"protein_id": "ENSP00000536135.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866076.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866077.1",
"protein_id": "ENSP00000536136.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866077.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866080.1",
"protein_id": "ENSP00000536139.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866080.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866081.1",
"protein_id": "ENSP00000536140.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866081.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866084.1",
"protein_id": "ENSP00000536143.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866084.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866086.1",
"protein_id": "ENSP00000536145.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866086.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866087.1",
"protein_id": "ENSP00000536146.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866087.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866088.1",
"protein_id": "ENSP00000536147.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866088.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866092.1",
"protein_id": "ENSP00000536151.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866092.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866095.1",
"protein_id": "ENSP00000536154.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866095.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866097.1",
"protein_id": "ENSP00000536156.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866097.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866098.1",
"protein_id": "ENSP00000536157.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866098.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866100.1",
"protein_id": "ENSP00000536159.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866100.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866102.1",
"protein_id": "ENSP00000536161.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866102.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000968296.1",
"protein_id": "ENSP00000638355.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968296.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000968299.1",
"protein_id": "ENSP00000638358.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968299.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000968304.1",
"protein_id": "ENSP00000638363.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968304.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000968309.1",
"protein_id": "ENSP00000638368.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968309.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000968310.1",
"protein_id": "ENSP00000638369.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 677,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968310.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "NM_001244808.3",
"protein_id": "NP_001231737.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244808.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "NM_001349341.3",
"protein_id": "NP_001336270.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349341.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000493089.7",
"protein_id": "ENSP00000418524.1",
"transcript_support_level": 2,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493089.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000648710.2",
"protein_id": "ENSP00000497430.2",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648710.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000648718.1",
"protein_id": "ENSP00000496810.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648718.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000649610.2",
"protein_id": "ENSP00000497693.2",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649610.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866058.1",
"protein_id": "ENSP00000536117.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866058.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866060.1",
"protein_id": "ENSP00000536119.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866060.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866066.1",
"protein_id": "ENSP00000536125.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866066.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866067.1",
"protein_id": "ENSP00000536126.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866067.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866078.1",
"protein_id": "ENSP00000536137.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866078.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866079.1",
"protein_id": "ENSP00000536138.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866079.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866090.1",
"protein_id": "ENSP00000536149.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866090.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866091.1",
"protein_id": "ENSP00000536150.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866091.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866094.1",
"protein_id": "ENSP00000536153.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866094.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866096.1",
"protein_id": "ENSP00000536155.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866096.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000866099.1",
"protein_id": "ENSP00000536158.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866099.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968297.1",
"protein_id": "ENSP00000638356.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968297.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968298.1",
"protein_id": "ENSP00000638357.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968298.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968300.1",
"protein_id": "ENSP00000638359.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968300.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968302.1",
"protein_id": "ENSP00000638361.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968302.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968303.1",
"protein_id": "ENSP00000638362.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968303.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968305.1",
"protein_id": "ENSP00000638364.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 676,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968305.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000649596.1",
"protein_id": "ENSP00000496932.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649596.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000866072.1",
"protein_id": "ENSP00000536131.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866072.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000866083.1",
"protein_id": "ENSP00000536142.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866083.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000866085.1",
"protein_id": "ENSP00000536144.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866085.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000866089.1",
"protein_id": "ENSP00000536148.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866089.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000866093.1",
"protein_id": "ENSP00000536152.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866093.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000968301.1",
"protein_id": "ENSP00000638360.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968301.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000968312.1",
"protein_id": "ENSP00000638371.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968312.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000968316.1",
"protein_id": "ENSP00000638375.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 675,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968316.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469Cys",
"transcript": "ENST00000866056.1",
"protein_id": "ENSP00000536115.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 642,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866056.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469Cys",
"transcript": "ENST00000866059.1",
"protein_id": "ENSP00000536118.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 642,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866059.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469Cys",
"transcript": "ENST00000866074.1",
"protein_id": "ENSP00000536133.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 642,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866074.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469Cys",
"transcript": "ENST00000968308.1",
"protein_id": "ENSP00000638367.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 642,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968308.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Arg468Cys",
"transcript": "ENST00000968307.1",
"protein_id": "ENSP00000638366.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 641,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968307.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000866069.1",
"protein_id": "ENSP00000536128.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 613,
"cds_start": 1510,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866069.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys",
"transcript": "ENST00000923826.1",
"protein_id": "ENSP00000593885.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 613,
"cds_start": 1510,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923826.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000468577.6",
"protein_id": "ENSP00000418883.2",
"transcript_support_level": 5,
"aa_start": 503,
"aa_end": null,
"aa_length": 612,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000468577.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968306.1",
"protein_id": "ENSP00000638365.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 612,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968306.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1507C>T",
"hgvs_p": "p.Arg503Cys",
"transcript": "ENST00000968313.1",
"protein_id": "ENSP00000638372.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 612,
"cds_start": 1507,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968313.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1504C>T",
"hgvs_p": "p.Arg502Cys",
"transcript": "ENST00000923828.1",
"protein_id": "ENSP00000593887.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 611,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923828.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Cys",
"transcript": "NM_001244812.3",
"protein_id": "NP_001231741.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 601,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244812.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Cys",
"transcript": "ENST00000484350.5",
"protein_id": "ENSP00000417857.1",
"transcript_support_level": 2,
"aa_start": 428,
"aa_end": null,
"aa_length": 601,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484350.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Cys",
"transcript": "ENST00000866054.1",
"protein_id": "ENSP00000536113.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 601,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866054.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Cys",
"transcript": "ENST00000866082.1",
"protein_id": "ENSP00000536141.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 601,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866082.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Cys",
"transcript": "ENST00000968311.1",
"protein_id": "ENSP00000638370.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 601,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968311.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Cys",
"transcript": "ENST00000968314.1",
"protein_id": "ENSP00000638373.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 601,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968314.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1282C>T",
"hgvs_p": "p.Arg428Cys",
"transcript": "ENST00000968315.1",
"protein_id": "ENSP00000638374.1",
"transcript_support_level": null,
"aa_start": 428,
"aa_end": null,
"aa_length": 601,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968315.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Arg427Cys",
"transcript": "ENST00000866070.1",
"protein_id": "ENSP00000536129.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 600,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866070.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Arg427Cys",
"transcript": "ENST00000866101.1",
"protein_id": "ENSP00000536160.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 600,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866101.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Cys",
"transcript": "NM_001244813.3",
"protein_id": "NP_001231742.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 577,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244813.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Cys",
"transcript": "NM_001244815.2",
"protein_id": "NP_001231744.2",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 577,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244815.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Cys",
"transcript": "NM_001349342.3",
"protein_id": "NP_001336271.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 577,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349342.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Cys",
"transcript": "ENST00000648748.3",
"protein_id": "ENSP00000497077.3",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 577,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648748.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Cys",
"transcript": "ENST00000649592.1",
"protein_id": "ENSP00000496968.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 577,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649592.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Cys",
"transcript": "ENST00000650387.1",
"protein_id": "ENSP00000497567.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 577,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650387.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "NM_001349337.2",
"protein_id": "NP_001336266.2",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349337.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "NM_001349343.3",
"protein_id": "NP_001336272.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349343.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "NM_001349344.3",
"protein_id": "NP_001336273.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349344.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "NM_001370548.1",
"protein_id": "NP_001357477.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370548.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "ENST00000491238.8",
"protein_id": "ENSP00000420736.3",
"transcript_support_level": 2,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000491238.8"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "ENST00000614176.5",
"protein_id": "ENSP00000482847.2",
"transcript_support_level": 2,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614176.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "ENST00000648794.2",
"protein_id": "ENSP00000497435.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648794.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "ENST00000649695.3",
"protein_id": "ENSP00000496841.3",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649695.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1207C>T",
"hgvs_p": "p.Arg403Cys",
"transcript": "ENST00000650188.1",
"protein_id": "ENSP00000497096.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 576,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650188.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.1279C>T",
"hgvs_p": "p.Arg427Cys",
"transcript": "ENST00000866057.1",
"protein_id": "ENSP00000536116.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 536,
"cds_start": 1279,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866057.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "c.949C>T",
"hgvs_p": "p.Arg317Cys",
"transcript": "ENST00000649513.1",
"protein_id": "ENSP00000497237.1",
"transcript_support_level": null,
"aa_start": 317,
"aa_end": null,
"aa_length": 467,
"cds_start": 949,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649513.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.1510C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000327590.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.361C>T",
"hgvs_p": null,
"transcript": "ENST00000614183.1",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000614183.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.1941C>T",
"hgvs_p": null,
"transcript": "ENST00000615603.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000615603.5"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.3013C>T",
"hgvs_p": null,
"transcript": "ENST00000647741.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000647741.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.1639C>T",
"hgvs_p": null,
"transcript": "ENST00000647829.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000647829.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.1450C>T",
"hgvs_p": null,
"transcript": "ENST00000648155.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.*414C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000648321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.*414C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000648384.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.2884C>T",
"hgvs_p": null,
"transcript": "ENST00000649081.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000649081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285708",
"gene_hgnc_id": null,
"hgvs_c": "n.*1771C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.1210C>T",
"hgvs_p": null,
"transcript": "ENST00000650402.1",
"protein_id": "ENSP00000497563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650402.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.1333C>T",
"hgvs_p": null,
"transcript": "ENST00000650580.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000650580.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.2026C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146142.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.2023C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146143.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.*414C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000648321.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"hgvs_c": "n.*414C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000648384.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285708",
"gene_hgnc_id": null,
"hgvs_c": "n.*1771C>T",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650123.1"
}
],
"gene_symbol": "FOXP1",
"gene_hgnc_id": 3823,
"dbsnp": "rs797045585",
"frequency_reference_population": 0.0000041052194,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000410522,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8919144868850708,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.761,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8959,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PP3_Moderate,BS2",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 4,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PP3_Moderate",
"BS2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001244810.2",
"gene_symbol": "FOXP1",
"hgnc_id": 3823,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000647725.1",
"gene_symbol": "ENSG00000285708",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1510C>T",
"hgvs_p": "p.Arg504Cys"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}