Schema Version: 1.3

analysis_dbxref


Description

Links an analysis to dbxrefs.

Columns

Column Type Size Foreign Key Nullable Default Comments
analysis_dbxref_id bigserial 19
nextval('chado.analysis_dbxref_analysis_dbxref_id_seq'::regclass)
analysis_id int8 19
analysis.analysis_id analysis_dbxref_analysis_id_fkey C
null
dbxref_id int8 19
dbxref.dbxref_id analysis_dbxref_dbxref_id_fkey C
null
is_current bool 1
true

True if this dbxref is the most up to date accession in the corresponding db. Retired accessions should set this field to false

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
analysis_dbxref_pkey Primary key Asc analysis_dbxref_id
analysis_dbxref_c1 Must be unique Asc/Asc analysis_id + dbxref_id
analysis_dbxref_idx1 Performance Asc analysis_id
analysis_dbxref_idx2 Performance Asc dbxref_id

Relationships