← 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: 21-45504504-GC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=45504504&ref=GC&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 45504504,
"ref": "GC",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "NM_130444.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2823delC",
"hgvs_p": "p.Gly942fs",
"transcript": "NM_001379500.1",
"protein_id": "NP_001366429.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 1339,
"cds_start": 2823,
"cds_end": null,
"cds_length": 4020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000651438.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379500.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2823delC",
"hgvs_p": "p.Gly942fs",
"transcript": "ENST00000651438.1",
"protein_id": "ENSP00000498485.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 1339,
"cds_start": 2823,
"cds_end": null,
"cds_length": 4020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001379500.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651438.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3363delC",
"hgvs_p": "p.Gly1122fs",
"transcript": "ENST00000355480.10",
"protein_id": "ENSP00000347665.5",
"transcript_support_level": 1,
"aa_start": 1121,
"aa_end": null,
"aa_length": 1519,
"cds_start": 3363,
"cds_end": null,
"cds_length": 4560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355480.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-5893delG",
"hgvs_p": null,
"transcript": "ENST00000567670.5",
"protein_id": "ENSP00000457278.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": null,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567670.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.496-5893delG",
"hgvs_p": null,
"transcript": "ENST00000417954.5",
"protein_id": "ENSP00000393988.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 268,
"cds_start": null,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417954.5"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.4068delC",
"hgvs_p": "p.Gly1357fs",
"transcript": "NM_130444.3",
"protein_id": "NP_569711.2",
"transcript_support_level": null,
"aa_start": 1356,
"aa_end": null,
"aa_length": 1754,
"cds_start": 4068,
"cds_end": null,
"cds_length": 5265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130444.3"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.4068delC",
"hgvs_p": "p.Gly1357fs",
"transcript": "ENST00000359759.8",
"protein_id": "ENSP00000352798.4",
"transcript_support_level": 5,
"aa_start": 1356,
"aa_end": null,
"aa_length": 1754,
"cds_start": 4068,
"cds_end": null,
"cds_length": 5265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359759.8"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3363delC",
"hgvs_p": "p.Gly1122fs",
"transcript": "NM_030582.4",
"protein_id": "NP_085059.2",
"transcript_support_level": null,
"aa_start": 1121,
"aa_end": null,
"aa_length": 1519,
"cds_start": 3363,
"cds_end": null,
"cds_length": 4560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030582.4"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3255delC",
"hgvs_p": "p.Gly1086fs",
"transcript": "ENST00000859062.1",
"protein_id": "ENSP00000529121.1",
"transcript_support_level": null,
"aa_start": 1085,
"aa_end": null,
"aa_length": 1483,
"cds_start": 3255,
"cds_end": null,
"cds_length": 4452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859062.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2760delC",
"hgvs_p": "p.Gly921fs",
"transcript": "ENST00000930602.1",
"protein_id": "ENSP00000600661.1",
"transcript_support_level": null,
"aa_start": 920,
"aa_end": null,
"aa_length": 1421,
"cds_start": 2760,
"cds_end": null,
"cds_length": 4266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930602.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2892delC",
"hgvs_p": "p.Gly965fs",
"transcript": "ENST00000859069.1",
"protein_id": "ENSP00000529128.1",
"transcript_support_level": null,
"aa_start": 964,
"aa_end": null,
"aa_length": 1362,
"cds_start": 2892,
"cds_end": null,
"cds_length": 4089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859069.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2883delC",
"hgvs_p": "p.Gly962fs",
"transcript": "ENST00000859068.1",
"protein_id": "ENSP00000529127.1",
"transcript_support_level": null,
"aa_start": 961,
"aa_end": null,
"aa_length": 1359,
"cds_start": 2883,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859068.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2877delC",
"hgvs_p": "p.Gly960fs",
"transcript": "ENST00000859063.1",
"protein_id": "ENSP00000529122.1",
"transcript_support_level": null,
"aa_start": 959,
"aa_end": null,
"aa_length": 1357,
"cds_start": 2877,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859063.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2823delC",
"hgvs_p": "p.Gly942fs",
"transcript": "ENST00000859060.1",
"protein_id": "ENSP00000529119.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 1350,
"cds_start": 2823,
"cds_end": null,
"cds_length": 4053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859060.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2814delC",
"hgvs_p": "p.Gly939fs",
"transcript": "ENST00000970099.1",
"protein_id": "ENSP00000640158.1",
"transcript_support_level": null,
"aa_start": 938,
"aa_end": null,
"aa_length": 1336,
"cds_start": 2814,
"cds_end": null,
"cds_length": 4011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970099.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2796delC",
"hgvs_p": "p.Gly933fs",
"transcript": "ENST00000859066.1",
"protein_id": "ENSP00000529125.1",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1331,
"cds_start": 2796,
"cds_end": null,
"cds_length": 3996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859066.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2793delC",
"hgvs_p": "p.Gly932fs",
"transcript": "ENST00000930597.1",
"protein_id": "ENSP00000600656.1",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 1330,
"cds_start": 2793,
"cds_end": null,
"cds_length": 3993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930597.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2796delC",
"hgvs_p": "p.Gly933fs",
"transcript": "ENST00000970097.1",
"protein_id": "ENSP00000640156.1",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1330,
"cds_start": 2796,
"cds_end": null,
"cds_length": 3993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970097.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2793delC",
"hgvs_p": "p.Gly932fs",
"transcript": "ENST00000859067.1",
"protein_id": "ENSP00000529126.1",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 1329,
"cds_start": 2793,
"cds_end": null,
"cds_length": 3990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859067.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2787delC",
"hgvs_p": "p.Gly930fs",
"transcript": "ENST00000859059.1",
"protein_id": "ENSP00000529118.1",
"transcript_support_level": null,
"aa_start": 929,
"aa_end": null,
"aa_length": 1327,
"cds_start": 2787,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859059.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2769delC",
"hgvs_p": "p.Gly924fs",
"transcript": "ENST00000930601.1",
"protein_id": "ENSP00000600660.1",
"transcript_support_level": null,
"aa_start": 923,
"aa_end": null,
"aa_length": 1321,
"cds_start": 2769,
"cds_end": null,
"cds_length": 3966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930601.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2760delC",
"hgvs_p": "p.Gly921fs",
"transcript": "ENST00000930595.1",
"protein_id": "ENSP00000600654.1",
"transcript_support_level": null,
"aa_start": 920,
"aa_end": null,
"aa_length": 1318,
"cds_start": 2760,
"cds_end": null,
"cds_length": 3957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930595.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2736delC",
"hgvs_p": "p.Gly913fs",
"transcript": "ENST00000859064.1",
"protein_id": "ENSP00000529123.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 1310,
"cds_start": 2736,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859064.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2697delC",
"hgvs_p": "p.Gly900fs",
"transcript": "ENST00000970098.1",
"protein_id": "ENSP00000640157.1",
"transcript_support_level": null,
"aa_start": 899,
"aa_end": null,
"aa_length": 1297,
"cds_start": 2697,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970098.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2664delC",
"hgvs_p": "p.Gly889fs",
"transcript": "ENST00000859065.1",
"protein_id": "ENSP00000529124.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 1286,
"cds_start": 2664,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859065.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2628delC",
"hgvs_p": "p.Gly877fs",
"transcript": "ENST00000930594.1",
"protein_id": "ENSP00000600653.1",
"transcript_support_level": null,
"aa_start": 876,
"aa_end": null,
"aa_length": 1274,
"cds_start": 2628,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930594.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2610delC",
"hgvs_p": "p.Gly871fs",
"transcript": "ENST00000930600.1",
"protein_id": "ENSP00000600659.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 1268,
"cds_start": 2610,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930600.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2604delC",
"hgvs_p": "p.Gly869fs",
"transcript": "ENST00000930598.1",
"protein_id": "ENSP00000600657.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 1266,
"cds_start": 2604,
"cds_end": null,
"cds_length": 3801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930598.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.864delC",
"hgvs_p": "p.Gly289fs",
"transcript": "ENST00000342220.9",
"protein_id": "ENSP00000339118.5",
"transcript_support_level": 2,
"aa_start": 288,
"aa_end": null,
"aa_length": 687,
"cds_start": 864,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342220.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2727+457delC",
"hgvs_p": null,
"transcript": "ENST00000930596.1",
"protein_id": "ENSP00000600655.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930596.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2727+457delC",
"hgvs_p": null,
"transcript": "ENST00000859061.1",
"protein_id": "ENSP00000529120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1292,
"cds_start": null,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859061.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2568+457delC",
"hgvs_p": null,
"transcript": "ENST00000930599.1",
"protein_id": "ENSP00000600658.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1239,
"cds_start": null,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930599.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2089-3056delC",
"hgvs_p": null,
"transcript": "ENST00000970100.1",
"protein_id": "ENSP00000640159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": null,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970100.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1360-1536delG",
"hgvs_p": null,
"transcript": "XM_047440957.1",
"protein_id": "XP_047296913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": null,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440957.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-1536delG",
"hgvs_p": null,
"transcript": "XM_047440963.1",
"protein_id": "XP_047296919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.1294-1536delG",
"hgvs_p": null,
"transcript": "XM_047440964.1",
"protein_id": "XP_047296920.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440964.1"
}
],
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"dbsnp": "rs769882681",
"frequency_reference_population": 0.000019387971,
"hom_count_reference_population": 0,
"allele_count_reference_population": 27,
"gnomad_exomes_af": 0.0000165537,
"gnomad_genomes_af": 0.00125,
"gnomad_exomes_ac": 23,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": -1.374,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PVS1"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_130444.3",
"gene_symbol": "COL18A1",
"hgnc_id": 2195,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.4068delC",
"hgvs_p": "p.Gly1357fs"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000567670.5",
"gene_symbol": "SLC19A1",
"hgnc_id": 10937,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1294-5893delG",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}