← 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: 10-32925874-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=32925874&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 32925874,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_033668.2",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "NM_002211.4",
"protein_id": "NP_002202.2",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000302278.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002211.4"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000302278.8",
"protein_id": "ENSP00000303351.3",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002211.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302278.8"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.612T>C",
"hgvs_p": "p.Cys204Cys",
"transcript": "ENST00000488427.2",
"protein_id": "ENSP00000417508.2",
"transcript_support_level": 1,
"aa_start": 204,
"aa_end": null,
"aa_length": 741,
"cds_start": 612,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000488427.2"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966597.1",
"protein_id": "ENSP00000636656.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 877,
"cds_start": 783,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966597.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000677310.2",
"protein_id": "ENSP00000504508.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 825,
"cds_start": 783,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677310.2"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000678766.1",
"protein_id": "ENSP00000503538.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 825,
"cds_start": 783,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678766.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000676659.1",
"protein_id": "ENSP00000502979.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 819,
"cds_start": 783,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676659.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.807T>C",
"hgvs_p": "p.Cys269Cys",
"transcript": "ENST00000474568.6",
"protein_id": "ENSP00000420282.2",
"transcript_support_level": 5,
"aa_start": 269,
"aa_end": null,
"aa_length": 809,
"cds_start": 807,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000474568.6"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.807T>C",
"hgvs_p": "p.Cys269Cys",
"transcript": "ENST00000677363.1",
"protein_id": "ENSP00000504791.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 809,
"cds_start": 807,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677363.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898627.1",
"protein_id": "ENSP00000568686.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 809,
"cds_start": 783,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898627.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966589.1",
"protein_id": "ENSP00000636648.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 808,
"cds_start": 783,
"cds_end": null,
"cds_length": 2427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966589.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898622.1",
"protein_id": "ENSP00000568681.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 805,
"cds_start": 783,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898622.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "NM_033668.2",
"protein_id": "NP_391988.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 801,
"cds_start": 783,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033668.2"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000423113.6",
"protein_id": "ENSP00000388694.1",
"transcript_support_level": 5,
"aa_start": 261,
"aa_end": null,
"aa_length": 801,
"cds_start": 783,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423113.6"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.792T>C",
"hgvs_p": "p.Cys264Cys",
"transcript": "ENST00000488494.6",
"protein_id": "ENSP00000418725.2",
"transcript_support_level": 4,
"aa_start": 264,
"aa_end": null,
"aa_length": 801,
"cds_start": 792,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000488494.6"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "NM_133376.3",
"protein_id": "NP_596867.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133376.3"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000396033.6",
"protein_id": "ENSP00000379350.2",
"transcript_support_level": 5,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396033.6"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000417122.7",
"protein_id": "ENSP00000404546.3",
"transcript_support_level": 4,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417122.7"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000437302.6",
"protein_id": "ENSP00000398029.2",
"transcript_support_level": 5,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437302.6"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000677999.1",
"protein_id": "ENSP00000503546.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677999.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000678701.1",
"protein_id": "ENSP00000504205.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678701.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000678943.1",
"protein_id": "ENSP00000503916.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678943.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000678952.1",
"protein_id": "ENSP00000504444.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678952.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898616.1",
"protein_id": "ENSP00000568675.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898616.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898618.1",
"protein_id": "ENSP00000568677.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898618.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898620.1",
"protein_id": "ENSP00000568679.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898620.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898621.1",
"protein_id": "ENSP00000568680.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898621.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898630.1",
"protein_id": "ENSP00000568689.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898630.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898631.1",
"protein_id": "ENSP00000568690.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898631.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898632.1",
"protein_id": "ENSP00000568691.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898632.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898633.1",
"protein_id": "ENSP00000568692.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898633.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898634.1",
"protein_id": "ENSP00000568693.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898634.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898635.1",
"protein_id": "ENSP00000568694.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898635.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898636.1",
"protein_id": "ENSP00000568695.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898636.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898637.1",
"protein_id": "ENSP00000568696.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898637.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898638.1",
"protein_id": "ENSP00000568697.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898638.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898639.1",
"protein_id": "ENSP00000568698.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898639.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898640.1",
"protein_id": "ENSP00000568699.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898640.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931354.1",
"protein_id": "ENSP00000601413.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931354.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931355.1",
"protein_id": "ENSP00000601414.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931355.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931356.1",
"protein_id": "ENSP00000601415.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931356.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931357.1",
"protein_id": "ENSP00000601416.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931357.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931358.1",
"protein_id": "ENSP00000601417.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931358.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931359.1",
"protein_id": "ENSP00000601418.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931359.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931360.1",
"protein_id": "ENSP00000601419.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931360.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931361.1",
"protein_id": "ENSP00000601420.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931361.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966585.1",
"protein_id": "ENSP00000636644.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966585.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966587.1",
"protein_id": "ENSP00000636646.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966587.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966588.1",
"protein_id": "ENSP00000636647.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966588.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966590.1",
"protein_id": "ENSP00000636649.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966590.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966591.1",
"protein_id": "ENSP00000636650.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966591.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966592.1",
"protein_id": "ENSP00000636651.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966592.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966593.1",
"protein_id": "ENSP00000636652.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966593.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966594.1",
"protein_id": "ENSP00000636653.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966594.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966596.1",
"protein_id": "ENSP00000636655.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966596.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966598.1",
"protein_id": "ENSP00000636657.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966598.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966599.1",
"protein_id": "ENSP00000636658.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966599.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966600.1",
"protein_id": "ENSP00000636659.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966600.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966601.1",
"protein_id": "ENSP00000636660.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966601.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966602.1",
"protein_id": "ENSP00000636661.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 798,
"cds_start": 783,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966602.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898623.1",
"protein_id": "ENSP00000568682.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 797,
"cds_start": 783,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898623.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966586.1",
"protein_id": "ENSP00000636645.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 796,
"cds_start": 783,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966586.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.771T>C",
"hgvs_p": "p.Cys257Cys",
"transcript": "ENST00000678591.1",
"protein_id": "ENSP00000502883.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 794,
"cds_start": 771,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678591.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.771T>C",
"hgvs_p": "p.Cys257Cys",
"transcript": "ENST00000898617.1",
"protein_id": "ENSP00000568676.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 794,
"cds_start": 771,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898617.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000609742.3",
"protein_id": "ENSP00000503306.1",
"transcript_support_level": 6,
"aa_start": 261,
"aa_end": null,
"aa_length": 793,
"cds_start": 783,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000609742.3"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898624.1",
"protein_id": "ENSP00000568683.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 792,
"cds_start": 783,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898624.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000966595.1",
"protein_id": "ENSP00000636654.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 791,
"cds_start": 783,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966595.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000676460.1",
"protein_id": "ENSP00000504641.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 789,
"cds_start": 783,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676460.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898626.1",
"protein_id": "ENSP00000568685.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 788,
"cds_start": 783,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898626.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931353.1",
"protein_id": "ENSP00000601412.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 771,
"cds_start": 783,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931353.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898629.1",
"protein_id": "ENSP00000568688.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 768,
"cds_start": 783,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898629.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898625.1",
"protein_id": "ENSP00000568684.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 766,
"cds_start": 783,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898625.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000931352.1",
"protein_id": "ENSP00000601411.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 746,
"cds_start": 783,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931352.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.612T>C",
"hgvs_p": "p.Cys204Cys",
"transcript": "ENST00000676964.1",
"protein_id": "ENSP00000504267.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 741,
"cds_start": 612,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676964.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.612T>C",
"hgvs_p": "p.Cys204Cys",
"transcript": "ENST00000679187.1",
"protein_id": "ENSP00000504012.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 741,
"cds_start": 612,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679187.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898628.1",
"protein_id": "ENSP00000568687.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 736,
"cds_start": 783,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898628.1"
},
{
"aa_ref": "C",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys",
"transcript": "ENST00000898619.1",
"protein_id": "ENSP00000568678.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 644,
"cds_start": 783,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898619.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.961T>C",
"hgvs_p": null,
"transcript": "ENST00000475184.6",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000475184.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.892T>C",
"hgvs_p": null,
"transcript": "ENST00000676623.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676623.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.783T>C",
"hgvs_p": null,
"transcript": "ENST00000676895.1",
"protein_id": "ENSP00000504454.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": "ENST00000676895.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.783T>C",
"hgvs_p": null,
"transcript": "ENST00000678120.1",
"protein_id": "ENSP00000504784.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": "ENST00000678120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.*589T>C",
"hgvs_p": null,
"transcript": "ENST00000678479.1",
"protein_id": "ENSP00000503110.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": "ENST00000678479.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.783T>C",
"hgvs_p": null,
"transcript": "ENST00000678989.1",
"protein_id": "ENSP00000502882.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": "ENST00000678989.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.*589T>C",
"hgvs_p": null,
"transcript": "ENST00000678479.1",
"protein_id": "ENSP00000503110.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": "ENST00000678479.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"hgvs_c": "n.*87T>C",
"hgvs_p": null,
"transcript": "ENST00000484088.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000484088.5"
}
],
"gene_symbol": "ITGB1",
"gene_hgnc_id": 6153,
"dbsnp": "rs2298141",
"frequency_reference_population": 0.1603768,
"hom_count_reference_population": 21627,
"allele_count_reference_population": 255393,
"gnomad_exomes_af": 0.162571,
"gnomad_genomes_af": 0.139625,
"gnomad_exomes_ac": 234134,
"gnomad_genomes_ac": 21259,
"gnomad_exomes_homalt": 19877,
"gnomad_genomes_homalt": 1750,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5400000214576721,
"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.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.242,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_033668.2",
"gene_symbol": "ITGB1",
"hgnc_id": 6153,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.783T>C",
"hgvs_p": "p.Cys261Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}