nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/HGVS-Coordinate.html

45 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>HGVS-Coordinate</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>HGVS-Coordinate</h3><pre>Defined in file <a href="objcoords.asn.html">objcoords.asn</a>
C++ class: <a href="../doxyhtml/classCHGVS__Coordinate.html">CHGVS_Coordinate</a>
HGVS-Coordinate ::= SEQUENCE {
-- actual marker position
-- this is supplied because this is the position of the marker in the main
-- sequence's coordinate space; this is different than the mapped
-- coordinate space.
marker-pos INTEGER,
-- pretty-printed name for the object
-- in general, this should be the "best" seq-id for the product
-- of a feature represented at a position
title VisibleString,
-- the fingerprint of the object in question
-- this is a complex reversible hash
object-id VisibleString OPTIONAL,
-- the mapped position in the object's coordinate space
-- it's not valid for DNA coordinate in UTR and intergenic region,
-- while hgvs-position can be meaningful, that is why OPTIONAL.
pos-mapped INTEGER OPTIONAL,
-- a label for this position
-- this shall always be in HGVS nomenclature
hgvs-position VisibleString,
-- a sequence for this position
sequence VisibleString
}</pre>
</body>
</html>