← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 8-97931270-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=97931270&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 97931270,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002380.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "NM_002380.5",
"protein_id": "NP_002371.3",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 956,
"cds_start": 460,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000254898.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002380.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000254898.7",
"protein_id": "ENSP00000254898.6",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 956,
"cds_start": 460,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002380.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254898.7"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000520016.5",
"protein_id": "ENSP00000430487.1",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 956,
"cds_start": 460,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520016.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000521689.5",
"protein_id": "ENSP00000429977.1",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 937,
"cds_start": 460,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521689.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000524308.5",
"protein_id": "ENSP00000430221.1",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 915,
"cds_start": 460,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524308.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.-115+730G>C",
"hgvs_p": null,
"transcript": "ENST00000522025.6",
"protein_id": "ENSP00000429010.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 672,
"cds_start": null,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522025.6"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945057.1",
"protein_id": "ENSP00000615116.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 1044,
"cds_start": 460,
"cds_end": null,
"cds_length": 3135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945057.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945049.1",
"protein_id": "ENSP00000615108.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 1025,
"cds_start": 460,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945049.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896681.1",
"protein_id": "ENSP00000566740.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 967,
"cds_start": 460,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896681.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945056.1",
"protein_id": "ENSP00000615115.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 956,
"cds_start": 460,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945056.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "NM_030583.4",
"protein_id": "NP_085072.2",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 937,
"cds_start": 460,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030583.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896679.1",
"protein_id": "ENSP00000566738.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 932,
"cds_start": 460,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896679.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "NM_001317748.2",
"protein_id": "NP_001304677.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 915,
"cds_start": 460,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317748.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896680.1",
"protein_id": "ENSP00000566739.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 915,
"cds_start": 460,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896680.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896684.1",
"protein_id": "ENSP00000566743.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 915,
"cds_start": 460,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896684.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945051.1",
"protein_id": "ENSP00000615110.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 915,
"cds_start": 460,
"cds_end": null,
"cds_length": 2748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945051.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896683.1",
"protein_id": "ENSP00000566742.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 913,
"cds_start": 460,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896683.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896676.1",
"protein_id": "ENSP00000566735.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 896,
"cds_start": 460,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896676.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896682.1",
"protein_id": "ENSP00000566741.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 896,
"cds_start": 460,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896682.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945059.1",
"protein_id": "ENSP00000615118.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 891,
"cds_start": 460,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945059.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945055.1",
"protein_id": "ENSP00000615114.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 874,
"cds_start": 460,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945055.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945060.1",
"protein_id": "ENSP00000615119.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 874,
"cds_start": 460,
"cds_end": null,
"cds_length": 2625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945060.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896677.1",
"protein_id": "ENSP00000566736.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 818,
"cds_start": 460,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896677.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896678.1",
"protein_id": "ENSP00000566737.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 799,
"cds_start": 460,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896678.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945058.1",
"protein_id": "ENSP00000615117.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 794,
"cds_start": 460,
"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": "ENST00000945058.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945054.1",
"protein_id": "ENSP00000615113.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 777,
"cds_start": 460,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945054.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000921302.1",
"protein_id": "ENSP00000591361.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 775,
"cds_start": 460,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921302.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945052.1",
"protein_id": "ENSP00000615111.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 751,
"cds_start": 460,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945052.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945050.1",
"protein_id": "ENSP00000615109.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 695,
"cds_start": 460,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945050.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000945053.1",
"protein_id": "ENSP00000615112.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 613,
"cds_start": 460,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945053.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "ENST00000896675.1",
"protein_id": "ENSP00000566734.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 594,
"cds_start": 460,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896675.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro",
"transcript": "XM_005250920.3",
"protein_id": "XP_005250977.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 818,
"cds_start": 460,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250920.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.143-10507G>C",
"hgvs_p": null,
"transcript": "ENST00000896685.1",
"protein_id": "ENSP00000566744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 747,
"cds_start": null,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896685.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "n.661G>C",
"hgvs_p": null,
"transcript": "ENST00000523490.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000523490.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.-72G>C",
"hgvs_p": null,
"transcript": "ENST00000518154.5",
"protein_id": "ENSP00000429622.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 719,
"cds_start": null,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518154.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "c.-156G>C",
"hgvs_p": null,
"transcript": "ENST00000521041.5",
"protein_id": "ENSP00000430396.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521041.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"hgvs_c": "n.*164G>C",
"hgvs_p": null,
"transcript": "ENST00000520160.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000520160.1"
}
],
"gene_symbol": "MATN2",
"gene_hgnc_id": 6908,
"dbsnp": "rs775044061",
"frequency_reference_population": 6.841808e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84181e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9027034044265747,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.71,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9724,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.94,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002380.5",
"gene_symbol": "MATN2",
"hgnc_id": 6908,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.460G>C",
"hgvs_p": "p.Ala154Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}