Configuration
sample
It is a sample configuration which shows how attributes can be configured.
Creator | jdkim@dbcls.rois.ac.jp |
---|---|
Updated at | 2021-11-01 03:11:37 UTC |
Body |
{ "entity types": [ { "id": "Protein", "color": "#AAAAFE" }, { "id": "Regulation", "color": "#AAFEAA" }, { "id": "Gene_expression", "color": "#FEAAAA" }, { "id": "http://purl.obolibrary.org/obo/MONDO_0005070", "default": true }, { "id": "http://purl.obolibrary.org/obo/MONDO_0004993" }, { "id": "http://purl.obolibrary.org/obo/MONDO_0004992" }, { "id": "http://www.glycoepitope.jp/epitopes/EP0012" }, { "id": "http://www.glycoepitope.jp/epitopes/EP0008" }, { "id": "Disease", "color": "#ffc8c8" }, { "id": "Phenotype", "color": "#ffffb4" }, { "id": "Body_part", "color": "#b4b4ff" }, { "id": "Mode", "color": "#ffffff" }, { "id": "PRP" }, { "id": "VBP" }, { "id": "NN" }, { "id": "IN" }, { "id": "DT" }, { "id": "CC" }, { "id": "JJ" } ], "relation types": [ { "id": "themeOf", "color": "#0000FF", "default": true }, { "id": "causeOf", "color": "#FF0000" }, { "id": "locatedAt" }, { "id": "hasScope" }, { "id": "arg1Of" }, { "id": "arg2Of" } ], "attribute types": [ { "pred": "fma_id", "value type": "string", "autocompletion_ws": "http://pubdictionaries.org/dictionaries/FMA-PAE/prefix_completion", "default": "fma_id", "values": [ { "pattern": "default" } ] }, { "pred": "uberon_id", "value type": "string", "default": "uberon_id", "values": [ { "pattern": "default" } ] }, { "pred": "mondo_id", "value type": "string", "default": "http://purl.obolibrary.org/obo/MONDO_0011676", "values": null }, { "pred": "hp_id", "value type": "string", "default": "http://purl.obolibrary.org/obo/HP_0001028", "values": null }, { "pred": "act", "value type": "selection", "values": [ { "color": "#ffffc8", "id": "Speculation", "default": true }, { "color": "#ffc8c8", "id": "Negation" } ] }, { "pred": "note", "value type": "string", "default": "", "values": [ { "color": "#ff0000", "pattern": "Neg" }, { "color": "#0000ff", "pattern": "^Rel" } ] } ] } |