Schema Version: 1.3

analysis_cvterm


Description

Associate a term from a cv with an analysis.

Columns

Column Type Size Foreign Key Nullable Default Comments
analysis_cvterm_id bigserial 19
nextval('chado.analysis_cvterm_analysis_cvterm_id_seq'::regclass)
analysis_id int8 19
analysis.analysis_id analysis_cvterm_analysis_id_fkey C
null
cvterm_id int8 19
cvterm.cvterm_id analysis_cvterm_cvterm_id_fkey C
null
is_not bool 1
false

If this is set to true, then this annotation is interpreted as a NEGATIVE annotation - i.e. the analysis does NOT have the specified term.

rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
analysis_cvterm_pkey Primary key Asc analysis_cvterm_id
analysis_cvterm_c1 Must be unique Asc/Asc/Asc analysis_id + cvterm_id + rank
analysis_cvterm_idx1 Performance Asc analysis_id
analysis_cvterm_idx2 Performance Asc cvterm_id

Relationships