nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/GC-AssemblySet.html

74 lines
No EOL
2.7 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>GC-AssemblySet</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-AssemblySet</h3><pre>Defined in file <a href="genome_collection.asn.html">genome_collection.asn</a>
C++ class: <a href="../doxyhtml/classCGC__AssemblySet.html">CGC_AssemblySet</a>
GC-AssemblySet ::= SEQUENCE {
-- The identifier of this assembly
-- examples: GC internal id, Assembly-accession.version
-- Types of DbTags used:
-- db "GenColl", tag id <assembly-release-id>
-- db "GenColl", tag str <assembly-accession.version>
-- db "AGP", tag id <agp-sumbission-id>
-- db "GenColl_Chain", tag id <assembly-chain-id>
-- db "UCSC_name", tag str <UCSC identifier for assembly>
-- db "Ensembl_name",tag str <Ensembl identifier for assembly>
id SET OF <a href="Dbtag.html">Dbtag</a>,
-- set type: Assembly-Sets can be of 2 categories
set-type INTEGER {
full-assembly(0), -- full-assembly: set of asm-units
assembly-set(100), --set of full-assemblies
-- stopper
other(255)
},
-- 'class' defines the semantics of how to interpret this item
class INTEGER {
-- general type of full-assembly (not expected to be used)
full-assembly(0),
-- this assembly represents a single haploid assembly in its entirety
haploid(1),
-- this assembly has exactly one unit and at least one alt-loci
haploid-with-alt-loci(2),
-- assembly represents a diploid assembly; we expect at least two
-- haploid-unit assemblies contained herein
diploid(3),
-- unresolved-diploid: single unit which includes the diploid sequences
unresolved-diploid(4),
-- second part of diploid; linked to another haploid full-assembly
-- this one is alt-loci or second full-haploid
alternate-haplotype(5),
alternate-pseudohaplotype(6),
-- assembly is a collection for annotation
annotation-target-set(101),
-- analysis set used for sequencing by alignments
analysis-set(102),
-- stopper
other(255)
},
-- descriptors live in a shared data block
desc <a href="GC-AssemblyDesc.html">GC-AssemblyDesc</a>,
-- we contain hierarchically a set of assemblies
primary-assembly <a href="GC-Assembly.html">GC-Assembly</a>,
more-assemblies SET OF <a href="GC-Assembly.html">GC-Assembly</a> OPTIONAL,
-- statistics
-- "stats" field holds stats for all chromosomes combined:
stats <a href="GC-SequenceStats.html">GC-SequenceStats</a> OPTIONAL
}</pre>
</body>
</html>