nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Align-annot.html

42 lines
No EOL
2.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Align-annot</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>Align-annot</h3><pre>Defined in file <a href="cdd.asn.html">cdd.asn</a>
C++ class: <a href="../doxyhtml/classCAlign__annot.html">CAlign_annot</a>
Align-annot ::= SEQUENCE {
location <a href="Seq-loc.html">Seq-loc</a>, -- points to a location in one of the
-- aligned sequences, usually the
-- master/representative
description VisibleString OPTIONAL, -- to hold descriptions/names like
-- "Heme binding site" or "catalytic
-- triad" etc., something that should
-- be used for labels in visualization
evidence SEQUENCE OF <a href="Feature-evidence.html">Feature-evidence</a> OPTIONAL, -- evidence we can
-- compute with
type INTEGER OPTIONAL, -- for typing annotated features
-- 0 .. no type assigned
-- 1 .. active site
-- 2 .. polypeptide binding site
-- 3 .. nucleic acid binding site
-- 4 .. ion binding site
-- 5 .. chemical binding site
-- 6 .. posttranslational modification site
-- 7 .. structural motif
aliases SEQUENCE OF VisibleString OPTIONAL, -- adding more names for indexing
motif VisibleString OPTIONAL, -- to validate mapping of sites
motifuse INTEGER OPTIONAL -- 0 for validation,
-- 1 for motif somewhere in seqloc
-- 2 for multiple motifs in seqloc
}</pre>
</body>
</html>