31 lines
No EOL
1.1 KiB
HTML
31 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>GC-SeqIdAlias</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>GC-SeqIdAlias</h3><pre>Defined in file <a href="genome_collection.asn.html">genome_collection.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCGC__SeqIdAlias.html">CGC_SeqIdAlias</a>
|
|
|
|
|
|
GC-SeqIdAlias ::= SEQUENCE {
|
|
public <a href="Seq-id.html">Seq-id</a>, -- the refseq/genbank accession
|
|
gpipe <a href="Seq-id.html">Seq-id</a> OPTIONAL, -- the gpipe accession
|
|
gi <a href="Seq-id.html">Seq-id</a> OPTIONAL, -- optional since not all sequences have GIs
|
|
-- Similarity: relationship between this synonym to main seqid of the
|
|
-- <a href="GC-Sequence.html">GC-Sequence</a>
|
|
-- Can be expanded to multiple level of identicality
|
|
-- can use bitmap to flag ambiguity between different levels
|
|
similarity INTEGER {
|
|
unknown (0) ,
|
|
identical (1) ,
|
|
different (255)
|
|
}
|
|
}</pre>
|
|
</body>
|
|
</html> |