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

73 lines
No EOL
2.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>VariantPlacement</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>VariantPlacement</h3><pre>Defined in file <a href="variation.asn.html">variation.asn</a>
C++ class: <a href="../doxyhtml/classCVariantPlacement.html">CVariantPlacement</a>
VariantPlacement ::= SEQUENCE
{
-- actual concrete placement we are considering
loc <a href="Seq-loc.html">Seq-loc</a>,
mol INTEGER {
unknown(0),
genomic(1), --"g." coordinates in HGVS
cdna(2), --"c." coordinates in HGVS
rna(3), --"n." coordinates in HGVS
protein(4), --"p." coordinates in HGVS
mitochondrion(5) --"mt." coordinates in HGVS
},
-- location flags
placement-method INTEGER {
projected(1),
asserted(2),
aligned(3)
} OPTIONAL,
-- location refinements, describing offsets into introns from product coordinates.
-- Biological semantics: start-offset/stop-offset apply to bio-start/bio-stop respectively.
-- positive = downstream; negative = upstream.
start-offset INTEGER OPTIONAL,
start-offset-fuzz <a href="Int-fuzz.html">Int-fuzz</a> OPTIONAL,
stop-offset INTEGER OPTIONAL,
stop-offset-fuzz <a href="Int-fuzz.html">Int-fuzz</a> OPTIONAL,
-- 0-based position of bio-start relative to containing codon
frame INTEGER OPTIONAL,
-- for situations in which a raw location isn't sufficient
seq <a href="Seq-literal.html">Seq-literal</a> OPTIONAL,
-- reference to the assembly (GenColl ID) for this location
assembly <a href="Dbtag.html">Dbtag</a> OPTIONAL,
hgvs-name VisibleString OPTIONAL,
-- the reference location for this variant
comment VisibleString OPTIONAL,
exceptions SET OF <a href="VariationException.html">VariationException</a> OPTIONAL,
dbxrefs SET OF <a href="Dbtag.html">Dbtag</a> OPTIONAL, --e.g. rs#, that are placement-specific
ext SET OF <a href="User-object.html">User-object</a> OPTIONAL, --for process-specific placement tags/labels
gene-location INTEGER OPTIONAL, --Same semantics as <a href="VariantProperties.html">VariantProperties</a>.gene-location, except placement-specific
id <a href="Object-id.html">Object-id</a> OPTIONAL,
parent-id <a href="Object-id.html">Object-id</a> OPTIONAL, --id of the placement from which this one was derived
so-terms SEQUENCE OF INTEGER OPTIONAL --Sequence Ontology terms for this placement
}</pre>
</body>
</html>