Schema Version: 1.3

nd_experiment_stock


Description

Part of a stock or a clone of a stock that is used in an experiment

Columns

Column Type Size Foreign Key Nullable Default Comments
nd_experiment_stock_id bigserial 19
nextval('chado.nd_experiment_stock_nd_experiment_stock_id_seq'::regclass)
nd_experiment_id int8 19
nd_experiment.nd_experiment_id nd_experiment_stock_nd_experiment_id_fkey C
null
stock_id int8 19
stock.stock_id nd_experiment_stock_stock_id_fkey C
null

stock used in the extraction or the corresponding stock for the clone

type_id int8 19
cvterm.cvterm_id nd_experiment_stock_type_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
nd_experiment_stock_pkey Primary key Asc nd_experiment_stock_id
nd_experiment_stock_idx1 Performance Asc nd_experiment_id
nd_experiment_stock_idx2 Performance Asc stock_id
nd_experiment_stock_idx3 Performance Asc type_id

Relationships