30 lines
No EOL
1.5 KiB
HTML
30 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Seq-data</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>Seq-data</h3><pre>Defined in file <a href="seq.asn.html">seq.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSeq__data.html">CSeq_data</a>
|
|
|
|
|
|
Seq-data ::= CHOICE { -- sequence representations
|
|
iupacna <a href="IUPACna.html">IUPACna</a> , -- IUPAC 1 letter nuc acid code
|
|
iupacaa <a href="IUPACaa.html">IUPACaa</a> , -- IUPAC 1 letter amino acid code
|
|
ncbi2na <a href="NCBI2na.html">NCBI2na</a> , -- 2 bit nucleic acid code
|
|
ncbi4na <a href="NCBI4na.html">NCBI4na</a> , -- 4 bit nucleic acid code
|
|
ncbi8na <a href="NCBI8na.html">NCBI8na</a> , -- 8 bit extended nucleic acid code
|
|
ncbipna <a href="NCBIpna.html">NCBIpna</a> , -- nucleic acid probabilities
|
|
ncbi8aa <a href="NCBI8aa.html">NCBI8aa</a> , -- 8 bit extended amino acid codes
|
|
ncbieaa <a href="NCBIeaa.html">NCBIeaa</a> , -- extended ASCII 1 letter aa codes
|
|
ncbipaa <a href="NCBIpaa.html">NCBIpaa</a> , -- amino acid probabilities
|
|
ncbistdaa <a href="NCBIstdaa.html">NCBIstdaa</a>, -- consecutive codes for std aas
|
|
gap <a href="Seq-gap.html">Seq-gap</a> -- gap types
|
|
}</pre>
|
|
</body>
|
|
</html> |