← 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: 2-58159600-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=58159600&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 58159600,
"ref": "T",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_006296.7",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "NM_006296.7",
"protein_id": "NP_006287.2",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 1773,
"mane_select": "ENST00000340157.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "ENST00000340157.9",
"protein_id": "ENSP00000342381.4",
"transcript_support_level": 1,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 1773,
"mane_select": "NM_006296.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "ENST00000435505.6",
"protein_id": "ENSP00000408002.2",
"transcript_support_level": 1,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 2179,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Thr455Thr",
"transcript": "ENST00000440705.6",
"protein_id": "ENSP00000398323.2",
"transcript_support_level": 1,
"aa_start": 455,
"aa_end": null,
"aa_length": 485,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1080T>G",
"hgvs_p": "p.Thr360Thr",
"transcript": "ENST00000412104.6",
"protein_id": "ENSP00000404156.3",
"transcript_support_level": 1,
"aa_start": 360,
"aa_end": null,
"aa_length": 390,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 1916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "n.*1391T>G",
"hgvs_p": null,
"transcript": "ENST00000432057.2",
"protein_id": "ENSP00000400006.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "NM_018062.4",
"protein_id": "NP_060532.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 375,
"cds_start": -4,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1658,
"mane_select": "ENST00000233741.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000233741.9",
"protein_id": "ENSP00000233741.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 375,
"cds_start": -4,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1658,
"mane_select": "NM_018062.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000403295.8",
"protein_id": "ENSP00000386097.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 347,
"cds_start": -4,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000449070.6",
"protein_id": "ENSP00000401280.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 316,
"cds_start": -4,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "n.*1391T>G",
"hgvs_p": null,
"transcript": "ENST00000432057.2",
"protein_id": "ENSP00000400006.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "NM_001130480.2",
"protein_id": "NP_001123952.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1619,
"cdna_end": null,
"cdna_length": 1939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "NM_001130481.2",
"protein_id": "NP_001123953.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1461,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "NM_001288837.2",
"protein_id": "NP_001275766.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 2238,
"cdna_end": null,
"cdna_length": 2509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1365T>G",
"hgvs_p": "p.Thr455Thr",
"transcript": "NM_001130482.2",
"protein_id": "NP_001123954.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 485,
"cds_start": 1365,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1565,
"cdna_end": null,
"cdna_length": 1885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1080T>G",
"hgvs_p": "p.Thr360Thr",
"transcript": "NM_001288836.1",
"protein_id": "NP_001275765.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 390,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1756,
"cdna_end": null,
"cdna_length": 2076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1080T>G",
"hgvs_p": "p.Thr360Thr",
"transcript": "NM_001288839.2",
"protein_id": "NP_001275768.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 390,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1432,
"cdna_end": null,
"cdna_length": 1703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "XM_005264540.5",
"protein_id": "XP_005264597.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1762,
"cdna_end": null,
"cdna_length": 2082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr",
"transcript": "XM_011533092.4",
"protein_id": "XP_011531394.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 508,
"cds_start": 1434,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 1621,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1080T>G",
"hgvs_p": "p.Thr360Thr",
"transcript": "XM_047445745.1",
"protein_id": "XP_047301701.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 390,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 1594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1080T>G",
"hgvs_p": "p.Thr360Thr",
"transcript": "XM_047445747.1",
"protein_id": "XP_047301703.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 390,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1277,
"cdna_end": null,
"cdna_length": 1597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.1080T>G",
"hgvs_p": "p.Thr360Thr",
"transcript": "XM_047445748.1",
"protein_id": "XP_047301704.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 390,
"cds_start": 1080,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1281,
"cdna_end": null,
"cdna_length": 1601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*856A>C",
"hgvs_p": null,
"transcript": "ENST00000403676.6",
"protein_id": "ENSP00000384046.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*871A>C",
"hgvs_p": null,
"transcript": "ENST00000417361.2",
"protein_id": "ENSP00000389448.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1807A>C",
"hgvs_p": null,
"transcript": "ENST00000470506.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1183A>C",
"hgvs_p": null,
"transcript": "ENST00000696306.1",
"protein_id": "ENSP00000512544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696314.1",
"protein_id": "ENSP00000512552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1163A>C",
"hgvs_p": null,
"transcript": "ENST00000696315.1",
"protein_id": "ENSP00000512553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*266A>C",
"hgvs_p": null,
"transcript": "ENST00000696317.1",
"protein_id": "ENSP00000512555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*653A>C",
"hgvs_p": null,
"transcript": "ENST00000696318.1",
"protein_id": "ENSP00000512556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2972A>C",
"hgvs_p": null,
"transcript": "ENST00000696320.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*743A>C",
"hgvs_p": null,
"transcript": "ENST00000696324.1",
"protein_id": "ENSP00000512561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.4376A>C",
"hgvs_p": null,
"transcript": "ENST00000696325.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1407A>C",
"hgvs_p": null,
"transcript": "ENST00000696338.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3172A>C",
"hgvs_p": null,
"transcript": "ENST00000696339.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3519A>C",
"hgvs_p": null,
"transcript": "ENST00000696340.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1801A>C",
"hgvs_p": null,
"transcript": "ENST00000696341.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*2830A>C",
"hgvs_p": null,
"transcript": "ENST00000696342.1",
"protein_id": "ENSP00000512569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3459A>C",
"hgvs_p": null,
"transcript": "ENST00000696343.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1007A>C",
"hgvs_p": null,
"transcript": "ENST00000696344.1",
"protein_id": "ENSP00000512570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3966A>C",
"hgvs_p": null,
"transcript": "ENST00000696358.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3950A>C",
"hgvs_p": null,
"transcript": "ENST00000696359.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2078A>C",
"hgvs_p": null,
"transcript": "ENST00000696360.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1296A>C",
"hgvs_p": null,
"transcript": "ENST00000696361.1",
"protein_id": "ENSP00000512579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1833,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*743A>C",
"hgvs_p": null,
"transcript": "ENST00000696362.1",
"protein_id": "ENSP00000512580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3070A>C",
"hgvs_p": null,
"transcript": "ENST00000696363.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1686A>C",
"hgvs_p": null,
"transcript": "ENST00000696364.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2382A>C",
"hgvs_p": null,
"transcript": "ENST00000696372.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*2523A>C",
"hgvs_p": null,
"transcript": "ENST00000696373.1",
"protein_id": "ENSP00000512587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*661A>C",
"hgvs_p": null,
"transcript": "ENST00000696374.1",
"protein_id": "ENSP00000512588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.8226A>C",
"hgvs_p": null,
"transcript": "ENST00000696375.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.7079A>C",
"hgvs_p": null,
"transcript": "ENST00000696376.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1311A>C",
"hgvs_p": null,
"transcript": "ENST00000696378.1",
"protein_id": "ENSP00000512589.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.4795A>C",
"hgvs_p": null,
"transcript": "ENST00000696394.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.4734A>C",
"hgvs_p": null,
"transcript": "ENST00000696395.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2447A>C",
"hgvs_p": null,
"transcript": "ENST00000696396.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3725A>C",
"hgvs_p": null,
"transcript": "ENST00000696397.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696398.1",
"protein_id": "ENSP00000512604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2567A>C",
"hgvs_p": null,
"transcript": "ENST00000696399.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1057A>C",
"hgvs_p": null,
"transcript": "ENST00000696400.1",
"protein_id": "ENSP00000512605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*810A>C",
"hgvs_p": null,
"transcript": "ENST00000696409.1",
"protein_id": "ENSP00000512610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*774A>C",
"hgvs_p": null,
"transcript": "ENST00000696410.1",
"protein_id": "ENSP00000512611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.998A>C",
"hgvs_p": null,
"transcript": "ENST00000696411.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1792A>C",
"hgvs_p": null,
"transcript": "ENST00000696412.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1602A>C",
"hgvs_p": null,
"transcript": "ENST00000696413.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2339A>C",
"hgvs_p": null,
"transcript": "ENST00000696414.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*266A>C",
"hgvs_p": null,
"transcript": "ENST00000696415.1",
"protein_id": "ENSP00000512612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1608A>C",
"hgvs_p": null,
"transcript": "ENST00000696416.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3752A>C",
"hgvs_p": null,
"transcript": "ENST00000696432.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696433.1",
"protein_id": "ENSP00000512627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696435.1",
"protein_id": "ENSP00000512629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1247A>C",
"hgvs_p": null,
"transcript": "ENST00000696436.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2017A>C",
"hgvs_p": null,
"transcript": "ENST00000696437.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1126A>C",
"hgvs_p": null,
"transcript": "ENST00000696438.1",
"protein_id": "ENSP00000512630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3342A>C",
"hgvs_p": null,
"transcript": "ENST00000696439.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*644A>C",
"hgvs_p": null,
"transcript": "ENST00000696454.1",
"protein_id": "ENSP00000512641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696455.1",
"protein_id": "ENSP00000512642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.803A>C",
"hgvs_p": null,
"transcript": "ENST00000696456.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*2064A>C",
"hgvs_p": null,
"transcript": "ENST00000696457.1",
"protein_id": "ENSP00000512643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*266A>C",
"hgvs_p": null,
"transcript": "ENST00000696458.1",
"protein_id": "ENSP00000512644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*728A>C",
"hgvs_p": null,
"transcript": "ENST00000696459.1",
"protein_id": "ENSP00000512645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*789A>C",
"hgvs_p": null,
"transcript": "ENST00000696467.1",
"protein_id": "ENSP00000512648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*785A>C",
"hgvs_p": null,
"transcript": "ENST00000696468.1",
"protein_id": "ENSP00000512649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696469.1",
"protein_id": "ENSP00000512650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3461A>C",
"hgvs_p": null,
"transcript": "ENST00000696470.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.963A>C",
"hgvs_p": null,
"transcript": "ENST00000696471.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696472.1",
"protein_id": "ENSP00000512651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*976A>C",
"hgvs_p": null,
"transcript": "ENST00000696473.1",
"protein_id": "ENSP00000512652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1169A>C",
"hgvs_p": null,
"transcript": "ENST00000696474.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2801A>C",
"hgvs_p": null,
"transcript": "ENST00000696475.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3150,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*958A>C",
"hgvs_p": null,
"transcript": "ENST00000696492.1",
"protein_id": "ENSP00000512662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1141A>C",
"hgvs_p": null,
"transcript": "ENST00000696493.1",
"protein_id": "ENSP00000512663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1325A>C",
"hgvs_p": null,
"transcript": "ENST00000696494.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1039A>C",
"hgvs_p": null,
"transcript": "ENST00000696495.1",
"protein_id": "ENSP00000512664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1832A>C",
"hgvs_p": null,
"transcript": "ENST00000696496.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.4590A>C",
"hgvs_p": null,
"transcript": "ENST00000696497.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2052A>C",
"hgvs_p": null,
"transcript": "ENST00000696498.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2081,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*730A>C",
"hgvs_p": null,
"transcript": "ENST00000696499.1",
"protein_id": "ENSP00000512665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*848A>C",
"hgvs_p": null,
"transcript": "ENST00000696508.1",
"protein_id": "ENSP00000512674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1170A>C",
"hgvs_p": null,
"transcript": "ENST00000696509.1",
"protein_id": "ENSP00000512675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*653A>C",
"hgvs_p": null,
"transcript": "ENST00000696527.1",
"protein_id": "ENSP00000512690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696528.1",
"protein_id": "ENSP00000512691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1156A>C",
"hgvs_p": null,
"transcript": "ENST00000696529.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2440A>C",
"hgvs_p": null,
"transcript": "ENST00000696532.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1231A>C",
"hgvs_p": null,
"transcript": "ENST00000696542.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696543.1",
"protein_id": "ENSP00000512703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696544.1",
"protein_id": "ENSP00000512704.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*961A>C",
"hgvs_p": null,
"transcript": "ENST00000696545.1",
"protein_id": "ENSP00000512705.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1072A>C",
"hgvs_p": null,
"transcript": "ENST00000696546.1",
"protein_id": "ENSP00000512706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1497A>C",
"hgvs_p": null,
"transcript": "ENST00000696548.1",
"protein_id": "ENSP00000512708.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696564.1",
"protein_id": "ENSP00000512722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696565.1",
"protein_id": "ENSP00000512723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3881A>C",
"hgvs_p": null,
"transcript": "ENST00000696566.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.719A>C",
"hgvs_p": null,
"transcript": "ENST00000696568.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1402A>C",
"hgvs_p": null,
"transcript": "ENST00000696569.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.2849A>C",
"hgvs_p": null,
"transcript": "ENST00000696619.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696621.1",
"protein_id": "ENSP00000512760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3024A>C",
"hgvs_p": null,
"transcript": "ENST00000696622.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1259A>C",
"hgvs_p": null,
"transcript": "ENST00000696623.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*743A>C",
"hgvs_p": null,
"transcript": "ENST00000696625.1",
"protein_id": "ENSP00000512762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*847A>C",
"hgvs_p": null,
"transcript": "ENST00000696634.1",
"protein_id": "ENSP00000512770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.4052A>C",
"hgvs_p": null,
"transcript": "ENST00000696636.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.8366A>C",
"hgvs_p": null,
"transcript": "ENST00000696637.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1308A>C",
"hgvs_p": null,
"transcript": "ENST00000696638.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.3678A>C",
"hgvs_p": null,
"transcript": "ENST00000696639.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1027A>C",
"hgvs_p": null,
"transcript": "NR_156742.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.1192A>C",
"hgvs_p": null,
"transcript": "NR_164659.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "NM_001438889.1",
"protein_id": "NP_001425818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 398,
"cds_start": -4,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.*284T>G",
"hgvs_p": null,
"transcript": "ENST00000648897.1",
"protein_id": "ENSP00000497378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.*292T>G",
"hgvs_p": null,
"transcript": "NM_001130483.2",
"protein_id": "NP_001123955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.*292T>G",
"hgvs_p": null,
"transcript": "NM_001288838.2",
"protein_id": "NP_001275767.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.*292T>G",
"hgvs_p": null,
"transcript": "ENST00000417641.6",
"protein_id": "ENSP00000402375.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "NM_001410792.1",
"protein_id": "NP_001397721.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 395,
"cds_start": -4,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696326.1",
"protein_id": "ENSP00000512562.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 395,
"cds_start": -4,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "NM_001374615.1",
"protein_id": "NP_001361544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": -4,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000427708.7",
"protein_id": "ENSP00000400969.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": -4,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "NM_001438890.1",
"protein_id": "NP_001425819.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": -4,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "NM_001438891.1",
"protein_id": "NP_001425820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 383,
"cds_start": -4,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "NM_001114636.2",
"protein_id": "NP_001108108.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000402135.8",
"protein_id": "ENSP00000385021.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696371.1",
"protein_id": "ENSP00000512586.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": -4,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696547.1",
"protein_id": "ENSP00000512707.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 371,
"cds_start": -4,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696635.1",
"protein_id": "ENSP00000512771.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 367,
"cds_start": -4,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1634,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696319.1",
"protein_id": "ENSP00000512557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": -4,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696305.1",
"protein_id": "ENSP00000512543.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": -4,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696624.1",
"protein_id": "ENSP00000512761.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 352,
"cds_start": -4,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696567.1",
"protein_id": "ENSP00000512724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": -4,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696316.1",
"protein_id": "ENSP00000512554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 336,
"cds_start": -4,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696434.1",
"protein_id": "ENSP00000512628.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696620.1",
"protein_id": "ENSP00000512759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": -4,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "NM_001438892.1",
"protein_id": "NP_001425821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": -4,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1214,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000446381.6",
"protein_id": "ENSP00000390991.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": -4,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696510.1",
"protein_id": "ENSP00000512676.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": -4,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*856A>C",
"hgvs_p": null,
"transcript": "ENST00000403676.6",
"protein_id": "ENSP00000384046.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*871A>C",
"hgvs_p": null,
"transcript": "ENST00000417361.2",
"protein_id": "ENSP00000389448.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1183A>C",
"hgvs_p": null,
"transcript": "ENST00000696306.1",
"protein_id": "ENSP00000512544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696314.1",
"protein_id": "ENSP00000512552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1163A>C",
"hgvs_p": null,
"transcript": "ENST00000696315.1",
"protein_id": "ENSP00000512553.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*266A>C",
"hgvs_p": null,
"transcript": "ENST00000696317.1",
"protein_id": "ENSP00000512555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*653A>C",
"hgvs_p": null,
"transcript": "ENST00000696318.1",
"protein_id": "ENSP00000512556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*743A>C",
"hgvs_p": null,
"transcript": "ENST00000696324.1",
"protein_id": "ENSP00000512561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*2830A>C",
"hgvs_p": null,
"transcript": "ENST00000696342.1",
"protein_id": "ENSP00000512569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1007A>C",
"hgvs_p": null,
"transcript": "ENST00000696344.1",
"protein_id": "ENSP00000512570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1296A>C",
"hgvs_p": null,
"transcript": "ENST00000696361.1",
"protein_id": "ENSP00000512579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1833,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*743A>C",
"hgvs_p": null,
"transcript": "ENST00000696362.1",
"protein_id": "ENSP00000512580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*2523A>C",
"hgvs_p": null,
"transcript": "ENST00000696373.1",
"protein_id": "ENSP00000512587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*661A>C",
"hgvs_p": null,
"transcript": "ENST00000696374.1",
"protein_id": "ENSP00000512588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1311A>C",
"hgvs_p": null,
"transcript": "ENST00000696378.1",
"protein_id": "ENSP00000512589.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696398.1",
"protein_id": "ENSP00000512604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1057A>C",
"hgvs_p": null,
"transcript": "ENST00000696400.1",
"protein_id": "ENSP00000512605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*810A>C",
"hgvs_p": null,
"transcript": "ENST00000696409.1",
"protein_id": "ENSP00000512610.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*774A>C",
"hgvs_p": null,
"transcript": "ENST00000696410.1",
"protein_id": "ENSP00000512611.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*266A>C",
"hgvs_p": null,
"transcript": "ENST00000696415.1",
"protein_id": "ENSP00000512612.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696433.1",
"protein_id": "ENSP00000512627.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696435.1",
"protein_id": "ENSP00000512629.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1126A>C",
"hgvs_p": null,
"transcript": "ENST00000696438.1",
"protein_id": "ENSP00000512630.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*644A>C",
"hgvs_p": null,
"transcript": "ENST00000696454.1",
"protein_id": "ENSP00000512641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696455.1",
"protein_id": "ENSP00000512642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*2064A>C",
"hgvs_p": null,
"transcript": "ENST00000696457.1",
"protein_id": "ENSP00000512643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*266A>C",
"hgvs_p": null,
"transcript": "ENST00000696458.1",
"protein_id": "ENSP00000512644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*728A>C",
"hgvs_p": null,
"transcript": "ENST00000696459.1",
"protein_id": "ENSP00000512645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*789A>C",
"hgvs_p": null,
"transcript": "ENST00000696467.1",
"protein_id": "ENSP00000512648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*785A>C",
"hgvs_p": null,
"transcript": "ENST00000696468.1",
"protein_id": "ENSP00000512649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696469.1",
"protein_id": "ENSP00000512650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696472.1",
"protein_id": "ENSP00000512651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*976A>C",
"hgvs_p": null,
"transcript": "ENST00000696473.1",
"protein_id": "ENSP00000512652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*958A>C",
"hgvs_p": null,
"transcript": "ENST00000696492.1",
"protein_id": "ENSP00000512662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1141A>C",
"hgvs_p": null,
"transcript": "ENST00000696493.1",
"protein_id": "ENSP00000512663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1039A>C",
"hgvs_p": null,
"transcript": "ENST00000696495.1",
"protein_id": "ENSP00000512664.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*730A>C",
"hgvs_p": null,
"transcript": "ENST00000696499.1",
"protein_id": "ENSP00000512665.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*848A>C",
"hgvs_p": null,
"transcript": "ENST00000696508.1",
"protein_id": "ENSP00000512674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1170A>C",
"hgvs_p": null,
"transcript": "ENST00000696509.1",
"protein_id": "ENSP00000512675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*653A>C",
"hgvs_p": null,
"transcript": "ENST00000696527.1",
"protein_id": "ENSP00000512690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696528.1",
"protein_id": "ENSP00000512691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696543.1",
"protein_id": "ENSP00000512703.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696544.1",
"protein_id": "ENSP00000512704.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*961A>C",
"hgvs_p": null,
"transcript": "ENST00000696545.1",
"protein_id": "ENSP00000512705.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1072A>C",
"hgvs_p": null,
"transcript": "ENST00000696546.1",
"protein_id": "ENSP00000512706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*1497A>C",
"hgvs_p": null,
"transcript": "ENST00000696548.1",
"protein_id": "ENSP00000512708.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696564.1",
"protein_id": "ENSP00000512722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*346A>C",
"hgvs_p": null,
"transcript": "ENST00000696565.1",
"protein_id": "ENSP00000512723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*440A>C",
"hgvs_p": null,
"transcript": "ENST00000696621.1",
"protein_id": "ENSP00000512760.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*743A>C",
"hgvs_p": null,
"transcript": "ENST00000696625.1",
"protein_id": "ENSP00000512762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*847A>C",
"hgvs_p": null,
"transcript": "ENST00000696634.1",
"protein_id": "ENSP00000512770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "XM_011532939.4",
"protein_id": "XP_011531241.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": -4,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.*284T>G",
"hgvs_p": null,
"transcript": "XM_006712090.5",
"protein_id": "XP_006712153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": -4,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"hgvs_c": "c.*292T>G",
"hgvs_p": null,
"transcript": "XM_006712091.5",
"protein_id": "XP_006712154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "XM_011532944.3",
"protein_id": "XP_011531246.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": -4,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "XM_047444855.1",
"protein_id": "XP_047300811.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "XM_011532945.3",
"protein_id": "XP_011531247.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": -4,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "XM_017004416.2",
"protein_id": "XP_016859905.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": -4,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "XM_047444856.1",
"protein_id": "XP_047300812.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 263,
"cds_start": -4,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*448A>C",
"hgvs_p": null,
"transcript": "XM_047444853.1",
"protein_id": "XP_047300809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": -4,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696307.1",
"protein_id": "ENSP00000512545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": -4,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "c.*165A>C",
"hgvs_p": null,
"transcript": "ENST00000696530.1",
"protein_id": "ENSP00000512692.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": -4,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*94A>C",
"hgvs_p": null,
"transcript": "ENST00000696440.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*51A>C",
"hgvs_p": null,
"transcript": "ENST00000696460.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*825A>C",
"hgvs_p": null,
"transcript": "ENST00000696531.1",
"protein_id": "ENSP00000512693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FANCL",
"gene_hgnc_id": 20748,
"hgvs_c": "n.*615A>C",
"hgvs_p": null,
"transcript": "ENST00000696570.1",
"protein_id": "ENSP00000512725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VRK2",
"gene_hgnc_id": 12719,
"dbsnp": "rs866675905",
"frequency_reference_population": 0.000011773585,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.000012315,
"gnomad_genomes_af": 0.00000657246,
"gnomad_exomes_ac": 18,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.205,
"phylop100way_prediction": "Benign",
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_006296.7",
"gene_symbol": "VRK2",
"hgnc_id": 12719,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1434T>G",
"hgvs_p": "p.Thr478Thr"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_018062.4",
"gene_symbol": "FANCL",
"hgnc_id": 20748,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*165A>C",
"hgvs_p": null
}
],
"clinvar_disease": "Fanconi anemia complementation group L",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Fanconi anemia complementation group L",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}