Column | MySQL Type | Oracle Type | Nullable | Description |
---|---|---|---|---|
WID | BIGINT | NUMBER | No | Warehouse identifier for this entity |
Type | VARCHAR | VARCHAR2(50) | No | Mnemonic for the general type of experiment, e.g. 'microarray' |
ContactWID | BIGINT | NUMBER | Yes | Contact.WID for submitter/investigator |
ArchiveWID | BIGINT | NUMBER | Yes | Archive.WID of external rep'n of experiment and its data. |
StartDate | DATETIME | DATE | Yes | Date+time experiment was started |
EndDate | DATETIME | DATE | Yes | Date+time experiment was completed |
Description | TEXT | CLOB | Yes | Description of this experiment |
GroupWID | BIGINT | NUMBER | Yes | Experiment.WID defining the parent group of this subexperiment |
GroupType | VARCHAR | VARCHAR2(50) | Yes | Enumeration indicating type of any and all direct subexperiments Exs: 'replicate' 'variant' 'step' 'time-series' Enumerated Values:
replicate - All subexperiments attempt to replicate identical experimental conditions and parameters variant - Subexperiments are variations upon an experimental procedure, technique, conditions, and/or parameters time-series - Subexperiments consist of observations according to a specific schedule step - Subexperiments comprise an experimental procedure and consist of an ordered sequence |
GroupSize | INT | NUMBER | No | Number of child experiments loaded |
GroupIndex | INT | NUMBER | Yes | Counter value identifying this experiment in a sequence or set of subexperiments (eg. time-series). NULL if GroupWID is NULL. |
TimePoint | INT | NUMBER | Yes | Time offset indicating when associated observations in a time-series experiment were conducted |
TimeUnit | VARCHAR | VARCHAR2(20) | Yes | Enumeration for units of TimePoint |
DataSetWID | BIGINT | NUMBER | No | DataSet.WID this entity is associated with |
BioSourceWID | BIGINT | NUMBER | Yes | References the biological source of this experiment, if applicable. |
Table | Column |
---|---|
Experiment | GroupWID |
ExperimentData | ExperimentWID |
ExperimentRelationship | ExperimentWID |
ExperimentRelationship | RelatedExperimentWID |
GelLocation | ExperimentWID |
ExperimentDesign | Experiment_ExperimentDesigns |
ExperimentWIDContactWID | ExperimentWID |
ExperimWIDBioAssayDataClustWID | ExperimentWID |
ExperimentWIDBioAssayDataWID | ExperimentWID |
ExperimentWIDBioAssayWID | ExperimentWID |
RelatedTerm | OtherWID |
CitationWIDOtherWID | OtherWID |
CommentTable | OtherWID |
CrossReference | OtherWID |
CrossReference | CrossWID |
Description | OtherWID |
DBID | OtherWID |
SynonymTable | OtherWID |
ToolAdvice | OtherWID |
Name | Columns |
---|---|
EXP_TYPE | TYPE |
EXP_CON | CONTACTWID |
EXP_GROUP | GROUPWID |
EXP_DS | DATASETWID |