Schema Version: 1.3

channel


Description

Different array platforms can record signals from one or more channels (cDNA arrays typically use two CCD, but Affymetrix uses only one).

Columns

Column Type Size Foreign Key Nullable Default Comments
channel_id bigserial 19
nextval('chado.channel_channel_id_seq'::regclass)
name text 2147483647
null
definition text 2147483647
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
channel_pkey Primary key Asc channel_id
channel_c1 Must be unique Asc name

Relationships