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

53 lines
No EOL
1.8 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Spliced-seg</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-seg</h3><pre>Defined in file <a href="seqalign.asn.html">seqalign.asn</a>
C++ class: <a href="../doxyhtml/classCSpliced__seg.html">CSpliced_seg</a>
Spliced-seg ::= SEQUENCE {
-- 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 <a href="Na-strand.html">Na-strand</a> OPTIONAL ,
product-type ENUMERATED {
transcript(0),
protein(1)
},
-- set of segments involved
-- each segment corresponds to one exon
-- exons are always in biological order
exons SEQUENCE OF <a href="Spliced-exon.html">Spliced-exon</a> ,
-- start of poly(A) tail on the transcript
-- For sense transcripts:
-- aligned product positions < poly-a <= product-length
-- poly-a == product-length indicates inferred poly(A) tail at transcript's end
-- For antisense transcripts:
-- -1 <= poly-a < aligned product positions
-- poly-a == -1 indicates inferred poly(A) tail at transcript's start
poly-a INTEGER OPTIONAL,
-- length of the product, in bases/residues
-- from this (or from poly-a if present), a 3' unaligned length can be extracted
product-length INTEGER OPTIONAL,
-- alignment descriptors / modifiers
-- this provides us a set for extension
modifiers SET OF <a href="Spliced-seg-modifier.html">Spliced-seg-modifier</a> OPTIONAL
}</pre>
</body>
</html>