RS201-NM_001014794.2-ILK
ILK transcript variant 2, mRNA w/ Gene reference.
JSON-LD
{
"@context": "http://clingen.org/models/ReferenceSequence.jsonld",
"@id": "http://clingendb.clingen.org/ReferenceSequence/RS201",
"@type": "ReferenceSequence",
"xref":
[
"http://www.ncbi.nlm.nih.gov/nuccore/NM_001014794.2"
],
"referenceSequenceType": "transcript",
"cdsStart": "162",
"cdsEnd": "1520",
"gene": "../../Gene/G101"
}
example: RS201-NM_001014794.2-ILK.json
XML
<?xml version="1.0" encoding="UTF-8"?>
<ReferenceSequence
xmlns="http://clingen.org/dm/allele/v1" xmlns:f="http://hl7.org/fhir"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://clingen.org/dm/allele/v1 ../clingen-xsd/referencesequence.xsd ">
<f:id value="RS201"></f:id>
<identifier>
<f:system value="http://www.ncbi.nlm.nih.gov/nuccore" />
<f:value value="NM_001014794.2" />
</identifier>
<referenceSequenceType value="transcript"></referenceSequenceType>
<cdsStart value="162"></cdsStart>
<cdsEnd value="1520"></cdsEnd>
<gene>
<f:reference value="Gene/G101"></f:reference>
<f:display value="ILK"></f:display>
</gene>
</ReferenceSequence>
example: RS201-NM_001014794.2-ILK.xml
schema: ReferenceSequence.xsd
JSON
{
"id": "RS201",
"identifier":
[
{
"system": "http://www.ncbi.nlm.nih.gov/nuccore",
"value": "NM_001014794.2"
}
],
"referenceSequenceType": "transcript",
"cdsStart": "162",
"cdsEnd": "1520",
"gene":
{
"reference": "Gene/G101"
}
}
example: RS201-NM_001014794.2-ILK.json