nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Seq-feat.html

40 lines
No EOL
2.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Seq-feat</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>Seq-feat</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCSeq__feat.html">CSeq_feat</a>
Seq-feat ::= SEQUENCE {
id <a href="Feat-id.html">Feat-id</a> OPTIONAL ,
data <a href="SeqFeatData.html">SeqFeatData</a> , -- the specific data
partial BOOLEAN OPTIONAL , -- incomplete in some way?
except BOOLEAN OPTIONAL , -- something funny about this?
comment VisibleString OPTIONAL ,
product <a href="Seq-loc.html">Seq-loc</a> OPTIONAL , -- product of process
location <a href="Seq-loc.html">Seq-loc</a> , -- feature made from
qual SEQUENCE OF <a href="Gb-qual.html">Gb-qual</a> OPTIONAL , -- qualifiers
title VisibleString OPTIONAL , -- for user defined label
ext <a href="User-object.html">User-object</a> OPTIONAL , -- user defined structure extension
cit <a href="Pub-set.html">Pub-set</a> OPTIONAL , -- citations for this feature
exp-ev ENUMERATED { -- evidence for existence of feature
experimental (1) , -- any reasonable experimental check
not-experimental (2) } OPTIONAL , -- similarity, pattern, etc
xref SET OF <a href="SeqFeatXref.html">SeqFeatXref</a> OPTIONAL , -- cite other relevant features
dbxref SET OF <a href="Dbtag.html">Dbtag</a> OPTIONAL , -- support for xref to other databases
pseudo BOOLEAN OPTIONAL , -- annotated on pseudogene?
except-text VisibleString OPTIONAL , -- explain if except=TRUE
ids SET OF <a href="Feat-id.html">Feat-id</a> OPTIONAL , -- set of Ids; will replace 'id' field
exts SET OF <a href="User-object.html">User-object</a> OPTIONAL , -- set of extensions; will replace 'ext' field
support <a href="SeqFeatSupport.html">SeqFeatSupport</a> OPTIONAL -- will replace /experiment, /inference, model-evidence
}</pre>
</body>
</html>