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

46 lines
No EOL
1.7 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Clone-seq</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-seq</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCClone__seq.html">CClone_seq</a>
Clone-seq ::= SEQUENCE {
type INTEGER {
insert (0),
end (1),
other (255)
},
confidence INTEGER {
multiple (0), -- Multiple hits
na (1), -- Unspecified
nohit-rep (2), -- No hits, end flagged repetitive
nohitnorep (3), -- No hits, end not flagged repetitive
other-chrm (4), -- <a href="Hit.html">Hit</a> on different chromosome
unique (5),
virtual (6), -- Virtual (hasn't been sequenced)
multiple-rep (7), -- Multiple hits, end flagged repetitive
multiplenorep (8), -- Multiple hits, end not flagged repetitive
no-hit (9), -- No hits
other (255)
} OPTIONAL,
location <a href="Seq-loc.html">Seq-loc</a>, -- location on sequence
seq <a href="Seq-loc.html">Seq-loc</a> OPTIONAL, -- clone sequence location
align-id <a href="Dbtag.html">Dbtag</a> OPTIONAL, -- internal alignment identifier
support INTEGER {
prototype (0), -- sequence used to place clone
supporting (1), -- sequence supports placement
supports-other(2), -- supports a different placement
non-supporting (3) -- does not support any placement
} OPTIONAL
}</pre>
</body>
</html>