← 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: 3-49121291-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=49121291&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 49121291,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002292.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5332G>C",
"hgvs_p": "p.Ala1778Pro",
"transcript": "NM_002292.4",
"protein_id": "NP_002283.3",
"transcript_support_level": null,
"aa_start": 1778,
"aa_end": null,
"aa_length": 1798,
"cds_start": 5332,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000305544.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002292.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5332G>C",
"hgvs_p": "p.Ala1778Pro",
"transcript": "ENST00000305544.9",
"protein_id": "ENSP00000307156.4",
"transcript_support_level": 1,
"aa_start": 1778,
"aa_end": null,
"aa_length": 1798,
"cds_start": 5332,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002292.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000305544.9"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5332G>C",
"hgvs_p": "p.Ala1778Pro",
"transcript": "ENST00000418109.5",
"protein_id": "ENSP00000388325.1",
"transcript_support_level": 1,
"aa_start": 1778,
"aa_end": null,
"aa_length": 1798,
"cds_start": 5332,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418109.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5374G>C",
"hgvs_p": "p.Ala1792Pro",
"transcript": "ENST00000960189.1",
"protein_id": "ENSP00000630248.1",
"transcript_support_level": null,
"aa_start": 1792,
"aa_end": null,
"aa_length": 1812,
"cds_start": 5374,
"cds_end": null,
"cds_length": 5439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960189.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5374G>C",
"hgvs_p": "p.Ala1792Pro",
"transcript": "ENST00000960202.1",
"protein_id": "ENSP00000630261.1",
"transcript_support_level": null,
"aa_start": 1792,
"aa_end": null,
"aa_length": 1812,
"cds_start": 5374,
"cds_end": null,
"cds_length": 5439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960202.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5359G>C",
"hgvs_p": "p.Ala1787Pro",
"transcript": "ENST00000960193.1",
"protein_id": "ENSP00000630252.1",
"transcript_support_level": null,
"aa_start": 1787,
"aa_end": null,
"aa_length": 1807,
"cds_start": 5359,
"cds_end": null,
"cds_length": 5424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960193.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5344G>C",
"hgvs_p": "p.Ala1782Pro",
"transcript": "ENST00000884814.1",
"protein_id": "ENSP00000554873.1",
"transcript_support_level": null,
"aa_start": 1782,
"aa_end": null,
"aa_length": 1802,
"cds_start": 5344,
"cds_end": null,
"cds_length": 5409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884814.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5338G>C",
"hgvs_p": "p.Ala1780Pro",
"transcript": "ENST00000960192.1",
"protein_id": "ENSP00000630251.1",
"transcript_support_level": null,
"aa_start": 1780,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5338,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960192.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5329G>C",
"hgvs_p": "p.Ala1777Pro",
"transcript": "ENST00000960197.1",
"protein_id": "ENSP00000630256.1",
"transcript_support_level": null,
"aa_start": 1777,
"aa_end": null,
"aa_length": 1797,
"cds_start": 5329,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960197.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5326G>C",
"hgvs_p": "p.Ala1776Pro",
"transcript": "ENST00000884810.1",
"protein_id": "ENSP00000554869.1",
"transcript_support_level": null,
"aa_start": 1776,
"aa_end": null,
"aa_length": 1796,
"cds_start": 5326,
"cds_end": null,
"cds_length": 5391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884810.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5323G>C",
"hgvs_p": "p.Ala1775Pro",
"transcript": "ENST00000921218.1",
"protein_id": "ENSP00000591277.1",
"transcript_support_level": null,
"aa_start": 1775,
"aa_end": null,
"aa_length": 1795,
"cds_start": 5323,
"cds_end": null,
"cds_length": 5388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921218.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5323G>C",
"hgvs_p": "p.Ala1775Pro",
"transcript": "ENST00000960188.1",
"protein_id": "ENSP00000630247.1",
"transcript_support_level": null,
"aa_start": 1775,
"aa_end": null,
"aa_length": 1795,
"cds_start": 5323,
"cds_end": null,
"cds_length": 5388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960188.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5311G>C",
"hgvs_p": "p.Ala1771Pro",
"transcript": "ENST00000960187.1",
"protein_id": "ENSP00000630246.1",
"transcript_support_level": null,
"aa_start": 1771,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5311,
"cds_end": null,
"cds_length": 5376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960187.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5266G>C",
"hgvs_p": "p.Ala1756Pro",
"transcript": "ENST00000960195.1",
"protein_id": "ENSP00000630254.1",
"transcript_support_level": null,
"aa_start": 1756,
"aa_end": null,
"aa_length": 1776,
"cds_start": 5266,
"cds_end": null,
"cds_length": 5331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960195.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5266G>C",
"hgvs_p": "p.Ala1756Pro",
"transcript": "ENST00000960203.1",
"protein_id": "ENSP00000630262.1",
"transcript_support_level": null,
"aa_start": 1756,
"aa_end": null,
"aa_length": 1776,
"cds_start": 5266,
"cds_end": null,
"cds_length": 5331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960203.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5239G>C",
"hgvs_p": "p.Ala1747Pro",
"transcript": "ENST00000960199.1",
"protein_id": "ENSP00000630258.1",
"transcript_support_level": null,
"aa_start": 1747,
"aa_end": null,
"aa_length": 1767,
"cds_start": 5239,
"cds_end": null,
"cds_length": 5304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960199.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5224G>C",
"hgvs_p": "p.Ala1742Pro",
"transcript": "ENST00000960186.1",
"protein_id": "ENSP00000630245.1",
"transcript_support_level": null,
"aa_start": 1742,
"aa_end": null,
"aa_length": 1762,
"cds_start": 5224,
"cds_end": null,
"cds_length": 5289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960186.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5221G>C",
"hgvs_p": "p.Ala1741Pro",
"transcript": "ENST00000884809.1",
"protein_id": "ENSP00000554868.1",
"transcript_support_level": null,
"aa_start": 1741,
"aa_end": null,
"aa_length": 1761,
"cds_start": 5221,
"cds_end": null,
"cds_length": 5286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884809.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5215G>C",
"hgvs_p": "p.Ala1739Pro",
"transcript": "ENST00000960191.1",
"protein_id": "ENSP00000630250.1",
"transcript_support_level": null,
"aa_start": 1739,
"aa_end": null,
"aa_length": 1759,
"cds_start": 5215,
"cds_end": null,
"cds_length": 5280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960191.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5188G>C",
"hgvs_p": "p.Ala1730Pro",
"transcript": "ENST00000884815.1",
"protein_id": "ENSP00000554874.1",
"transcript_support_level": null,
"aa_start": 1730,
"aa_end": null,
"aa_length": 1750,
"cds_start": 5188,
"cds_end": null,
"cds_length": 5253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884815.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5173G>C",
"hgvs_p": "p.Ala1725Pro",
"transcript": "ENST00000960185.1",
"protein_id": "ENSP00000630244.1",
"transcript_support_level": null,
"aa_start": 1725,
"aa_end": null,
"aa_length": 1745,
"cds_start": 5173,
"cds_end": null,
"cds_length": 5238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960185.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5164G>C",
"hgvs_p": "p.Ala1722Pro",
"transcript": "ENST00000960198.1",
"protein_id": "ENSP00000630257.1",
"transcript_support_level": null,
"aa_start": 1722,
"aa_end": null,
"aa_length": 1742,
"cds_start": 5164,
"cds_end": null,
"cds_length": 5229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960198.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5149G>C",
"hgvs_p": "p.Ala1717Pro",
"transcript": "ENST00000884816.1",
"protein_id": "ENSP00000554875.1",
"transcript_support_level": null,
"aa_start": 1717,
"aa_end": null,
"aa_length": 1737,
"cds_start": 5149,
"cds_end": null,
"cds_length": 5214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884816.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5143G>C",
"hgvs_p": "p.Ala1715Pro",
"transcript": "ENST00000884808.1",
"protein_id": "ENSP00000554867.1",
"transcript_support_level": null,
"aa_start": 1715,
"aa_end": null,
"aa_length": 1735,
"cds_start": 5143,
"cds_end": null,
"cds_length": 5208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884808.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5143G>C",
"hgvs_p": "p.Ala1715Pro",
"transcript": "ENST00000884813.1",
"protein_id": "ENSP00000554872.1",
"transcript_support_level": null,
"aa_start": 1715,
"aa_end": null,
"aa_length": 1735,
"cds_start": 5143,
"cds_end": null,
"cds_length": 5208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884813.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5137G>C",
"hgvs_p": "p.Ala1713Pro",
"transcript": "ENST00000960184.1",
"protein_id": "ENSP00000630243.1",
"transcript_support_level": null,
"aa_start": 1713,
"aa_end": null,
"aa_length": 1733,
"cds_start": 5137,
"cds_end": null,
"cds_length": 5202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960184.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5128G>C",
"hgvs_p": "p.Ala1710Pro",
"transcript": "ENST00000960190.1",
"protein_id": "ENSP00000630249.1",
"transcript_support_level": null,
"aa_start": 1710,
"aa_end": null,
"aa_length": 1730,
"cds_start": 5128,
"cds_end": null,
"cds_length": 5193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960190.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5122G>C",
"hgvs_p": "p.Ala1708Pro",
"transcript": "ENST00000884811.1",
"protein_id": "ENSP00000554870.1",
"transcript_support_level": null,
"aa_start": 1708,
"aa_end": null,
"aa_length": 1728,
"cds_start": 5122,
"cds_end": null,
"cds_length": 5187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884811.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5119G>C",
"hgvs_p": "p.Ala1707Pro",
"transcript": "ENST00000960201.1",
"protein_id": "ENSP00000630260.1",
"transcript_support_level": null,
"aa_start": 1707,
"aa_end": null,
"aa_length": 1727,
"cds_start": 5119,
"cds_end": null,
"cds_length": 5184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960201.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.4954G>C",
"hgvs_p": "p.Ala1652Pro",
"transcript": "ENST00000960196.1",
"protein_id": "ENSP00000630255.1",
"transcript_support_level": null,
"aa_start": 1652,
"aa_end": null,
"aa_length": 1672,
"cds_start": 4954,
"cds_end": null,
"cds_length": 5019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960196.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.4948G>C",
"hgvs_p": "p.Ala1650Pro",
"transcript": "ENST00000960194.1",
"protein_id": "ENSP00000630253.1",
"transcript_support_level": null,
"aa_start": 1650,
"aa_end": null,
"aa_length": 1670,
"cds_start": 4948,
"cds_end": null,
"cds_length": 5013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960194.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.4828G>C",
"hgvs_p": "p.Ala1610Pro",
"transcript": "ENST00000884812.1",
"protein_id": "ENSP00000554871.1",
"transcript_support_level": null,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1630,
"cds_start": 4828,
"cds_end": null,
"cds_length": 4893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884812.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.4639G>C",
"hgvs_p": "p.Ala1547Pro",
"transcript": "ENST00000960200.1",
"protein_id": "ENSP00000630259.1",
"transcript_support_level": null,
"aa_start": 1547,
"aa_end": null,
"aa_length": 1567,
"cds_start": 4639,
"cds_end": null,
"cds_length": 4704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960200.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "c.5332G>C",
"hgvs_p": "p.Ala1778Pro",
"transcript": "XM_005265127.5",
"protein_id": "XP_005265184.1",
"transcript_support_level": null,
"aa_start": 1778,
"aa_end": null,
"aa_length": 1798,
"cds_start": 5332,
"cds_end": null,
"cds_length": 5397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265127.5"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "n.512G>C",
"hgvs_p": null,
"transcript": "ENST00000467506.5",
"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": "ENST00000467506.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "n.236G>C",
"hgvs_p": null,
"transcript": "ENST00000484713.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": "ENST00000484713.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"hgvs_c": "n.987G>C",
"hgvs_p": null,
"transcript": "ENST00000498377.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": "ENST00000498377.1"
}
],
"gene_symbol": "LAMB2",
"gene_hgnc_id": 6487,
"dbsnp": null,
"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.39638397097587585,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.176,
"revel_prediction": "Benign",
"alphamissense_score": 0.8411,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.013,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002292.4",
"gene_symbol": "LAMB2",
"hgnc_id": 6487,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5332G>C",
"hgvs_p": "p.Ala1778Pro"
}
],
"clinvar_disease": "LAMB2-related infantile-onset nephrotic syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "LAMB2-related infantile-onset nephrotic syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}