96d63c692fc15357af3800b6a0c363a18d33db89 max Sat Jun 3 08:45:23 2017 -0700 adding support and converter for the openbel dataset, refs #13634 diff --git src/hg/lib/ggEventDb.as src/hg/lib/ggEventDb.as index f876fdc..f0b358d 100644 --- src/hg/lib/ggEventDb.as +++ src/hg/lib/ggEventDb.as @@ -2,16 +2,17 @@ " An interaction between two proteins imported from a curated interaction database. Can have document IDs (PMIDs). Cause and theme (target) are relevant usually only when curated by a pathway database, otherwise the interaction has no direction." ( string eventId; "ID of interaction description" string causeType; "type of cause of interaction, values: complex, gene or family" string causeName; "name of cause, as used in database" lstring causeGenes; "gene symbols of cause, comma-separated list" string themeType; "type of theme of interaction, values: complex, gene or family. If empty: the interaction is a purified complex, with the members in the causeGenes field." string themeName; "name of theme, as used in database" lstring themeGenes; "gene symbols of theme, |-separated list" string relType; "type of relation between cause and theme" string relSubtype; "subtype of relation, if provided" string sourceDb; "source database" lstring sourceId; "identifier in source database for HTML links" string sourceDesc; "description of interaction in source database (e.g. pathway name)" lstring docIds; "list of supporting documents, numbers are PMIDs" + lstring evidence; "human-readable description of the evidence. PID and fastForward: certain keywords. OpenBEL has a full text excerpt." )