← 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: 2-227008066-TGGG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=227008066&ref=TGGG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 227008066,
"ref": "TGGG",
"alt": "T",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_000092.5",
"consequences": [
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "NM_000092.5",
"protein_id": "NP_000083.3",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4758,
"cds_end": null,
"cds_length": 5073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000396625.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000092.5"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "ENST00000396625.5",
"protein_id": "ENSP00000379866.3",
"transcript_support_level": 5,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4758,
"cds_end": null,
"cds_length": 5073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000092.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396625.5"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.360_362delCCC",
"hgvs_p": "p.Pro121del",
"transcript": "ENST00000682098.1",
"protein_id": "ENSP00000508331.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 224,
"cds_start": 360,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682098.1"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_005246281.4",
"protein_id": "XP_005246338.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4758,
"cds_end": null,
"cds_length": 5073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246281.4"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_047443228.1",
"protein_id": "XP_047299184.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1690,
"cds_start": 4758,
"cds_end": null,
"cds_length": 5073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443228.1"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4677_4679delCCC",
"hgvs_p": "p.Pro1560del",
"transcript": "XM_011510557.3",
"protein_id": "XP_011508859.1",
"transcript_support_level": null,
"aa_start": 1559,
"aa_end": null,
"aa_length": 1663,
"cds_start": 4677,
"cds_end": null,
"cds_length": 4992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510557.3"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4650_4652delCCC",
"hgvs_p": "p.Pro1551del",
"transcript": "XM_011510558.3",
"protein_id": "XP_011508860.1",
"transcript_support_level": null,
"aa_start": 1550,
"aa_end": null,
"aa_length": 1654,
"cds_start": 4650,
"cds_end": null,
"cds_length": 4965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510558.3"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4641_4643delCCC",
"hgvs_p": "p.Pro1548del",
"transcript": "XM_017003297.2",
"protein_id": "XP_016858786.1",
"transcript_support_level": null,
"aa_start": 1547,
"aa_end": null,
"aa_length": 1651,
"cds_start": 4641,
"cds_end": null,
"cds_length": 4956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003297.2"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4569_4571delCCC",
"hgvs_p": "p.Pro1524del",
"transcript": "XM_006712246.4",
"protein_id": "XP_006712309.1",
"transcript_support_level": null,
"aa_start": 1523,
"aa_end": null,
"aa_length": 1627,
"cds_start": 4569,
"cds_end": null,
"cds_length": 4884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712246.4"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_011510559.3",
"protein_id": "XP_011508861.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1612,
"cds_start": 4758,
"cds_end": null,
"cds_length": 4839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510559.3"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_011510560.3",
"protein_id": "XP_011508862.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1612,
"cds_start": 4758,
"cds_end": null,
"cds_length": 4839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510560.3"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_047443241.1",
"protein_id": "XP_047299197.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1612,
"cds_start": 4758,
"cds_end": null,
"cds_length": 4839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443241.1"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_047443242.1",
"protein_id": "XP_047299198.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1612,
"cds_start": 4758,
"cds_end": null,
"cds_length": 4839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443242.1"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_011510561.3",
"protein_id": "XP_011508863.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4758,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510561.3"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_011510562.3",
"protein_id": "XP_011508864.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4758,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510562.3"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del",
"transcript": "XM_047443245.1",
"protein_id": "XP_047299201.1",
"transcript_support_level": null,
"aa_start": 1586,
"aa_end": null,
"aa_length": 1608,
"cds_start": 4758,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443245.1"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4203_4205delCCC",
"hgvs_p": "p.Pro1402del",
"transcript": "XM_005246282.4",
"protein_id": "XP_005246339.1",
"transcript_support_level": null,
"aa_start": 1401,
"aa_end": null,
"aa_length": 1505,
"cds_start": 4203,
"cds_end": null,
"cds_length": 4518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246282.4"
},
{
"aa_ref": "PP",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.3084_3086delCCC",
"hgvs_p": "p.Pro1029del",
"transcript": "XM_011510572.4",
"protein_id": "XP_011508874.1",
"transcript_support_level": null,
"aa_start": 1028,
"aa_end": null,
"aa_length": 1132,
"cds_start": 3084,
"cds_end": null,
"cds_length": 3399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510572.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.*91_*93delCCC",
"hgvs_p": null,
"transcript": "XM_047443246.1",
"protein_id": "XP_047299202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1470,
"cds_start": null,
"cds_end": null,
"cds_length": 4413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443246.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": 45,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_011510565.3",
"protein_id": "XP_011508867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1424,
"cds_start": null,
"cds_end": null,
"cds_length": 4275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510565.3"
},
{
"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": 46,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_011510566.3",
"protein_id": "XP_011508868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1420,
"cds_start": null,
"cds_end": null,
"cds_length": 4263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510566.3"
},
{
"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": 46,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_011510567.3",
"protein_id": "XP_011508869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1420,
"cds_start": null,
"cds_end": null,
"cds_length": 4263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510567.3"
},
{
"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": 46,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_047443248.1",
"protein_id": "XP_047299204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1420,
"cds_start": null,
"cds_end": null,
"cds_length": 4263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443248.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": 46,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_047443249.1",
"protein_id": "XP_047299205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1420,
"cds_start": null,
"cds_end": null,
"cds_length": 4263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443249.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": 46,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_011510569.3",
"protein_id": "XP_011508871.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1414,
"cds_start": null,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510569.3"
},
{
"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": 46,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_011510570.3",
"protein_id": "XP_011508872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1414,
"cds_start": null,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510570.3"
},
{
"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": 46,
"intron_rank": 44,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "c.4216+13979_4216+13981delCCC",
"hgvs_p": null,
"transcript": "XM_047443250.1",
"protein_id": "XP_047299206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1414,
"cds_start": null,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443250.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "n.5058_5060delCCC",
"hgvs_p": null,
"transcript": "XR_001738602.2",
"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": "pseudogene",
"feature": "XR_001738602.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "n.5058_5060delCCC",
"hgvs_p": null,
"transcript": "XR_007069255.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": "pseudogene",
"feature": "XR_007069255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"hgvs_c": "n.5058_5060delCCC",
"hgvs_p": null,
"transcript": "XR_922837.3",
"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": "pseudogene",
"feature": "XR_922837.3"
}
],
"gene_symbol": "COL4A4",
"gene_hgnc_id": 2206,
"dbsnp": "rs1206142672",
"frequency_reference_population": 0.0000013683373,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136834,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.43,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PM4_Supporting",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PM2",
"PM4_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000092.5",
"gene_symbol": "COL4A4",
"hgnc_id": 2206,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR,AD,SD",
"hgvs_c": "c.4758_4760delCCC",
"hgvs_p": "p.Pro1587del"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}