Table Index

ToolAdvice


This table captures meta-data that does not have an interpretation in
the warehouse semantics, but is `hints' to various tools that may
operate on, or build pictorial representations of, core elements of the
schema. For example, it may give hints to a particular pathway viewing
tool on how to layout a pathway.

Columns

Column MySQL Type Oracle Type Nullable Description
OtherWID BIGINT NUMBER No The entity to which this advice applies
ToolName VARCHAR VARCHAR2(50) No The name of the tool
Advice LONGTEXT CLOB Yes The advice

Denormalized References

Column References
OtherWID Chemical : WID
OtherWID Reaction : WID
OtherWID Protein : WID
OtherWID Feature : WID
OtherWID Function : WID
OtherWID EnzymaticReaction : WID
OtherWID GeneticCode : WID
OtherWID Division : WID
OtherWID Taxon : WID
OtherWID BioSource : WID
OtherWID BioSubtype : WID
OtherWID NucleicAcid : WID
OtherWID Subsequence : WID
OtherWID Gene : WID
OtherWID Pathway : WID
OtherWID Term : WID
OtherWID Computation : WID
OtherWID Citation : WID
OtherWID Contact : WID
OtherWID Archive : WID
OtherWID Experiment : WID
OtherWID ExperimentData : WID
OtherWID Support : WID

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
TOOL_OTHERWID OtherWID
TOOL_NAME ToolName