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

33 lines
No EOL
1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>GC-Replicon</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>GC-Replicon</h3><pre>Defined in file <a href="genome_collection.asn.html">genome_collection.asn</a>
C++ class: <a href="../doxyhtml/classCGC__Replicon.html">CGC_Replicon</a>
GC-Replicon ::= SEQUENCE
{
-- name for this molecule
name VisibleString OPTIONAL, -- the official name,
-- If the chromosome has a different name in this assembly.
local-name VisibleString OPTIONAL,
-- the sequence(s) representing this molecule
-- in the case of 2L and 2R - the molecule is represented by
-- several sequences, and there is no seq-id of "chr 2" as a whole.
sequence CHOICE {
single <a href="GC-Sequence.html">GC-Sequence</a>,
set SET OF <a href="GC-Sequence.html">GC-Sequence</a>
}
}</pre>
</body>
</html>