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

52 lines
No EOL
1.7 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Spliced-exon</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>Spliced-exon</h3><pre>Defined in file <a href="seqalign.asn.html">seqalign.asn</a>
C++ class: <a href="../doxyhtml/classCSpliced__exon.html">CSpliced_exon</a>
Spliced-exon ::= SEQUENCE {
-- product-end >= product-start
product-start <a href="Product-pos.html">Product-pos</a> ,
product-end <a href="Product-pos.html">Product-pos</a> ,
-- genomic-end >= genomic-start
genomic-start INTEGER ,
genomic-end INTEGER ,
-- product is either protein or transcript (cDNA)
product-id <a href="Seq-id.html">Seq-id</a> OPTIONAL ,
genomic-id <a href="Seq-id.html">Seq-id</a> OPTIONAL ,
-- should be 'plus' or 'minus'
product-strand <a href="Na-strand.html">Na-strand</a> OPTIONAL ,
-- genomic-strand represents the strand of translation
genomic-strand <a href="Na-strand.html">Na-strand</a> OPTIONAL ,
-- basic seqments always are in biologic order
parts SEQUENCE OF <a href="Spliced-exon-chunk.html">Spliced-exon-chunk</a> OPTIONAL ,
-- scores for this exon
scores <a href="Score-set.html">Score-set</a> OPTIONAL ,
-- splice sites
acceptor-before-exon <a href="Splice-site.html">Splice-site</a> OPTIONAL,
donor-after-exon <a href="Splice-site.html">Splice-site</a> OPTIONAL,
-- flag: is this exon complete or partial?
partial BOOLEAN OPTIONAL,
--extra info
ext SEQUENCE OF <a href="User-object.html">User-object</a> OPTIONAL
}</pre>
</body>
</html>