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

36 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Clone-ref</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>Clone-ref</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCClone__ref.html">CClone_ref</a>
Clone-ref ::= SEQUENCE {
name VisibleString, -- Official clone symbol
library VisibleString OPTIONAL, -- Library name
concordant BOOLEAN DEFAULT FALSE, -- OPTIONAL?
unique BOOLEAN DEFAULT FALSE, -- OPTIONAL?
placement-method INTEGER {
end-seq (0), -- Clone placed by end sequence
insert-alignment (1), -- Clone placed by insert alignment
sts (2), -- Clone placed by STS
fish (3),
fingerprint (4),
end-seq-insert-alignment (5), -- combined end-seq and insert align
external (253), -- <a href="Placement.html">Placement</a> provided externally
curated (254), -- Human placed or approved
other (255)
} OPTIONAL,
clone-seq <a href="Clone-seq-set.html">Clone-seq-set</a> OPTIONAL
}</pre>
</body>
</html>