← 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-45512201-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=45512201&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 45512201,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_130444.3",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3823G>A",
"hgvs_p": "p.Val1275Met",
"transcript": "NM_001379500.1",
"protein_id": "NP_001366429.1",
"transcript_support_level": null,
"aa_start": 1275,
"aa_end": null,
"aa_length": 1339,
"cds_start": 3823,
"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": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3823G>A",
"hgvs_p": "p.Val1275Met",
"transcript": "ENST00000651438.1",
"protein_id": "ENSP00000498485.1",
"transcript_support_level": null,
"aa_start": 1275,
"aa_end": null,
"aa_length": 1339,
"cds_start": 3823,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.4363G>A",
"hgvs_p": "p.Val1455Met",
"transcript": "ENST00000355480.10",
"protein_id": "ENSP00000347665.5",
"transcript_support_level": 1,
"aa_start": 1455,
"aa_end": null,
"aa_length": 1519,
"cds_start": 4363,
"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-13589C>T",
"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-13589C>T",
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.5068G>A",
"hgvs_p": "p.Val1690Met",
"transcript": "NM_130444.3",
"protein_id": "NP_569711.2",
"transcript_support_level": null,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1754,
"cds_start": 5068,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.5068G>A",
"hgvs_p": "p.Val1690Met",
"transcript": "ENST00000359759.8",
"protein_id": "ENSP00000352798.4",
"transcript_support_level": 5,
"aa_start": 1690,
"aa_end": null,
"aa_length": 1754,
"cds_start": 5068,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.4363G>A",
"hgvs_p": "p.Val1455Met",
"transcript": "NM_030582.4",
"protein_id": "NP_085059.2",
"transcript_support_level": null,
"aa_start": 1455,
"aa_end": null,
"aa_length": 1519,
"cds_start": 4363,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.4255G>A",
"hgvs_p": "p.Val1419Met",
"transcript": "ENST00000859062.1",
"protein_id": "ENSP00000529121.1",
"transcript_support_level": null,
"aa_start": 1419,
"aa_end": null,
"aa_length": 1483,
"cds_start": 4255,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.4069G>A",
"hgvs_p": "p.Val1357Met",
"transcript": "ENST00000930602.1",
"protein_id": "ENSP00000600661.1",
"transcript_support_level": null,
"aa_start": 1357,
"aa_end": null,
"aa_length": 1421,
"cds_start": 4069,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3892G>A",
"hgvs_p": "p.Val1298Met",
"transcript": "ENST00000859069.1",
"protein_id": "ENSP00000529128.1",
"transcript_support_level": null,
"aa_start": 1298,
"aa_end": null,
"aa_length": 1362,
"cds_start": 3892,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3883G>A",
"hgvs_p": "p.Val1295Met",
"transcript": "ENST00000859068.1",
"protein_id": "ENSP00000529127.1",
"transcript_support_level": null,
"aa_start": 1295,
"aa_end": null,
"aa_length": 1359,
"cds_start": 3883,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3877G>A",
"hgvs_p": "p.Val1293Met",
"transcript": "ENST00000859063.1",
"protein_id": "ENSP00000529122.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3877,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3856G>A",
"hgvs_p": "p.Val1286Met",
"transcript": "ENST00000859060.1",
"protein_id": "ENSP00000529119.1",
"transcript_support_level": null,
"aa_start": 1286,
"aa_end": null,
"aa_length": 1350,
"cds_start": 3856,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3814G>A",
"hgvs_p": "p.Val1272Met",
"transcript": "ENST00000970099.1",
"protein_id": "ENSP00000640158.1",
"transcript_support_level": null,
"aa_start": 1272,
"aa_end": null,
"aa_length": 1336,
"cds_start": 3814,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3799G>A",
"hgvs_p": "p.Val1267Met",
"transcript": "ENST00000859066.1",
"protein_id": "ENSP00000529125.1",
"transcript_support_level": null,
"aa_start": 1267,
"aa_end": null,
"aa_length": 1331,
"cds_start": 3799,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3796G>A",
"hgvs_p": "p.Val1266Met",
"transcript": "ENST00000930597.1",
"protein_id": "ENSP00000600656.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 1330,
"cds_start": 3796,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3796G>A",
"hgvs_p": "p.Val1266Met",
"transcript": "ENST00000970097.1",
"protein_id": "ENSP00000640156.1",
"transcript_support_level": null,
"aa_start": 1266,
"aa_end": null,
"aa_length": 1330,
"cds_start": 3796,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3793G>A",
"hgvs_p": "p.Val1265Met",
"transcript": "ENST00000859067.1",
"protein_id": "ENSP00000529126.1",
"transcript_support_level": null,
"aa_start": 1265,
"aa_end": null,
"aa_length": 1329,
"cds_start": 3793,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3787G>A",
"hgvs_p": "p.Val1263Met",
"transcript": "ENST00000859059.1",
"protein_id": "ENSP00000529118.1",
"transcript_support_level": null,
"aa_start": 1263,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3787,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3769G>A",
"hgvs_p": "p.Val1257Met",
"transcript": "ENST00000930601.1",
"protein_id": "ENSP00000600660.1",
"transcript_support_level": null,
"aa_start": 1257,
"aa_end": null,
"aa_length": 1321,
"cds_start": 3769,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3760G>A",
"hgvs_p": "p.Val1254Met",
"transcript": "ENST00000930595.1",
"protein_id": "ENSP00000600654.1",
"transcript_support_level": null,
"aa_start": 1254,
"aa_end": null,
"aa_length": 1318,
"cds_start": 3760,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3736G>A",
"hgvs_p": "p.Val1246Met",
"transcript": "ENST00000859064.1",
"protein_id": "ENSP00000529123.1",
"transcript_support_level": null,
"aa_start": 1246,
"aa_end": null,
"aa_length": 1310,
"cds_start": 3736,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3697G>A",
"hgvs_p": "p.Val1233Met",
"transcript": "ENST00000970098.1",
"protein_id": "ENSP00000640157.1",
"transcript_support_level": null,
"aa_start": 1233,
"aa_end": null,
"aa_length": 1297,
"cds_start": 3697,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3685G>A",
"hgvs_p": "p.Val1229Met",
"transcript": "ENST00000930596.1",
"protein_id": "ENSP00000600655.1",
"transcript_support_level": null,
"aa_start": 1229,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3685,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3682G>A",
"hgvs_p": "p.Val1228Met",
"transcript": "ENST00000859061.1",
"protein_id": "ENSP00000529120.1",
"transcript_support_level": null,
"aa_start": 1228,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3682,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3664G>A",
"hgvs_p": "p.Val1222Met",
"transcript": "ENST00000859065.1",
"protein_id": "ENSP00000529124.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3664,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3628G>A",
"hgvs_p": "p.Val1210Met",
"transcript": "ENST00000930594.1",
"protein_id": "ENSP00000600653.1",
"transcript_support_level": null,
"aa_start": 1210,
"aa_end": null,
"aa_length": 1274,
"cds_start": 3628,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3610G>A",
"hgvs_p": "p.Val1204Met",
"transcript": "ENST00000930600.1",
"protein_id": "ENSP00000600659.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3610,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3604G>A",
"hgvs_p": "p.Val1202Met",
"transcript": "ENST00000930598.1",
"protein_id": "ENSP00000600657.1",
"transcript_support_level": null,
"aa_start": 1202,
"aa_end": null,
"aa_length": 1266,
"cds_start": 3604,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.3523G>A",
"hgvs_p": "p.Val1175Met",
"transcript": "ENST00000930599.1",
"protein_id": "ENSP00000600658.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1239,
"cds_start": 3523,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.2689G>A",
"hgvs_p": "p.Val897Met",
"transcript": "ENST00000970100.1",
"protein_id": "ENSP00000640159.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 961,
"cds_start": 2689,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.1867G>A",
"hgvs_p": "p.Val623Met",
"transcript": "ENST00000342220.9",
"protein_id": "ENSP00000339118.5",
"transcript_support_level": 2,
"aa_start": 623,
"aa_end": null,
"aa_length": 687,
"cds_start": 1867,
"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": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "c.775G>A",
"hgvs_p": "p.Val259Met",
"transcript": "ENST00000423214.1",
"protein_id": "ENSP00000415692.1",
"transcript_support_level": 5,
"aa_start": 259,
"aa_end": null,
"aa_length": 278,
"cds_start": 775,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423214.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "c.*3457C>T",
"hgvs_p": null,
"transcript": "ENST00000859470.1",
"protein_id": "ENSP00000529529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 591,
"cds_start": null,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859470.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-9232C>T",
"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-9232C>T",
"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-9232C>T",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "COL18A1",
"gene_hgnc_id": 2195,
"hgvs_c": "n.2149G>A",
"hgvs_p": null,
"transcript": "ENST00000473212.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000473212.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A1",
"gene_hgnc_id": 10937,
"hgvs_c": "n.*161C>T",
"hgvs_p": null,
"transcript": "ENST00000468508.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000468508.1"
}
],
"gene_symbol": "COL18A1",
"gene_hgnc_id": 2195,
"dbsnp": "rs61736805",
"frequency_reference_population": 0.000021087546,
"hom_count_reference_population": 1,
"allele_count_reference_population": 34,
"gnomad_exomes_af": 0.0000219181,
"gnomad_genomes_af": 0.0000131278,
"gnomad_exomes_ac": 32,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7115961313247681,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.418,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1999,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.14,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_130444.3",
"gene_symbol": "COL18A1",
"hgnc_id": 2195,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.5068G>A",
"hgvs_p": "p.Val1690Met"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000567670.5",
"gene_symbol": "SLC19A1",
"hgnc_id": 10937,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1294-13589C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}