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

37 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>RNA-ref</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>RNA-ref</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCRNA__ref.html">CRNA_ref</a>
RNA-ref ::= SEQUENCE {
type ENUMERATED { -- type of RNA feature
unknown (0) ,
premsg (1) ,
mRNA (2) ,
tRNA (3) ,
rRNA (4) ,
snRNA (5) , -- will become ncRNA, with <a href="RNA-gen.html">RNA-gen</a>.class = snRNA
scRNA (6) , -- will become ncRNA, with <a href="RNA-gen.html">RNA-gen</a>.class = scRNA
snoRNA (7) , -- will become ncRNA, with <a href="RNA-gen.html">RNA-gen</a>.class = snoRNA
ncRNA (8) , -- non-coding RNA; subsumes snRNA, scRNA, snoRNA
tmRNA (9) ,
miscRNA (10) ,
other (255) } ,
pseudo BOOLEAN OPTIONAL ,
ext CHOICE {
name VisibleString , -- for naming "other" type
tRNA <a href="Trna-ext.html">Trna-ext</a> , -- for tRNAs
gen <a href="RNA-gen.html">RNA-gen</a> } OPTIONAL -- generic fields for ncRNA, tmRNA, miscRNA
}</pre>
</body>
</html>