FCS_Header_Marker_2_Reagent
Markers or channels from fcs header may be linked to REAGENT records.
Columns
Name |
Type |
Description |
Foreign Key |
fcs_header_id |
int(11) |
Foreign key reference to FCS_HEADER table |
|
parameter_number |
int(11) |
The sequence number of parameter in fcs file (The 'N' in $PnN) |
|
reagent_accession |
varchar(15) |
Foreign key reference to REAGENT table |
|
Indexes
Name |
Column |
Description |
PRIMARY |
fcs_header_id |
BTREE |
PRIMARY |
parameter_number |
BTREE |
PRIMARY |
reagent_accession |
BTREE |
idx_fcs_header_marker_2_reagent |
reagent_accession |
BTREE |
idx_fcs_header_marker_2_reagent |
fcs_header_id |
BTREE |
Tables that Reference this Table
Name |
Column |
Table Reference |
Column Reference |
|
|
|
|