← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 10-79614021-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=79614021&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 79614021,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001093770.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "NM_005411.5",
"protein_id": "NP_005402.3",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000398636.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005411.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000398636.8",
"protein_id": "ENSP00000381633.3",
"transcript_support_level": 1,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005411.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398636.8"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "ENST00000419470.6",
"protein_id": "ENSP00000397082.2",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419470.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000428376.6",
"protein_id": "ENSP00000411102.2",
"transcript_support_level": 1,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428376.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895534.1",
"protein_id": "ENSP00000565593.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895534.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895536.1",
"protein_id": "ENSP00000565595.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895536.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895538.1",
"protein_id": "ENSP00000565597.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895538.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895541.1",
"protein_id": "ENSP00000565600.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895541.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895561.1",
"protein_id": "ENSP00000565620.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895561.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895566.1",
"protein_id": "ENSP00000565625.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895566.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895575.1",
"protein_id": "ENSP00000565634.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895575.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895576.1",
"protein_id": "ENSP00000565635.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895576.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000895579.1",
"protein_id": "ENSP00000565638.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895579.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964042.1",
"protein_id": "ENSP00000634101.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964042.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964044.1",
"protein_id": "ENSP00000634103.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964044.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964055.1",
"protein_id": "ENSP00000634114.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964055.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964071.1",
"protein_id": "ENSP00000634130.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964071.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964077.1",
"protein_id": "ENSP00000634136.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964077.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964086.1",
"protein_id": "ENSP00000634145.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964086.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964087.1",
"protein_id": "ENSP00000634146.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964087.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964110.1",
"protein_id": "ENSP00000634169.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964110.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964115.1",
"protein_id": "ENSP00000634174.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964115.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.784C>A",
"hgvs_p": "p.Arg262Arg",
"transcript": "ENST00000964125.1",
"protein_id": "ENSP00000634184.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 291,
"cds_start": 784,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964125.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000895539.1",
"protein_id": "ENSP00000565598.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895539.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000895540.1",
"protein_id": "ENSP00000565599.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895540.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000895550.1",
"protein_id": "ENSP00000565609.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895550.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000895558.1",
"protein_id": "ENSP00000565617.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895558.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000895559.1",
"protein_id": "ENSP00000565618.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895559.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000895560.1",
"protein_id": "ENSP00000565619.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895560.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000895597.1",
"protein_id": "ENSP00000565656.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895597.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964043.1",
"protein_id": "ENSP00000634102.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964043.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964047.1",
"protein_id": "ENSP00000634106.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964047.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964051.1",
"protein_id": "ENSP00000634110.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964051.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964060.1",
"protein_id": "ENSP00000634119.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964060.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964076.1",
"protein_id": "ENSP00000634135.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964076.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964082.1",
"protein_id": "ENSP00000634141.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964082.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964094.1",
"protein_id": "ENSP00000634153.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964094.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964104.1",
"protein_id": "ENSP00000634163.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964104.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964112.1",
"protein_id": "ENSP00000634171.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964112.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964126.1",
"protein_id": "ENSP00000634185.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964126.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.763C>A",
"hgvs_p": "p.Arg255Arg",
"transcript": "ENST00000964127.1",
"protein_id": "ENSP00000634186.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 284,
"cds_start": 763,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964127.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.754C>A",
"hgvs_p": "p.Arg252Arg",
"transcript": "ENST00000964058.1",
"protein_id": "ENSP00000634117.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 281,
"cds_start": 754,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964058.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "NM_001093770.3",
"protein_id": "NP_001087239.2",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001093770.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "ENST00000964057.1",
"protein_id": "ENSP00000634116.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964057.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.694C>A",
"hgvs_p": "p.Arg232Arg",
"transcript": "ENST00000964122.1",
"protein_id": "ENSP00000634181.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 261,
"cds_start": 694,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964122.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.682C>A",
"hgvs_p": "p.Arg228Arg",
"transcript": "ENST00000964090.1",
"protein_id": "ENSP00000634149.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 257,
"cds_start": 682,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964090.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.673C>A",
"hgvs_p": "p.Arg225Arg",
"transcript": "ENST00000964081.1",
"protein_id": "ENSP00000634140.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 254,
"cds_start": 673,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964081.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "NM_001164644.2",
"protein_id": "NP_001158116.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164644.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "NM_001164647.1",
"protein_id": "NP_001158119.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164647.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895517.1",
"protein_id": "ENSP00000565576.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895517.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895518.1",
"protein_id": "ENSP00000565577.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895518.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895519.1",
"protein_id": "ENSP00000565578.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895519.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895520.1",
"protein_id": "ENSP00000565579.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895520.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895521.1",
"protein_id": "ENSP00000565580.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895521.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895522.1",
"protein_id": "ENSP00000565581.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895522.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895523.1",
"protein_id": "ENSP00000565582.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895523.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895524.1",
"protein_id": "ENSP00000565583.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895524.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895525.1",
"protein_id": "ENSP00000565584.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895525.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895526.1",
"protein_id": "ENSP00000565585.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895526.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895527.1",
"protein_id": "ENSP00000565586.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895527.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895528.1",
"protein_id": "ENSP00000565587.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895528.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895529.1",
"protein_id": "ENSP00000565588.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895529.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895530.1",
"protein_id": "ENSP00000565589.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895530.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895531.1",
"protein_id": "ENSP00000565590.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895531.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895532.1",
"protein_id": "ENSP00000565591.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895532.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895533.1",
"protein_id": "ENSP00000565592.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895533.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895535.1",
"protein_id": "ENSP00000565594.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895535.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895537.1",
"protein_id": "ENSP00000565596.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895537.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895542.1",
"protein_id": "ENSP00000565601.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895542.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895543.1",
"protein_id": "ENSP00000565602.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895543.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895544.1",
"protein_id": "ENSP00000565603.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895544.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895545.1",
"protein_id": "ENSP00000565604.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895545.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895546.1",
"protein_id": "ENSP00000565605.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895546.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895548.1",
"protein_id": "ENSP00000565607.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895548.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895549.1",
"protein_id": "ENSP00000565608.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895549.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895551.1",
"protein_id": "ENSP00000565610.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895551.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895552.1",
"protein_id": "ENSP00000565611.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895552.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895553.1",
"protein_id": "ENSP00000565612.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895553.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895554.1",
"protein_id": "ENSP00000565613.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895554.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895555.1",
"protein_id": "ENSP00000565614.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895555.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895557.1",
"protein_id": "ENSP00000565616.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895557.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895562.1",
"protein_id": "ENSP00000565621.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895562.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895563.1",
"protein_id": "ENSP00000565622.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895563.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895564.1",
"protein_id": "ENSP00000565623.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895564.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895565.1",
"protein_id": "ENSP00000565624.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895565.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895567.1",
"protein_id": "ENSP00000565626.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895567.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895568.1",
"protein_id": "ENSP00000565627.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895568.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895569.1",
"protein_id": "ENSP00000565628.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895569.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895570.1",
"protein_id": "ENSP00000565629.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895570.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895571.1",
"protein_id": "ENSP00000565630.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895571.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895572.1",
"protein_id": "ENSP00000565631.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895572.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895573.1",
"protein_id": "ENSP00000565632.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895573.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895574.1",
"protein_id": "ENSP00000565633.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895574.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895577.1",
"protein_id": "ENSP00000565636.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895577.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895578.1",
"protein_id": "ENSP00000565637.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895578.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895580.1",
"protein_id": "ENSP00000565639.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895580.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895581.1",
"protein_id": "ENSP00000565640.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895581.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895585.1",
"protein_id": "ENSP00000565644.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895585.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895586.1",
"protein_id": "ENSP00000565645.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895586.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895589.1",
"protein_id": "ENSP00000565648.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895589.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895590.1",
"protein_id": "ENSP00000565649.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895590.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895592.1",
"protein_id": "ENSP00000565651.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895592.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895593.1",
"protein_id": "ENSP00000565652.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895593.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895594.1",
"protein_id": "ENSP00000565653.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895594.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895595.1",
"protein_id": "ENSP00000565654.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895595.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895596.1",
"protein_id": "ENSP00000565655.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895596.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000895598.1",
"protein_id": "ENSP00000565657.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895598.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964030.1",
"protein_id": "ENSP00000634089.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964030.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964031.1",
"protein_id": "ENSP00000634090.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964031.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964033.1",
"protein_id": "ENSP00000634092.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964033.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964034.1",
"protein_id": "ENSP00000634093.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964034.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964035.1",
"protein_id": "ENSP00000634094.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964035.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964037.1",
"protein_id": "ENSP00000634096.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964037.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964039.1",
"protein_id": "ENSP00000634098.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964039.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964040.1",
"protein_id": "ENSP00000634099.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964040.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964041.1",
"protein_id": "ENSP00000634100.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964041.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964045.1",
"protein_id": "ENSP00000634104.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964045.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964046.1",
"protein_id": "ENSP00000634105.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964046.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964048.1",
"protein_id": "ENSP00000634107.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964048.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964049.1",
"protein_id": "ENSP00000634108.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964049.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964052.1",
"protein_id": "ENSP00000634111.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964052.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964053.1",
"protein_id": "ENSP00000634112.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964053.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964059.1",
"protein_id": "ENSP00000634118.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964059.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964061.1",
"protein_id": "ENSP00000634120.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964061.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964062.1",
"protein_id": "ENSP00000634121.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964062.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964064.1",
"protein_id": "ENSP00000634123.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964064.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964066.1",
"protein_id": "ENSP00000634125.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964066.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964068.1",
"protein_id": "ENSP00000634127.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964068.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964069.1",
"protein_id": "ENSP00000634128.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964069.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964070.1",
"protein_id": "ENSP00000634129.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964070.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964072.1",
"protein_id": "ENSP00000634131.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964072.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964075.1",
"protein_id": "ENSP00000634134.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964075.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964079.1",
"protein_id": "ENSP00000634138.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964079.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964083.1",
"protein_id": "ENSP00000634142.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964083.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964084.1",
"protein_id": "ENSP00000634143.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964084.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964085.1",
"protein_id": "ENSP00000634144.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964085.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964088.1",
"protein_id": "ENSP00000634147.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964088.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964089.1",
"protein_id": "ENSP00000634148.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964089.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964091.1",
"protein_id": "ENSP00000634150.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964091.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964092.1",
"protein_id": "ENSP00000634151.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964092.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964093.1",
"protein_id": "ENSP00000634152.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964093.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964095.1",
"protein_id": "ENSP00000634154.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964095.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964096.1",
"protein_id": "ENSP00000634155.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964096.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964097.1",
"protein_id": "ENSP00000634156.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964097.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964100.1",
"protein_id": "ENSP00000634159.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964100.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964101.1",
"protein_id": "ENSP00000634160.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964101.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964102.1",
"protein_id": "ENSP00000634161.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964102.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964103.1",
"protein_id": "ENSP00000634162.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964103.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964106.1",
"protein_id": "ENSP00000634165.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964106.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964107.1",
"protein_id": "ENSP00000634166.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964107.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964108.1",
"protein_id": "ENSP00000634167.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964108.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964113.1",
"protein_id": "ENSP00000634172.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964113.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964114.1",
"protein_id": "ENSP00000634173.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964114.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964116.1",
"protein_id": "ENSP00000634175.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964116.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964117.1",
"protein_id": "ENSP00000634176.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964117.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964118.1",
"protein_id": "ENSP00000634177.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964118.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964119.1",
"protein_id": "ENSP00000634178.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964119.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964120.1",
"protein_id": "ENSP00000634179.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964120.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964121.1",
"protein_id": "ENSP00000634180.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964121.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964124.1",
"protein_id": "ENSP00000634183.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964124.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964128.1",
"protein_id": "ENSP00000634187.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964128.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964129.1",
"protein_id": "ENSP00000634188.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964129.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "ENST00000964130.1",
"protein_id": "ENSP00000634189.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964130.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000895582.1",
"protein_id": "ENSP00000565641.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895582.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000895588.1",
"protein_id": "ENSP00000565647.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895588.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000964038.1",
"protein_id": "ENSP00000634097.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964038.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000964056.1",
"protein_id": "ENSP00000634115.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964056.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000964073.1",
"protein_id": "ENSP00000634132.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964073.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000964078.1",
"protein_id": "ENSP00000634137.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964078.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000964080.1",
"protein_id": "ENSP00000634139.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964080.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000964111.1",
"protein_id": "ENSP00000634170.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964111.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.646C>A",
"hgvs_p": "p.Arg216Arg",
"transcript": "ENST00000964131.1",
"protein_id": "ENSP00000634190.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 245,
"cds_start": 646,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964131.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.637C>A",
"hgvs_p": "p.Arg213Arg",
"transcript": "ENST00000895591.1",
"protein_id": "ENSP00000565650.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 242,
"cds_start": 637,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895591.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.625C>A",
"hgvs_p": "p.Arg209Arg",
"transcript": "ENST00000895547.1",
"protein_id": "ENSP00000565606.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 238,
"cds_start": 625,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895547.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.625C>A",
"hgvs_p": "p.Arg209Arg",
"transcript": "ENST00000964032.1",
"protein_id": "ENSP00000634091.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 238,
"cds_start": 625,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964032.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Arg208Arg",
"transcript": "ENST00000895584.1",
"protein_id": "ENSP00000565643.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 237,
"cds_start": 622,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895584.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Arg208Arg",
"transcript": "ENST00000964036.1",
"protein_id": "ENSP00000634095.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 237,
"cds_start": 622,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964036.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Arg208Arg",
"transcript": "ENST00000964063.1",
"protein_id": "ENSP00000634122.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 237,
"cds_start": 622,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964063.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Arg208Arg",
"transcript": "ENST00000964074.1",
"protein_id": "ENSP00000634133.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 237,
"cds_start": 622,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964074.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Arg208Arg",
"transcript": "ENST00000964105.1",
"protein_id": "ENSP00000634164.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 237,
"cds_start": 622,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964105.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Arg208Arg",
"transcript": "ENST00000964123.1",
"protein_id": "ENSP00000634182.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 237,
"cds_start": 622,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964123.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000895556.1",
"protein_id": "ENSP00000565615.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895556.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000895583.1",
"protein_id": "ENSP00000565642.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895583.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000895587.1",
"protein_id": "ENSP00000565646.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895587.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000964050.1",
"protein_id": "ENSP00000634109.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964050.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000964054.1",
"protein_id": "ENSP00000634113.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964054.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000964065.1",
"protein_id": "ENSP00000634124.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964065.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000964067.1",
"protein_id": "ENSP00000634126.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964067.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000964098.1",
"protein_id": "ENSP00000634157.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964098.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000964099.1",
"protein_id": "ENSP00000634158.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964099.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Arg193Arg",
"transcript": "ENST00000964109.1",
"protein_id": "ENSP00000634168.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 222,
"cds_start": 577,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964109.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.553C>A",
"hgvs_p": "p.Arg185Arg",
"transcript": "NM_001164645.2",
"protein_id": "NP_001158117.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 214,
"cds_start": 553,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164645.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.508C>A",
"hgvs_p": "p.Arg170Arg",
"transcript": "NM_001164646.2",
"protein_id": "NP_001158118.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 199,
"cds_start": 508,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164646.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_006717953.3",
"protein_id": "XP_006718016.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717953.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_047425667.1",
"protein_id": "XP_047281623.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425667.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_047425668.1",
"protein_id": "XP_047281624.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425668.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_047425669.1",
"protein_id": "XP_047281625.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425669.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_047425670.1",
"protein_id": "XP_047281626.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425670.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_047425671.1",
"protein_id": "XP_047281627.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425671.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_047425672.1",
"protein_id": "XP_047281628.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425672.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg",
"transcript": "XM_047425673.1",
"protein_id": "XP_047281629.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 263,
"cds_start": 700,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425673.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "XM_005270062.6",
"protein_id": "XP_005270119.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270062.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "XM_047425674.1",
"protein_id": "XP_047281630.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425674.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.655C>A",
"hgvs_p": "p.Arg219Arg",
"transcript": "XM_047425675.1",
"protein_id": "XP_047281631.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 248,
"cds_start": 655,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425675.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.*181C>A",
"hgvs_p": null,
"transcript": "ENST00000429958.5",
"protein_id": "ENSP00000395527.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": null,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429958.5"
}
],
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"dbsnp": "rs4253527",
"frequency_reference_population": 0.000003097905,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273619,
"gnomad_genomes_af": 0.00000657428,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7799999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.20000000298023224,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.78,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.198,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.2,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001093770.3",
"gene_symbol": "SFTPA1",
"hgnc_id": 10798,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.700C>A",
"hgvs_p": "p.Arg234Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}