32 lines
No EOL
1.5 KiB
HTML
32 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>SeqEdit-Cmd-ChangeSeqAttr</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>SeqEdit-Cmd-ChangeSeqAttr</h3><pre>Defined in file <a href="seqedit.asn.html">seqedit.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSeqEdit__Cmd__ChangeSeqAttr.html">CSeqEdit_Cmd_ChangeSeqAttr</a>
|
|
|
|
|
|
SeqEdit-Cmd-ChangeSeqAttr ::= SEQUENCE {
|
|
id <a href="SeqEdit-Id.html">SeqEdit-Id</a>, -- <a href="Bioseq.html">Bioseq</a> id
|
|
data CHOICE {
|
|
inst <a href="Seq-inst.html">Seq-inst</a>, -- whole seq-inst object
|
|
repr INTEGER, -- repr field of seq-inst object
|
|
mol INTEGER, -- mol field of seq-inst object
|
|
length INTEGER, -- length field of seq-inst object
|
|
fuzz <a href="Int-fuzz.html">Int-fuzz</a>, -- fuzz field of seq-inst object
|
|
topology INTEGER, -- topology field of seq-inst object
|
|
strand INTEGER, -- strand field of seq-inst object
|
|
ext <a href="Seq-ext.html">Seq-ext</a>, -- extr field of seq-inst object
|
|
hist <a href="Seq-hist.html">Seq-hist</a>, -- hist field of seq-inst object
|
|
seq-data <a href="Seq-data.html">Seq-data</a> -- seq-data field of seq-inst object
|
|
}
|
|
}</pre>
|
|
</body>
|
|
</html> |