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

58 lines
No EOL
2.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Biostruc-feature</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>Biostruc-feature</h3><pre>Defined in file <a href="mmdb3.asn.html">mmdb3.asn</a>
C++ class: <a href="../doxyhtml/classCBiostruc__feature.html">CBiostruc_feature</a>
Biostruc-feature ::= SEQUENCE {
id <a href="Biostruc-feature-id.html">Biostruc-feature-id</a> OPTIONAL,
name VisibleString OPTIONAL,
type INTEGER { helix(1),
strand(2),
sheet(3),
turn(4),
site(5),
footnote(6),
comment(7), -- new
interaction(8), -- interaction Data
subgraph(100), -- NCBI domain reserved
region(101),
core(102), -- user core definition
supercore(103), -- NCBI reserved
color(150), -- new
render(151), -- new
label(152), -- new
transform(153), -- new
camera(154), -- new
script(155), -- for scripts
alignment(200), -- VAST reserved
similarity(201),
multalign(202), -- multiple alignment
indirect(203), -- new
cn3dstate(254), -- Cn3D reserved
other(255) } OPTIONAL,
property CHOICE {
color <a href="Color-prop.html">Color-prop</a>,
render <a href="Render-prop.html">Render-prop</a>,
transform <a href="Transform.html">Transform</a>,
camera <a href="Camera.html">Camera</a>,
script <a href="Biostruc-script.html">Biostruc-script</a>,
user <a href="User-object.html">User-object</a> } OPTIONAL,
location CHOICE {
subgraph <a href="Chem-graph-pntrs.html">Chem-graph-pntrs</a>,
region <a href="Region-pntrs.html">Region-pntrs</a>,
alignment <a href="Chem-graph-alignment.html">Chem-graph-alignment</a>,
interaction <a href="Chem-graph-interaction.html">Chem-graph-interaction</a>,
similarity <a href="Region-similarity.html">Region-similarity</a>,
indirect <a href="Other-feature.html">Other-feature</a> } OPTIONAL } -- new</pre>
</body>
</html>