(build-duplicate-identifier result)
Different objects types have different summary fields. Try to select one intelligently or fall back to primary identifier if the others ain't there.
Different objects types have different summary fields. Try to select one intelligently or fall back to primary identifier if the others ain't there.
(has-separator? str)
Returns true if a string contains any one of a set of strings.
Returns true if a string contains any one of a set of strings.
(obj->clj obj)
Convert the top level of a javascript object to clojurescript. Unconditionally attempts on any js property, unlike js->clj
Convert the top level of a javascript object to clojurescript. Unconditionally attempts on any js property, unlike js->clj
(organism-identifier summary)
Sometimes the ambiguity we're resolving with duplicate ids is the same symbol from two similar organisms, so we'll need to add organism name where known.
Sometimes the ambiguity we're resolving with duplicate ids is the same symbol from two similar organisms, so we'll need to add organism name where known.
(splitter string)
Splits a string on any one of a set of strings.
Splits a string on any one of a set of strings.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close