36 lines
No EOL
1.2 KiB
HTML
36 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Spliced-exon-chunk</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-chunk</h3><pre>Defined in file <a href="seqalign.asn.html">seqalign.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSpliced__exon__chunk.html">CSpliced_exon_chunk</a>
|
|
|
|
|
|
Spliced-exon-chunk ::= CHOICE {
|
|
-- both sequences represented, product and genomic sequences match
|
|
match INTEGER ,
|
|
|
|
-- both sequences represented, product and genomic sequences do not match
|
|
mismatch INTEGER ,
|
|
|
|
-- both sequences are represented, there is sufficient similarity
|
|
-- between product and genomic sequences. Can be used to replace stretches
|
|
-- of matches and mismatches, mostly for protein to genomic where
|
|
-- definition of match or mismatch depends on translation table
|
|
diag INTEGER ,
|
|
|
|
-- insertion in product sequence (i.e. gap in the genomic sequence)
|
|
product-ins INTEGER ,
|
|
|
|
-- insertion in genomic sequence (i.e. gap in the product sequence)
|
|
genomic-ins INTEGER
|
|
}</pre>
|
|
</body>
|
|
</html> |