← 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: 9-99144862-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=99144862&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 99144862,
"ref": "T",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001306210.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.1104T>A",
"hgvs_p": "p.Ala368Ala",
"transcript": "NM_004612.4",
"protein_id": "NP_004603.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 503,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374994.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004612.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.1104T>A",
"hgvs_p": "p.Ala368Ala",
"transcript": "ENST00000374994.9",
"protein_id": "ENSP00000364133.4",
"transcript_support_level": 1,
"aa_start": 368,
"aa_end": null,
"aa_length": 503,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004612.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374994.9"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.1116T>A",
"hgvs_p": "p.Ala372Ala",
"transcript": "ENST00000552516.5",
"protein_id": "ENSP00000447297.1",
"transcript_support_level": 1,
"aa_start": 372,
"aa_end": null,
"aa_length": 507,
"cds_start": 1116,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552516.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.873T>A",
"hgvs_p": "p.Ala291Ala",
"transcript": "ENST00000374990.6",
"protein_id": "ENSP00000364129.2",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 426,
"cds_start": 873,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374990.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.1116T>A",
"hgvs_p": "p.Ala372Ala",
"transcript": "NM_001306210.2",
"protein_id": "NP_001293139.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 507,
"cds_start": 1116,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306210.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.1104T>A",
"hgvs_p": "p.Ala368Ala",
"transcript": "ENST00000714345.1",
"protein_id": "ENSP00000519616.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 502,
"cds_start": 1104,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714345.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.1026T>A",
"hgvs_p": "p.Ala342Ala",
"transcript": "ENST00000714348.1",
"protein_id": "ENSP00000519619.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 477,
"cds_start": 1026,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714348.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.948T>A",
"hgvs_p": "p.Ala316Ala",
"transcript": "NM_001407416.1",
"protein_id": "NP_001394345.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 451,
"cds_start": 948,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407416.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.936T>A",
"hgvs_p": "p.Ala312Ala",
"transcript": "NM_001407417.1",
"protein_id": "NP_001394346.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 447,
"cds_start": 936,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407417.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.936T>A",
"hgvs_p": "p.Ala312Ala",
"transcript": "ENST00000971225.1",
"protein_id": "ENSP00000641284.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 447,
"cds_start": 936,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971225.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.909T>A",
"hgvs_p": "p.Ala303Ala",
"transcript": "NM_001407418.1",
"protein_id": "NP_001394347.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 438,
"cds_start": 909,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407418.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.909T>A",
"hgvs_p": "p.Ala303Ala",
"transcript": "NM_001407419.1",
"protein_id": "NP_001394348.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 438,
"cds_start": 909,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407419.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.909T>A",
"hgvs_p": "p.Ala303Ala",
"transcript": "NM_001407420.1",
"protein_id": "NP_001394349.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 438,
"cds_start": 909,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407420.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.909T>A",
"hgvs_p": "p.Ala303Ala",
"transcript": "NM_001407422.1",
"protein_id": "NP_001394351.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 438,
"cds_start": 909,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407422.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.909T>A",
"hgvs_p": "p.Ala303Ala",
"transcript": "ENST00000552573.7",
"protein_id": "ENSP00000447182.3",
"transcript_support_level": 4,
"aa_start": 303,
"aa_end": null,
"aa_length": 438,
"cds_start": 909,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552573.7"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.909T>A",
"hgvs_p": "p.Ala303Ala",
"transcript": "ENST00000698941.1",
"protein_id": "ENSP00000514048.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 438,
"cds_start": 909,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698941.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407423.1",
"protein_id": "NP_001394352.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407423.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407424.1",
"protein_id": "NP_001394353.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407424.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407425.1",
"protein_id": "NP_001394354.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407425.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407426.1",
"protein_id": "NP_001394355.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407426.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407427.1",
"protein_id": "NP_001394356.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407427.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407428.1",
"protein_id": "NP_001394357.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407428.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407429.1",
"protein_id": "NP_001394358.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407429.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407430.1",
"protein_id": "NP_001394359.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407430.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407432.1",
"protein_id": "NP_001394361.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407432.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407433.1",
"protein_id": "NP_001394362.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407433.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "NM_001407434.1",
"protein_id": "NP_001394363.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407434.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "ENST00000546584.2",
"protein_id": "ENSP00000447707.3",
"transcript_support_level": 4,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546584.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "ENST00000547314.6",
"protein_id": "ENSP00000449934.2",
"transcript_support_level": 4,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547314.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.897T>A",
"hgvs_p": "p.Ala299Ala",
"transcript": "ENST00000550253.1",
"protein_id": "ENSP00000450052.1",
"transcript_support_level": 2,
"aa_start": 299,
"aa_end": null,
"aa_length": 434,
"cds_start": 897,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550253.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.873T>A",
"hgvs_p": "p.Ala291Ala",
"transcript": "NM_001130916.3",
"protein_id": "NP_001124388.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 426,
"cds_start": 873,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130916.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.873T>A",
"hgvs_p": "p.Ala291Ala",
"transcript": "NM_001407435.1",
"protein_id": "NP_001394364.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 426,
"cds_start": 873,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407435.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.873T>A",
"hgvs_p": "p.Ala291Ala",
"transcript": "ENST00000937285.1",
"protein_id": "ENSP00000607344.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 426,
"cds_start": 873,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937285.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.858T>A",
"hgvs_p": "p.Ala286Ala",
"transcript": "NM_001407436.1",
"protein_id": "NP_001394365.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 421,
"cds_start": 858,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407436.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.858T>A",
"hgvs_p": "p.Ala286Ala",
"transcript": "ENST00000937286.1",
"protein_id": "ENSP00000607345.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 421,
"cds_start": 858,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937286.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.666T>A",
"hgvs_p": "p.Ala222Ala",
"transcript": "ENST00000549021.6",
"protein_id": "ENSP00000449028.2",
"transcript_support_level": 2,
"aa_start": 222,
"aa_end": null,
"aa_length": 357,
"cds_start": 666,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549021.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.642T>A",
"hgvs_p": "p.Ala214Ala",
"transcript": "ENST00000937287.1",
"protein_id": "ENSP00000607346.1",
"transcript_support_level": null,
"aa_start": 214,
"aa_end": null,
"aa_length": 349,
"cds_start": 642,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937287.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.627T>A",
"hgvs_p": "p.Ala209Ala",
"transcript": "NM_001407438.1",
"protein_id": "NP_001394367.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 344,
"cds_start": 627,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407438.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.627T>A",
"hgvs_p": "p.Ala209Ala",
"transcript": "ENST00000858563.1",
"protein_id": "ENSP00000528622.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 344,
"cds_start": 627,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858563.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.627T>A",
"hgvs_p": "p.Ala209Ala",
"transcript": "ENST00000937288.1",
"protein_id": "ENSP00000607347.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 344,
"cds_start": 627,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937288.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.396T>A",
"hgvs_p": "p.Ala132Ala",
"transcript": "NM_001407437.1",
"protein_id": "NP_001394366.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 267,
"cds_start": 396,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407437.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.396T>A",
"hgvs_p": "p.Ala132Ala",
"transcript": "ENST00000858564.1",
"protein_id": "ENSP00000528623.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 267,
"cds_start": 396,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858564.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "c.909T>A",
"hgvs_p": "p.Ala303Ala",
"transcript": "XM_011518948.3",
"protein_id": "XP_011517250.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 438,
"cds_start": 909,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518948.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.678T>A",
"hgvs_p": null,
"transcript": "ENST00000548365.6",
"protein_id": "ENSP00000448518.2",
"transcript_support_level": 3,
"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": "ENST00000548365.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.1116T>A",
"hgvs_p": null,
"transcript": "ENST00000549766.5",
"protein_id": "ENSP00000446685.1",
"transcript_support_level": 5,
"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": "ENST00000549766.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*900T>A",
"hgvs_p": null,
"transcript": "ENST00000698942.1",
"protein_id": "ENSP00000514049.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": "ENST00000698942.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*1059T>A",
"hgvs_p": null,
"transcript": "ENST00000714346.1",
"protein_id": "ENSP00000519617.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": "ENST00000714346.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*1017T>A",
"hgvs_p": null,
"transcript": "ENST00000714347.1",
"protein_id": "ENSP00000519618.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": "ENST00000714347.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*895T>A",
"hgvs_p": null,
"transcript": "ENST00000714349.1",
"protein_id": "ENSP00000519620.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": "ENST00000714349.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*1155T>A",
"hgvs_p": null,
"transcript": "ENST00000714350.1",
"protein_id": "ENSP00000519621.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": "ENST00000714350.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*883T>A",
"hgvs_p": null,
"transcript": "ENST00000714351.1",
"protein_id": "ENSP00000519622.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": "ENST00000714351.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.1333T>A",
"hgvs_p": null,
"transcript": "NR_176360.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": "NR_176360.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.1197T>A",
"hgvs_p": null,
"transcript": "NR_176361.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": "NR_176361.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.1209T>A",
"hgvs_p": null,
"transcript": "NR_176362.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": "NR_176362.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.1197T>A",
"hgvs_p": null,
"transcript": "NR_176363.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": "NR_176363.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*900T>A",
"hgvs_p": null,
"transcript": "ENST00000698942.1",
"protein_id": "ENSP00000514049.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": "ENST00000698942.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*1059T>A",
"hgvs_p": null,
"transcript": "ENST00000714346.1",
"protein_id": "ENSP00000519617.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": "ENST00000714346.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*1017T>A",
"hgvs_p": null,
"transcript": "ENST00000714347.1",
"protein_id": "ENSP00000519618.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": "ENST00000714347.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*895T>A",
"hgvs_p": null,
"transcript": "ENST00000714349.1",
"protein_id": "ENSP00000519620.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": "ENST00000714349.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*1155T>A",
"hgvs_p": null,
"transcript": "ENST00000714350.1",
"protein_id": "ENSP00000519621.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": "ENST00000714350.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"hgvs_c": "n.*883T>A",
"hgvs_p": null,
"transcript": "ENST00000714351.1",
"protein_id": "ENSP00000519622.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": "ENST00000714351.1"
}
],
"gene_symbol": "TGFBR1",
"gene_hgnc_id": 11772,
"dbsnp": "rs1060504426",
"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.44999998807907104,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.176,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001306210.2",
"gene_symbol": "TGFBR1",
"hgnc_id": 11772,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1116T>A",
"hgvs_p": "p.Ala372Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}