← 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-45455861-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=45455861&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 20,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "COL18A1",
"hgnc_id": 2195,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Gly111Arg",
"inheritance_mode": "AR,AD",
"pathogenic_score": 0,
"score": -20,
"transcript": "NM_130444.3",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_score": -20,
"allele_count_reference_population": 1477,
"alphamissense_prediction": null,
"alphamissense_score": 0.5713,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.32,
"chr": "21",
"clinvar_classification": "Benign",
"clinvar_disease": "COL18A1-related disorder,not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.010848164558410645,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 1519,
"aa_ref": "G",
"aa_start": 111,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5891,
"cdna_start": 340,
"cds_end": null,
"cds_length": 4560,
"cds_start": 331,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000355480.10",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Gly111Arg",
"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": 1339,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5408,
"cdna_start": null,
"cds_end": null,
"cds_length": 4020,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001379500.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1339,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5408,
"cdna_start": null,
"cds_end": null,
"cds_length": 4020,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000651438.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": "R",
"aa_end": null,
"aa_length": 1754,
"aa_ref": "G",
"aa_start": 111,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6596,
"cdna_start": 340,
"cds_end": null,
"cds_length": 5265,
"cds_start": 331,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_130444.3",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Gly111Arg",
"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": "R",
"aa_end": null,
"aa_length": 1754,
"aa_ref": "G",
"aa_start": 111,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6586,
"cdna_start": 331,
"cds_end": null,
"cds_length": 5265,
"cds_start": 331,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000359759.8",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Gly111Arg",
"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": "R",
"aa_end": null,
"aa_length": 1519,
"aa_ref": "G",
"aa_start": 111,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5891,
"cdna_start": 340,
"cds_end": null,
"cds_length": 4560,
"cds_start": 331,
"consequences": [
"missense_variant"
],
"exon_count": 41,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_030582.4",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Gly111Arg",
"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": "R",
"aa_end": null,
"aa_length": 1483,
"aa_ref": "G",
"aa_start": 75,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5863,
"cdna_start": 312,
"cds_end": null,
"cds_length": 4452,
"cds_start": 223,
"consequences": [
"missense_variant"
],
"exon_count": 43,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000859062.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.223G>A",
"hgvs_p": "p.Gly75Arg",
"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": null,
"aa_end": null,
"aa_length": 1421,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4497,
"cdna_start": null,
"cds_end": null,
"cds_length": 4266,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930602.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1362,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4317,
"cdna_start": null,
"cds_end": null,
"cds_length": 4089,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859069.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1359,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4313,
"cdna_start": null,
"cds_end": null,
"cds_length": 4080,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859068.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1357,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5482,
"cdna_start": null,
"cds_end": null,
"cds_length": 4074,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859063.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1350,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5475,
"cdna_start": null,
"cds_end": null,
"cds_length": 4053,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 43,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859060.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1336,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5393,
"cdna_start": null,
"cds_end": null,
"cds_length": 4011,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000970099.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1331,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4248,
"cdna_start": null,
"cds_end": null,
"cds_length": 3996,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859066.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1330,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5399,
"cdna_start": null,
"cds_end": null,
"cds_length": 3993,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930597.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1330,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5406,
"cdna_start": null,
"cds_end": null,
"cds_length": 3993,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000970097.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1329,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4241,
"cdna_start": null,
"cds_end": null,
"cds_length": 3990,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859067.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1327,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5414,
"cdna_start": null,
"cds_end": null,
"cds_length": 3984,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859059.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1321,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4202,
"cdna_start": null,
"cds_end": null,
"cds_length": 3966,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930601.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1318,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5373,
"cdna_start": null,
"cds_end": null,
"cds_length": 3957,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930595.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1310,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5318,
"cdna_start": null,
"cds_end": null,
"cds_length": 3933,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859064.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1297,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5303,
"cdna_start": null,
"cds_end": null,
"cds_length": 3894,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 39,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000970098.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1293,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5289,
"cdna_start": null,
"cds_end": null,
"cds_length": 3882,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930596.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1292,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5296,
"cdna_start": null,
"cds_end": null,
"cds_length": 3879,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859061.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1286,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4116,
"cdna_start": null,
"cds_end": null,
"cds_length": 3861,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 41,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000859065.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1274,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5242,
"cdna_start": null,
"cds_end": null,
"cds_length": 3825,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930594.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1268,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4062,
"cdna_start": null,
"cds_end": null,
"cds_length": 3807,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930600.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1266,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5201,
"cdna_start": null,
"cds_end": null,
"cds_length": 3801,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 38,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930598.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 1239,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5104,
"cdna_start": null,
"cds_end": null,
"cds_length": 3720,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 40,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930599.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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": null,
"aa_end": null,
"aa_length": 961,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3111,
"cdna_start": null,
"cds_end": null,
"cds_length": 2886,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 27,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000970100.1",
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"hgvs_c": "c.107-12381G>A",
"hgvs_p": null,
"intron_rank": 2,
"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
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs114139997",
"effect": "missense_variant",
"frequency_reference_population": 0.0009156192,
"gene_hgnc_id": 2195,
"gene_symbol": "COL18A1",
"gnomad_exomes_ac": 705,
"gnomad_exomes_af": 0.000482595,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_ac": 772,
"gnomad_genomes_af": 0.00507014,
"gnomad_genomes_homalt": 7,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 11,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not provided|not specified|COL18A1-related disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.32,
"pos": 45455861,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.347,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_130444.3"
}
]
}