41 lines
No EOL
1.2 KiB
HTML
41 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>InferenceSupport</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>InferenceSupport</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCInferenceSupport.html">CInferenceSupport</a>
|
|
|
|
|
|
InferenceSupport ::= SEQUENCE {
|
|
category <a href="EvidenceCategory.html">EvidenceCategory</a> OPTIONAL ,
|
|
type INTEGER {
|
|
not-set (0) ,
|
|
similar-to-sequence (1) ,
|
|
similar-to-aa (2) ,
|
|
similar-to-dna (3) ,
|
|
similar-to-rna (4) ,
|
|
similar-to-mrna (5) ,
|
|
similiar-to-est (6) ,
|
|
similar-to-other-rna (7) ,
|
|
profile (8) ,
|
|
nucleotide-motif (9) ,
|
|
protein-motif (10) ,
|
|
ab-initio-prediction (11) ,
|
|
alignment (12) ,
|
|
other (255)
|
|
} DEFAULT not-set ,
|
|
other-type VisibleString OPTIONAL ,
|
|
same-species BOOLEAN DEFAULT FALSE ,
|
|
basis <a href="EvidenceBasis.html">EvidenceBasis</a> ,
|
|
pmids SET OF <a href="PubMedId.html">PubMedId</a> OPTIONAL ,
|
|
dois SET OF <a href="DOI.html">DOI</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |