← 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: 1-160314111-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=160314111&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 160314111,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001098398.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "NM_004371.4",
"protein_id": "NP_004362.2",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1224,
"cds_start": 721,
"cds_end": null,
"cds_length": 3675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000241704.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004371.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000241704.8",
"protein_id": "ENSP00000241704.7",
"transcript_support_level": 1,
"aa_start": 241,
"aa_end": null,
"aa_length": 1224,
"cds_start": 721,
"cds_end": null,
"cds_length": 3675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004371.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000241704.8"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000368069.7",
"protein_id": "ENSP00000357048.3",
"transcript_support_level": 1,
"aa_start": 241,
"aa_end": null,
"aa_length": 1233,
"cds_start": 721,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368069.7"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "NM_001098398.2",
"protein_id": "NP_001091868.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1233,
"cds_start": 721,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001098398.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.715G>A",
"hgvs_p": "p.Glu239Lys",
"transcript": "ENST00000971414.1",
"protein_id": "ENSP00000641473.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 1231,
"cds_start": 715,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971414.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.742G>A",
"hgvs_p": "p.Glu248Lys",
"transcript": "ENST00000971420.1",
"protein_id": "ENSP00000641479.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 1231,
"cds_start": 742,
"cds_end": null,
"cds_length": 3696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971420.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Glu247Lys",
"transcript": "ENST00000890164.1",
"protein_id": "ENSP00000560223.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 1230,
"cds_start": 739,
"cds_end": null,
"cds_length": 3693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890164.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.730G>A",
"hgvs_p": "p.Glu244Lys",
"transcript": "ENST00000971418.1",
"protein_id": "ENSP00000641477.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 1227,
"cds_start": 730,
"cds_end": null,
"cds_length": 3684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971418.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.715G>A",
"hgvs_p": "p.Glu239Lys",
"transcript": "ENST00000971415.1",
"protein_id": "ENSP00000641474.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 1222,
"cds_start": 715,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971415.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000971416.1",
"protein_id": "ENSP00000641475.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1217,
"cds_start": 721,
"cds_end": null,
"cds_length": 3654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971416.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000890165.1",
"protein_id": "ENSP00000560224.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1213,
"cds_start": 721,
"cds_end": null,
"cds_length": 3642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890165.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.640G>A",
"hgvs_p": "p.Glu214Lys",
"transcript": "ENST00000971422.1",
"protein_id": "ENSP00000641481.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 1206,
"cds_start": 640,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971422.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000647683.1",
"protein_id": "ENSP00000497495.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1204,
"cds_start": 721,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647683.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000649787.1",
"protein_id": "ENSP00000497231.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1204,
"cds_start": 721,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649787.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.640G>A",
"hgvs_p": "p.Glu214Lys",
"transcript": "ENST00000971417.1",
"protein_id": "ENSP00000641476.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 1197,
"cds_start": 640,
"cds_end": null,
"cds_length": 3594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971417.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000911819.1",
"protein_id": "ENSP00000581878.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1184,
"cds_start": 721,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911819.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000911818.1",
"protein_id": "ENSP00000581877.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1169,
"cds_start": 721,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911818.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys",
"transcript": "ENST00000911820.1",
"protein_id": "ENSP00000581879.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 1159,
"cds_start": 721,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911820.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.511G>A",
"hgvs_p": "p.Glu171Lys",
"transcript": "ENST00000911817.1",
"protein_id": "ENSP00000581876.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 1154,
"cds_start": 511,
"cds_end": null,
"cds_length": 3465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911817.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.460G>A",
"hgvs_p": "p.Glu154Lys",
"transcript": "ENST00000971419.1",
"protein_id": "ENSP00000641478.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 1137,
"cds_start": 460,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971419.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.343G>A",
"hgvs_p": "p.Glu115Lys",
"transcript": "ENST00000971421.1",
"protein_id": "ENSP00000641480.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 1098,
"cds_start": 343,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971421.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.268G>A",
"hgvs_p": "p.Glu90Lys",
"transcript": "ENST00000649676.1",
"protein_id": "ENSP00000497257.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 1024,
"cds_start": 268,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649676.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "c.238G>A",
"hgvs_p": "p.Glu80Lys",
"transcript": "ENST00000647899.1",
"protein_id": "ENSP00000498078.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 680,
"cds_start": 238,
"cds_end": null,
"cds_length": 2044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647899.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.1805G>A",
"hgvs_p": null,
"transcript": "ENST00000647693.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000647693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.*158G>A",
"hgvs_p": null,
"transcript": "ENST00000647799.1",
"protein_id": "ENSP00000497970.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000647799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.721G>A",
"hgvs_p": null,
"transcript": "ENST00000648805.1",
"protein_id": "ENSP00000497433.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000648805.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.721G>A",
"hgvs_p": null,
"transcript": "ENST00000649231.1",
"protein_id": "ENSP00000498061.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000649231.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.*410G>A",
"hgvs_p": null,
"transcript": "ENST00000649963.1",
"protein_id": "ENSP00000498129.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000649963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.*158G>A",
"hgvs_p": null,
"transcript": "ENST00000650154.1",
"protein_id": "ENSP00000497094.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000650154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.393G>A",
"hgvs_p": null,
"transcript": "ENST00000696202.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696202.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.3205G>A",
"hgvs_p": null,
"transcript": "ENST00000696203.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696203.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.3412G>A",
"hgvs_p": null,
"transcript": "ENST00000696204.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696204.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.492G>A",
"hgvs_p": null,
"transcript": "ENST00000696206.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696206.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.718G>A",
"hgvs_p": null,
"transcript": "ENST00000696207.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696207.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.824G>A",
"hgvs_p": null,
"transcript": "ENST00000696208.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696208.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.1117G>A",
"hgvs_p": null,
"transcript": "ENST00000696209.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696209.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.1117G>A",
"hgvs_p": null,
"transcript": "ENST00000696210.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696210.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.1117G>A",
"hgvs_p": null,
"transcript": "ENST00000696211.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696211.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.3405G>A",
"hgvs_p": null,
"transcript": "ENST00000696212.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696212.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.1848G>A",
"hgvs_p": null,
"transcript": "ENST00000696213.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696213.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.3431G>A",
"hgvs_p": null,
"transcript": "ENST00000696214.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696214.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.824G>A",
"hgvs_p": null,
"transcript": "ENST00000696215.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000696215.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.*158G>A",
"hgvs_p": null,
"transcript": "ENST00000647799.1",
"protein_id": "ENSP00000497970.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000647799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.*410G>A",
"hgvs_p": null,
"transcript": "ENST00000649963.1",
"protein_id": "ENSP00000498129.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000649963.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.*158G>A",
"hgvs_p": null,
"transcript": "ENST00000650154.1",
"protein_id": "ENSP00000497094.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000650154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"hgvs_c": "n.314-944G>A",
"hgvs_p": null,
"transcript": "ENST00000648501.1",
"protein_id": "ENSP00000498118.1",
"transcript_support_level": null,
"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": "nonsense_mediated_decay",
"feature": "ENST00000648501.1"
}
],
"gene_symbol": "COPA",
"gene_hgnc_id": 2230,
"dbsnp": "rs794727995",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.79316645860672,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.757,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9934,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.28,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.473,
"phylop100way_prediction": "Uncertain_significance",
"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": 13,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 13,
"benign_score": 0,
"pathogenic_score": 13,
"criteria": [
"PM1",
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001098398.2",
"gene_symbol": "COPA",
"hgnc_id": 2230,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.721G>A",
"hgvs_p": "p.Glu241Lys"
}
],
"clinvar_disease": "Autoimmune interstitial lung disease-arthritis syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "Autoimmune interstitial lung disease-arthritis syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}