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

34 lines
No EOL
1.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Pubdesc</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>Pubdesc</h3><pre>Defined in file <a href="seq.asn.html">seq.asn</a>
C++ class: <a href="../doxyhtml/classCPubdesc.html">CPubdesc</a>
Pubdesc ::= SEQUENCE { -- how sequence presented in pub
pub <a href="Pub-equiv.html">Pub-equiv</a> , -- the citation(s)
name VisibleString OPTIONAL , -- name used in paper
fig VisibleString OPTIONAL , -- figure in paper
num <a href="Numbering.html">Numbering</a> OPTIONAL , -- numbering from paper
numexc BOOLEAN OPTIONAL , -- numbering problem with paper
poly-a BOOLEAN OPTIONAL , -- poly A tail indicated in figure?
maploc VisibleString OPTIONAL , -- map location reported in paper
seq-raw StringStore OPTIONAL , -- original sequence from paper
align-group INTEGER OPTIONAL , -- this seq aligned with others in paper
comment VisibleString OPTIONAL, -- any comment on this pub in context
reftype INTEGER { -- type of reference in a GenBank record
seq (0) , -- refers to sequence
sites (1) , -- refers to unspecified features
feats (2) , -- refers to specified features
no-target (3) } -- nothing specified (EMBL)
DEFAULT seq }</pre>
</body>
</html>