← 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: 5-139307455-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=139307455&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MATR3",
"hgnc_id": 6912,
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001400441.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": 0.0884,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.32,
"chr": "5",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.07911530137062073,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5069,
"cdna_start": 283,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_018834.6",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000394805.8",
"protein_coding": true,
"protein_id": "NP_061322.2",
"strand": true,
"transcript": "NM_018834.6",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5069,
"cdna_start": 283,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000394805.8",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_018834.6",
"protein_coding": true,
"protein_id": "ENSP00000378284.3",
"strand": true,
"transcript": "ENST00000394805.8",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4373,
"cdna_start": 692,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000502929.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422319.1",
"strand": true,
"transcript": "ENST00000502929.5",
"transcript_support_level": 2
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4018,
"cdna_start": 468,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000618441.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482895.1",
"strand": true,
"transcript": "ENST00000618441.5",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5242,
"cdna_start": 312,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001400441.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387370.1",
"strand": true,
"transcript": "NM_001400441.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5399,
"cdna_start": 469,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001400442.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387371.1",
"strand": true,
"transcript": "NM_001400442.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5238,
"cdna_start": 308,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001400443.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387372.1",
"strand": true,
"transcript": "NM_001400443.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5522,
"cdna_start": 592,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001400444.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387373.1",
"strand": true,
"transcript": "NM_001400444.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6405,
"cdna_start": 1475,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001400445.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387374.1",
"strand": true,
"transcript": "NM_001400445.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5513,
"cdna_start": 589,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000394800.6",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000378279.2",
"strand": true,
"transcript": "ENST00000394800.6",
"transcript_support_level": 5
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5028,
"cdna_start": 413,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910014.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580073.1",
"strand": true,
"transcript": "ENST00000910014.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4018,
"cdna_start": 324,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910016.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580075.1",
"strand": true,
"transcript": "ENST00000910016.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3998,
"cdna_start": 302,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910028.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580087.1",
"strand": true,
"transcript": "ENST00000910028.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4113,
"cdna_start": 305,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000928206.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000598265.1",
"strand": true,
"transcript": "ENST00000928206.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4046,
"cdna_start": 352,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000928207.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000598266.1",
"strand": true,
"transcript": "ENST00000928207.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 895,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3324,
"cdna_start": 315,
"cds_end": null,
"cds_length": 2688,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000955717.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625776.1",
"strand": true,
"transcript": "ENST00000955717.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 893,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3989,
"cdna_start": 303,
"cds_end": null,
"cds_length": 2682,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000928208.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000598267.1",
"strand": true,
"transcript": "ENST00000928208.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 869,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3280,
"cdna_start": 317,
"cds_end": null,
"cds_length": 2610,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910031.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580090.1",
"strand": true,
"transcript": "ENST00000910031.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 862,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3899,
"cdna_start": 337,
"cds_end": null,
"cds_length": 2589,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910020.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580079.1",
"strand": true,
"transcript": "ENST00000910020.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 862,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3830,
"cdna_start": 278,
"cds_end": null,
"cds_length": 2589,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000955716.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625775.1",
"strand": true,
"transcript": "ENST00000955716.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5173,
"cdna_start": 387,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001194954.2",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001181883.1",
"strand": true,
"transcript": "NM_001194954.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5292,
"cdna_start": 506,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001194955.2",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001181884.1",
"strand": true,
"transcript": "NM_001194955.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5217,
"cdna_start": 431,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001400447.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387376.1",
"strand": true,
"transcript": "NM_001400447.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5378,
"cdna_start": 592,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001400448.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387377.1",
"strand": true,
"transcript": "NM_001400448.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5259,
"cdna_start": 473,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001400450.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387379.1",
"strand": true,
"transcript": "NM_001400450.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5382,
"cdna_start": 596,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001400451.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387380.1",
"strand": true,
"transcript": "NM_001400451.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5502,
"cdna_start": 716,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001400452.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387381.1",
"strand": true,
"transcript": "NM_001400452.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5094,
"cdna_start": 308,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001400453.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387382.1",
"strand": true,
"transcript": "NM_001400453.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5379,
"cdna_start": 593,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001400454.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387383.1",
"strand": true,
"transcript": "NM_001400454.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5444,
"cdna_start": 658,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001400455.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387384.1",
"strand": true,
"transcript": "NM_001400455.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6610,
"cdna_start": 1824,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001400456.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387385.1",
"strand": true,
"transcript": "NM_001400456.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5880,
"cdna_start": 1094,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001400457.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387386.1",
"strand": true,
"transcript": "NM_001400457.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5884,
"cdna_start": 1098,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001400458.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387387.1",
"strand": true,
"transcript": "NM_001400458.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5255,
"cdna_start": 469,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_199189.3",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_954659.1",
"strand": true,
"transcript": "NM_199189.3",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3970,
"cdna_start": 467,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000361059.7",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000354346.4",
"strand": true,
"transcript": "ENST00000361059.7",
"transcript_support_level": 2
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3249,
"cdna_start": 736,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000509990.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423533.1",
"strand": true,
"transcript": "ENST00000509990.5",
"transcript_support_level": 2
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4877,
"cdna_start": 406,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910013.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580072.1",
"strand": true,
"transcript": "ENST00000910013.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3906,
"cdna_start": 352,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910017.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580076.1",
"strand": true,
"transcript": "ENST00000910017.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3861,
"cdna_start": 341,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910019.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580078.1",
"strand": true,
"transcript": "ENST00000910019.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4628,
"cdna_start": 1076,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000928211.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000598270.1",
"strand": true,
"transcript": "ENST00000928211.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 847,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3819,
"cdna_start": 269,
"cds_end": null,
"cds_length": 2544,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000955715.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625774.1",
"strand": true,
"transcript": "ENST00000955715.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 845,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3861,
"cdna_start": 317,
"cds_end": null,
"cds_length": 2538,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910018.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580077.1",
"strand": true,
"transcript": "ENST00000910018.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 845,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3815,
"cdna_start": 274,
"cds_end": null,
"cds_length": 2538,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910021.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580080.1",
"strand": true,
"transcript": "ENST00000910021.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 845,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3781,
"cdna_start": 283,
"cds_end": null,
"cds_length": 2538,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910030.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580089.1",
"strand": true,
"transcript": "ENST00000910030.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 839,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3812,
"cdna_start": 283,
"cds_end": null,
"cds_length": 2520,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910024.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580083.1",
"strand": true,
"transcript": "ENST00000910024.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 838,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3757,
"cdna_start": 293,
"cds_end": null,
"cds_length": 2517,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910027.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580086.1",
"strand": true,
"transcript": "ENST00000910027.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 821,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3776,
"cdna_start": 304,
"cds_end": null,
"cds_length": 2466,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910022.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580081.1",
"strand": true,
"transcript": "ENST00000910022.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 821,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3709,
"cdna_start": 267,
"cds_end": null,
"cds_length": 2466,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000928210.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000598269.1",
"strand": true,
"transcript": "ENST00000928210.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 805,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3685,
"cdna_start": 304,
"cds_end": null,
"cds_length": 2418,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910026.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580085.1",
"strand": true,
"transcript": "ENST00000910026.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 805,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3701,
"cdna_start": 310,
"cds_end": null,
"cds_length": 2418,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000955713.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625772.1",
"strand": true,
"transcript": "ENST00000955713.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 800,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3656,
"cdna_start": 277,
"cds_end": null,
"cds_length": 2403,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000928209.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000598268.1",
"strand": true,
"transcript": "ENST00000928209.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 794,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3040,
"cdna_start": 293,
"cds_end": null,
"cds_length": 2385,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000510056.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426743.1",
"strand": true,
"transcript": "ENST00000510056.5",
"transcript_support_level": 5
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 791,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3760,
"cdna_start": 378,
"cds_end": null,
"cds_length": 2376,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910015.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580074.1",
"strand": true,
"transcript": "ENST00000910015.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 791,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3621,
"cdna_start": 272,
"cds_end": null,
"cds_length": 2376,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910029.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580088.1",
"strand": true,
"transcript": "ENST00000910029.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 791,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3665,
"cdna_start": 316,
"cds_end": null,
"cds_length": 2376,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000955711.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625770.1",
"strand": true,
"transcript": "ENST00000955711.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 777,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3576,
"cdna_start": 272,
"cds_end": null,
"cds_length": 2334,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000955714.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625773.1",
"strand": true,
"transcript": "ENST00000955714.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 749,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3540,
"cdna_start": 284,
"cds_end": null,
"cds_length": 2250,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000955712.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625771.1",
"strand": true,
"transcript": "ENST00000955712.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 732,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3490,
"cdna_start": 287,
"cds_end": null,
"cds_length": 2199,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910025.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580084.1",
"strand": true,
"transcript": "ENST00000910025.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 481,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2754,
"cdna_start": 338,
"cds_end": null,
"cds_length": 1446,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000910023.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000580082.1",
"strand": true,
"transcript": "ENST00000910023.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 432,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1530,
"cdna_start": 270,
"cds_end": null,
"cds_length": 1300,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000504045.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423290.1",
"strand": true,
"transcript": "ENST00000504045.5",
"transcript_support_level": 5
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 106,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 587,
"cdna_start": 305,
"cds_end": null,
"cds_length": 322,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000514694.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422233.1",
"strand": true,
"transcript": "ENST00000514694.5",
"transcript_support_level": 4
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 99,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 564,
"cdna_start": 304,
"cds_end": null,
"cds_length": 300,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000514488.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426801.1",
"strand": true,
"transcript": "ENST00000514488.1",
"transcript_support_level": 4
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 98,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 589,
"cdna_start": 330,
"cds_end": null,
"cds_length": 299,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000502394.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000427168.1",
"strand": true,
"transcript": "ENST00000502394.1",
"transcript_support_level": 4
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 86,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 696,
"cdna_start": 474,
"cds_end": null,
"cds_length": 262,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000503340.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422590.1",
"strand": true,
"transcript": "ENST00000503340.1",
"transcript_support_level": 3
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 77,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 561,
"cdna_start": 366,
"cds_end": null,
"cds_length": 235,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000508689.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422137.1",
"strand": true,
"transcript": "ENST00000508689.1",
"transcript_support_level": 4
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 76,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 770,
"cdna_start": 577,
"cds_end": null,
"cds_length": 233,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000504023.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421145.1",
"strand": true,
"transcript": "ENST00000504023.1",
"transcript_support_level": 4
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 46,
"aa_ref": "S",
"aa_start": 14,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 664,
"cdna_start": 563,
"cds_end": null,
"cds_length": 141,
"cds_start": 40,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000505016.2",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.40T>G",
"hgvs_p": "p.Ser14Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000424431.1",
"strand": true,
"transcript": "ENST00000505016.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 560,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4290,
"cdna_start": null,
"cds_end": null,
"cds_length": 1683,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400459.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.52-7220T>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387388.1",
"strand": true,
"transcript": "NM_001400459.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 559,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4203,
"cdna_start": null,
"cds_end": null,
"cds_length": 1680,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001194956.2",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.49-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001181885.1",
"strand": true,
"transcript": "NM_001194956.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 559,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2518,
"cdna_start": null,
"cds_end": null,
"cds_length": 1680,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000503811.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.49-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423587.1",
"strand": true,
"transcript": "ENST00000503811.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 557,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4310,
"cdna_start": null,
"cds_end": null,
"cds_length": 1674,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400460.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387389.1",
"strand": true,
"transcript": "NM_001400460.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 547,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4005,
"cdna_start": null,
"cds_end": null,
"cds_length": 1644,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400461.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.13-7220T>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387390.1",
"strand": true,
"transcript": "NM_001400461.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4166,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001282278.2",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001269207.1",
"strand": true,
"transcript": "NM_001282278.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4104,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400462.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-40-8242T>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387391.1",
"strand": true,
"transcript": "NM_001400462.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4289,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400463.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387392.1",
"strand": true,
"transcript": "NM_001400463.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4084,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400464.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387393.1",
"strand": true,
"transcript": "NM_001400464.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5644,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400465.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387394.1",
"strand": true,
"transcript": "NM_001400465.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5172,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400466.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387395.1",
"strand": true,
"transcript": "NM_001400466.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5110,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001400467.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-40-8242T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001387396.1",
"strand": true,
"transcript": "NM_001400467.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2664,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000502499.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-40-8242T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426030.1",
"strand": true,
"transcript": "ENST00000502499.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 509,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2243,
"cdna_start": null,
"cds_end": null,
"cds_length": 1530,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000504203.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421218.1",
"strand": true,
"transcript": "ENST00000504203.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 171,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 532,
"cdna_start": null,
"cds_end": null,
"cds_length": 516,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000514528.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.121-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000427557.1",
"strand": true,
"transcript": "ENST00000514528.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 123,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 575,
"cdna_start": null,
"cds_end": null,
"cds_length": 374,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000512876.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000425150.1",
"strand": true,
"transcript": "ENST00000512876.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 120,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 447,
"cdna_start": null,
"cds_end": null,
"cds_length": 365,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000511249.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-13-10152T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422649.1",
"strand": true,
"transcript": "ENST00000511249.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 108,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 423,
"cdna_start": null,
"cds_end": null,
"cds_length": 329,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000504311.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-40-8242T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000422700.1",
"strand": true,
"transcript": "ENST00000504311.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 85,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 444,
"cdna_start": null,
"cds_end": null,
"cds_length": 258,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000513678.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-60-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000424646.1",
"strand": true,
"transcript": "ENST00000513678.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 80,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 750,
"cdna_start": null,
"cds_end": null,
"cds_length": 243,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000509644.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421666.1",
"strand": true,
"transcript": "ENST00000509644.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 24,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 580,
"cdna_start": null,
"cds_end": null,
"cds_length": 75,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000506147.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-102-7220T>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423521.2",
"strand": true,
"transcript": "ENST00000506147.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 5,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 579,
"cdna_start": null,
"cds_end": null,
"cds_length": 20,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000512107.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "c.-40-8242T>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000423695.1",
"strand": true,
"transcript": "ENST00000512107.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2560,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000504643.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "n.47-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000504643.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 571,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000507860.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "n.32-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000507860.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 377,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000509918.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "n.64-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000509918.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 573,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000511978.5",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "n.57-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000511978.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 573,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000513121.1",
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"hgvs_c": "n.91-7220T>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000513121.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs760526286",
"effect": "missense_variant",
"frequency_reference_population": 6.840769e-7,
"gene_hgnc_id": 6912,
"gene_symbol": "MATR3",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84077e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.864,
"pos": 139307455,
"ref": "T",
"revel_prediction": "Benign",
"revel_score": 0.21,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001400441.1"
}
]
}