← 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: 8-22164028-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=22164028&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 22164028,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_003018.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "NM_001317778.2",
"protein_id": "NP_001304707.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000679463.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317778.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "ENST00000679463.1",
"protein_id": "ENSP00000505152.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001317778.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679463.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.581T>C",
"hgvs_p": "p.Leu194Pro",
"transcript": "ENST00000318561.7",
"protein_id": "ENSP00000316152.3",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 197,
"cds_start": 581,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318561.7"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "ENST00000521315.5",
"protein_id": "ENSP00000430410.1",
"transcript_support_level": 1,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521315.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.581T>C",
"hgvs_p": "p.Leu194Pro",
"transcript": "NM_001172410.2",
"protein_id": "NP_001165881.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 197,
"cds_start": 581,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172410.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.581T>C",
"hgvs_p": "p.Leu194Pro",
"transcript": "NM_001385653.1",
"protein_id": "NP_001372582.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 197,
"cds_start": 581,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385653.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.581T>C",
"hgvs_p": "p.Leu194Pro",
"transcript": "NM_001385654.1",
"protein_id": "NP_001372583.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 197,
"cds_start": 581,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385654.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.581T>C",
"hgvs_p": "p.Leu194Pro",
"transcript": "NM_001385655.1",
"protein_id": "NP_001372584.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 197,
"cds_start": 581,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385655.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.581T>C",
"hgvs_p": "p.Leu194Pro",
"transcript": "NM_003018.4",
"protein_id": "NP_003009.2",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 197,
"cds_start": 581,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003018.4"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "NM_001172357.2",
"protein_id": "NP_001165828.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172357.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "NM_001317780.2",
"protein_id": "NP_001304709.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317780.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "NM_001385656.1",
"protein_id": "NP_001372585.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385656.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "NM_001385657.1",
"protein_id": "NP_001372586.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385657.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "NM_001385658.1",
"protein_id": "NP_001372587.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385658.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.563T>C",
"hgvs_p": "p.Leu188Pro",
"transcript": "NM_001385659.1",
"protein_id": "NP_001372588.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 191,
"cds_start": 563,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385659.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Leu157Pro",
"transcript": "ENST00000950317.1",
"protein_id": "ENSP00000620376.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 160,
"cds_start": 470,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950317.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.452T>C",
"hgvs_p": "p.Leu151Pro",
"transcript": "ENST00000905727.1",
"protein_id": "ENSP00000575786.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 154,
"cds_start": 452,
"cds_end": null,
"cds_length": 465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905727.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.422T>C",
"hgvs_p": "p.Leu141Pro",
"transcript": "NM_001317779.2",
"protein_id": "NP_001304708.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 144,
"cds_start": 422,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317779.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.422T>C",
"hgvs_p": "p.Leu141Pro",
"transcript": "NM_001385660.1",
"protein_id": "NP_001372589.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 144,
"cds_start": 422,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001385660.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.422T>C",
"hgvs_p": "p.Leu141Pro",
"transcript": "ENST00000524255.5",
"protein_id": "ENSP00000429552.1",
"transcript_support_level": 2,
"aa_start": 141,
"aa_end": null,
"aa_length": 144,
"cds_start": 422,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524255.5"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.311T>C",
"hgvs_p": "p.Leu104Pro",
"transcript": "ENST00000950318.1",
"protein_id": "ENSP00000620377.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 107,
"cds_start": 311,
"cds_end": null,
"cds_length": 324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950318.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.311T>C",
"hgvs_p": "p.Leu104Pro",
"transcript": "ENST00000950321.1",
"protein_id": "ENSP00000620380.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 107,
"cds_start": 311,
"cds_end": null,
"cds_length": 324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950321.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.299T>C",
"hgvs_p": "p.Leu100Pro",
"transcript": "ENST00000950319.1",
"protein_id": "ENSP00000620378.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 103,
"cds_start": 299,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950319.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.293T>C",
"hgvs_p": "p.Leu98Pro",
"transcript": "ENST00000905723.1",
"protein_id": "ENSP00000575783.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 101,
"cds_start": 293,
"cds_end": null,
"cds_length": 306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905723.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000950320.1",
"protein_id": "ENSP00000620379.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 97,
"cds_start": 281,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950320.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.422T>C",
"hgvs_p": "p.Leu141Pro",
"transcript": "XM_011544613.4",
"protein_id": "XP_011542915.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 144,
"cds_start": 422,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544613.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.*208T>C",
"hgvs_p": null,
"transcript": "ENST00000437090.6",
"protein_id": "ENSP00000407931.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": null,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437090.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.277-238T>C",
"hgvs_p": null,
"transcript": "ENST00000520605.5",
"protein_id": "ENSP00000430266.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": null,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520605.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.*464T>C",
"hgvs_p": null,
"transcript": "ENST00000522109.5",
"protein_id": "ENSP00000429496.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 150,
"cds_start": null,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522109.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"hgvs_c": "c.*30T>C",
"hgvs_p": null,
"transcript": "ENST00000523296.1",
"protein_id": "ENSP00000429619.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 123,
"cds_start": null,
"cds_end": null,
"cds_length": 374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523296.1"
}
],
"gene_symbol": "SFTPC",
"gene_hgnc_id": 10802,
"dbsnp": "rs121918560",
"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.722622811794281,
"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.679,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4392,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.23,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.405,
"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,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003018.4",
"gene_symbol": "SFTPC",
"hgnc_id": 10802,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.581T>C",
"hgvs_p": "p.Leu194Pro"
}
],
"clinvar_disease": " 2, pulmonary,Surfactant metabolism dysfunction",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Surfactant metabolism dysfunction, pulmonary, 2",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}