← 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-45510178-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=45510178&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "COL18A1",
"hgnc_id": 2195,
"hgvs_c": "c.4855G>C",
"hgvs_p": "p.Ala1619Pro",
"inheritance_mode": "AR,AD",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_130444.3",
"verdict": "Likely_pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"intron_variant"
],
"gene_symbol": "SLC19A1",
"hgnc_id": 10937,
"hgvs_c": "c.1294-11566C>G",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 6,
"score": 6,
"transcript": "ENST00000567670.5",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_score": 6,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.9619,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.3,
"chr": "21",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9755667448043823,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1339,
"aa_ref": "A",
"aa_start": 1204,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5408,
"cdna_start": 3676,
"cds_end": null,
"cds_length": 4020,
"cds_start": 3610,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "NM_001379500.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3610G>C",
"hgvs_p": "p.Ala1204Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000651438.1",
"protein_coding": true,
"protein_id": "NP_001366429.1",
"strand": true,
"transcript": "NM_001379500.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1339,
"aa_ref": "A",
"aa_start": 1204,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5408,
"cdna_start": 3676,
"cds_end": null,
"cds_length": 4020,
"cds_start": 3610,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000651438.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3610G>C",
"hgvs_p": "p.Ala1204Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001379500.1",
"protein_coding": true,
"protein_id": "ENSP00000498485.1",
"strand": true,
"transcript": "ENST00000651438.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1519,
"aa_ref": "A",
"aa_start": 1384,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5891,
"cdna_start": 4159,
"cds_end": null,
"cds_length": 4560,
"cds_start": 4150,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000355480.10",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.4150G>C",
"hgvs_p": "p.Ala1384Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000347665.5",
"strand": true,
"transcript": "ENST00000355480.10",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 545,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2029,
"cdna_start": null,
"cds_end": null,
"cds_length": 1638,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000567670.5",
"gene_hgnc_id": 10937,
"gene_symbol": "SLC19A1",
"hgvs_c": "c.1294-11566C>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000457278.1",
"strand": false,
"transcript": "ENST00000567670.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 268,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3572,
"cdna_start": null,
"cds_end": null,
"cds_length": 807,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000417954.5",
"gene_hgnc_id": 10937,
"gene_symbol": "SLC19A1",
"hgvs_c": "c.496-11566C>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000393988.1",
"strand": false,
"transcript": "ENST00000417954.5",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1754,
"aa_ref": "A",
"aa_start": 1619,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6596,
"cdna_start": 4864,
"cds_end": null,
"cds_length": 5265,
"cds_start": 4855,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "NM_130444.3",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.4855G>C",
"hgvs_p": "p.Ala1619Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_569711.2",
"strand": true,
"transcript": "NM_130444.3",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1754,
"aa_ref": "A",
"aa_start": 1619,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6586,
"cdna_start": 4855,
"cds_end": null,
"cds_length": 5265,
"cds_start": 4855,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000359759.8",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.4855G>C",
"hgvs_p": "p.Ala1619Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000352798.4",
"strand": true,
"transcript": "ENST00000359759.8",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1519,
"aa_ref": "A",
"aa_start": 1384,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5891,
"cdna_start": 4159,
"cds_end": null,
"cds_length": 4560,
"cds_start": 4150,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "NM_030582.4",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.4150G>C",
"hgvs_p": "p.Ala1384Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_085059.2",
"strand": true,
"transcript": "NM_030582.4",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1483,
"aa_ref": "A",
"aa_start": 1348,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5863,
"cdna_start": 4131,
"cds_end": null,
"cds_length": 4452,
"cds_start": 4042,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": 41,
"exon_rank_end": null,
"feature": "ENST00000859062.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.4042G>C",
"hgvs_p": "p.Ala1348Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529121.1",
"strand": true,
"transcript": "ENST00000859062.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1421,
"aa_ref": "A",
"aa_start": 1286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4497,
"cdna_start": 3917,
"cds_end": null,
"cds_length": 4266,
"cds_start": 3856,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000930602.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3856G>C",
"hgvs_p": "p.Ala1286Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600661.1",
"strand": true,
"transcript": "ENST00000930602.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1362,
"aa_ref": "A",
"aa_start": 1227,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4317,
"cdna_start": 3740,
"cds_end": null,
"cds_length": 4089,
"cds_start": 3679,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": 41,
"exon_rank_end": null,
"feature": "ENST00000859069.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3679G>C",
"hgvs_p": "p.Ala1227Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529128.1",
"strand": true,
"transcript": "ENST00000859069.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1359,
"aa_ref": "A",
"aa_start": 1224,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4313,
"cdna_start": 3736,
"cds_end": null,
"cds_length": 4080,
"cds_start": 3670,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000859068.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3670G>C",
"hgvs_p": "p.Ala1224Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529127.1",
"strand": true,
"transcript": "ENST00000859068.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1357,
"aa_ref": "A",
"aa_start": 1222,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5482,
"cdna_start": 3750,
"cds_end": null,
"cds_length": 4074,
"cds_start": 3664,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000859063.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3664G>C",
"hgvs_p": "p.Ala1222Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529122.1",
"strand": true,
"transcript": "ENST00000859063.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1350,
"aa_ref": "A",
"aa_start": 1215,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5475,
"cdna_start": 3744,
"cds_end": null,
"cds_length": 4053,
"cds_start": 3643,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": 41,
"exon_rank_end": null,
"feature": "ENST00000859060.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3643G>C",
"hgvs_p": "p.Ala1215Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529119.1",
"strand": true,
"transcript": "ENST00000859060.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1336,
"aa_ref": "A",
"aa_start": 1201,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5393,
"cdna_start": 3662,
"cds_end": null,
"cds_length": 4011,
"cds_start": 3601,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": 40,
"exon_rank_end": null,
"feature": "ENST00000970099.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3601G>C",
"hgvs_p": "p.Ala1201Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640158.1",
"strand": true,
"transcript": "ENST00000970099.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1331,
"aa_ref": "A",
"aa_start": 1196,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4248,
"cdna_start": 3675,
"cds_end": null,
"cds_length": 3996,
"cds_start": 3586,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000859066.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3586G>C",
"hgvs_p": "p.Ala1196Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529125.1",
"strand": true,
"transcript": "ENST00000859066.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1330,
"aa_ref": "A",
"aa_start": 1195,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5399,
"cdna_start": 3668,
"cds_end": null,
"cds_length": 3993,
"cds_start": 3583,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000930597.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3583G>C",
"hgvs_p": "p.Ala1195Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600656.1",
"strand": true,
"transcript": "ENST00000930597.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1330,
"aa_ref": "A",
"aa_start": 1195,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5406,
"cdna_start": 3675,
"cds_end": null,
"cds_length": 3993,
"cds_start": 3583,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000970097.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3583G>C",
"hgvs_p": "p.Ala1195Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640156.1",
"strand": true,
"transcript": "ENST00000970097.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1329,
"aa_ref": "A",
"aa_start": 1194,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4241,
"cdna_start": 3646,
"cds_end": null,
"cds_length": 3990,
"cds_start": 3580,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000859067.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3580G>C",
"hgvs_p": "p.Ala1194Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529126.1",
"strand": true,
"transcript": "ENST00000859067.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1327,
"aa_ref": "A",
"aa_start": 1192,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5414,
"cdna_start": 3682,
"cds_end": null,
"cds_length": 3984,
"cds_start": 3574,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000859059.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3574G>C",
"hgvs_p": "p.Ala1192Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529118.1",
"strand": true,
"transcript": "ENST00000859059.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1321,
"aa_ref": "A",
"aa_start": 1186,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4202,
"cdna_start": 3622,
"cds_end": null,
"cds_length": 3966,
"cds_start": 3556,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000930601.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3556G>C",
"hgvs_p": "p.Ala1186Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600660.1",
"strand": true,
"transcript": "ENST00000930601.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1318,
"aa_ref": "A",
"aa_start": 1183,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5373,
"cdna_start": 3641,
"cds_end": null,
"cds_length": 3957,
"cds_start": 3547,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000930595.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3547G>C",
"hgvs_p": "p.Ala1183Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600654.1",
"strand": true,
"transcript": "ENST00000930595.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1310,
"aa_ref": "A",
"aa_start": 1175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5318,
"cdna_start": 3589,
"cds_end": null,
"cds_length": 3933,
"cds_start": 3523,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000859064.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3523G>C",
"hgvs_p": "p.Ala1175Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529123.1",
"strand": true,
"transcript": "ENST00000859064.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1297,
"aa_ref": "A",
"aa_start": 1162,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5303,
"cdna_start": 3570,
"cds_end": null,
"cds_length": 3894,
"cds_start": 3484,
"consequences": [
"missense_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "ENST00000970098.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3484G>C",
"hgvs_p": "p.Ala1162Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640157.1",
"strand": true,
"transcript": "ENST00000970098.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1293,
"aa_ref": "A",
"aa_start": 1158,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5289,
"cdna_start": 3557,
"cds_end": null,
"cds_length": 3882,
"cds_start": 3472,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000930596.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3472G>C",
"hgvs_p": "p.Ala1158Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600655.1",
"strand": true,
"transcript": "ENST00000930596.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1292,
"aa_ref": "A",
"aa_start": 1157,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5296,
"cdna_start": 3563,
"cds_end": null,
"cds_length": 3879,
"cds_start": 3469,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000859061.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3469G>C",
"hgvs_p": "p.Ala1157Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529120.1",
"strand": true,
"transcript": "ENST00000859061.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1286,
"aa_ref": "A",
"aa_start": 1151,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4116,
"cdna_start": 3517,
"cds_end": null,
"cds_length": 3861,
"cds_start": 3451,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 39,
"exon_rank_end": null,
"feature": "ENST00000859065.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3451G>C",
"hgvs_p": "p.Ala1151Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529124.1",
"strand": true,
"transcript": "ENST00000859065.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1274,
"aa_ref": "A",
"aa_start": 1139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5242,
"cdna_start": 3509,
"cds_end": null,
"cds_length": 3825,
"cds_start": 3415,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 38,
"exon_rank_end": null,
"feature": "ENST00000930594.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3415G>C",
"hgvs_p": "p.Ala1139Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600653.1",
"strand": true,
"transcript": "ENST00000930594.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1268,
"aa_ref": "A",
"aa_start": 1133,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4062,
"cdna_start": 3467,
"cds_end": null,
"cds_length": 3807,
"cds_start": 3397,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 38,
"exon_rank_end": null,
"feature": "ENST00000930600.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3397G>C",
"hgvs_p": "p.Ala1133Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600659.1",
"strand": true,
"transcript": "ENST00000930600.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1266,
"aa_ref": "A",
"aa_start": 1131,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5201,
"cdna_start": 3469,
"cds_end": null,
"cds_length": 3801,
"cds_start": 3391,
"consequences": [
"missense_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000930598.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3391G>C",
"hgvs_p": "p.Ala1131Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600657.1",
"strand": true,
"transcript": "ENST00000930598.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 1239,
"aa_ref": "A",
"aa_start": 1104,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5104,
"cdna_start": 3375,
"cds_end": null,
"cds_length": 3720,
"cds_start": 3310,
"consequences": [
"missense_variant"
],
"exon_count": 40,
"exon_rank": 38,
"exon_rank_end": null,
"feature": "ENST00000930599.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.3310G>C",
"hgvs_p": "p.Ala1104Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600658.1",
"strand": true,
"transcript": "ENST00000930599.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 961,
"aa_ref": "A",
"aa_start": 826,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3111,
"cdna_start": 2533,
"cds_end": null,
"cds_length": 2886,
"cds_start": 2476,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000970100.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.2476G>C",
"hgvs_p": "p.Ala826Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640159.1",
"strand": true,
"transcript": "ENST00000970100.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 687,
"aa_ref": "A",
"aa_start": 552,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3386,
"cdna_start": 1654,
"cds_end": null,
"cds_length": 2064,
"cds_start": 1654,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "ENST00000342220.9",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.1654G>C",
"hgvs_p": "p.Ala552Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000339118.5",
"strand": true,
"transcript": "ENST00000342220.9",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 278,
"aa_ref": "A",
"aa_start": 188,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 839,
"cdna_start": 564,
"cds_end": null,
"cds_length": 837,
"cds_start": 562,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000423214.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.562G>C",
"hgvs_p": "p.Ala188Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000415692.1",
"strand": true,
"transcript": "ENST00000423214.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 466,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2187,
"cdna_start": null,
"cds_end": null,
"cds_length": 1401,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047440957.1",
"gene_hgnc_id": 10937,
"gene_symbol": "SLC19A1",
"hgvs_c": "c.1360-7209C>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047296913.1",
"strand": false,
"transcript": "XM_047440957.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 444,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1868,
"cdna_start": null,
"cds_end": null,
"cds_length": 1335,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047440963.1",
"gene_hgnc_id": 10937,
"gene_symbol": "SLC19A1",
"hgvs_c": "c.1294-7209C>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047296919.1",
"strand": false,
"transcript": "XM_047440963.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 444,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1855,
"cdna_start": null,
"cds_end": null,
"cds_length": 1335,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047440964.1",
"gene_hgnc_id": 10937,
"gene_symbol": "SLC19A1",
"hgvs_c": "c.1294-7209C>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047296920.1",
"strand": false,
"transcript": "XM_047440964.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2515,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000473212.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "n.1936G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000473212.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs144147445",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.675,
"pos": 45510178,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.67,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.15000000596046448,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.15,
"transcript": "NM_130444.3"
}
]
}