Skip to content
Snippets Groups Projects
Commit 06413129 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Added explanatory comment about primary key in oligo_probe.

parent c4577712
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,11 @@ CREATE TABLE oligo_feature (
#
# Table structure for table 'oligo_probe'
#
# Note that the primary key contains both the probe ID and the array ID because
# it is often possible to get the same probe on different arrays
# e.g. (older Affy arrays are often subsets of newer arrays).
# We give them the same oligo_probe_id so that we only have to store the
# features once.
CREATE TABLE oligo_probe (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment