<p>This allows the compact storage of gapped alignments by storing the maximum extent of the matches and then a text string which
encodes the placement of gaps inside the alignment. Colloquially inside EnsEMBL this is called a and its adoption has shrunk
the number of rows in the feature table around 4-fold.
</p>
</dd>
</dl>
<hr />
*/
/**
@header Fundamental Tables
@desc A PDF document of the schema is available <a href="fundamental_tables_core.pdf">here</a>.
*/
/**
@table assembly
@desc The assembly table states, which parts of seq_regions are exactly equal. It enables to transform coordinates between seq_regions.
...
...
@@ -136,8 +258,8 @@ Note that for each species, there must be one co-ordinate system that has the at
@column rank Co-oridinate system rank.
@column attrib Co-oridinate system attrib (e.g. "top_level", "sequence_level").
@see seq_region - Has coord_system_id foreign key to allow joins with the coord_system table.
@see meta - Holds meta information about each of the species in a database, no matter if it's a multi-species or single-species database.
@see seq_region
@see meta
*/
...
...
@@ -417,8 +539,6 @@ CREATE TABLE gene_stable_id (
@column band Band.
@column stain Stain.
@see
*/
...
...
@@ -512,9 +632,6 @@ CREATE TABLE meta_coord (
)COLLATE=latin1_swedish_ciENGINE=MyISAM;
/**
@table seq_region
@desc Stores information about sequence regions. The primary key is used as a pointer into the dna table so that actual sequence can be obtained, and the coord_system_id allows sequence regions of multiple types to be stored.