Liking cljdoc? Tell your friends :D

bluegenes.pages.results.enrichment.events


build-all-enrichment-queriescljs

(build-all-enrichment-queries selection suitable-widgets settings)
source

build-enrichment-querycljs

(build-enrichment-query selection widget-name settings)
source

build-matches-querycljs

(build-matches-query query path-constraint identifier)
source

can-we-enrich-on-existing-preference?cljs

(can-we-enrich-on-existing-preference? enrichable existing-enrichable)

Returns whether or not the previously used enrichment column is within the list of existing column types.

Returns whether or not the previously used enrichment column is within the list of existing column types.
sourceraw docstring

get-suitable-widgetscljs

(get-suitable-widgets array-widgets classname)

We only want to load widgets that can be used on our datatypes

We only want to load widgets that can be used on our datatypes
sourceraw docstring

resolve-what-to-enrichcljs

(resolve-what-to-enrich db)

This is complex - we need to resolve which columns are of a suitable type to be enriched by a widget, and then select one. Where possible we try to always preserve the same column that the user was looking at in the previous enrichment, to ensure general consistency.

This is complex - we need to resolve which columns are of a suitable type to be enriched by a widget, and then select one. Where possible we try to always preserve the same column that the user was looking at in the previous enrichment, to ensure general consistency.
sourceraw docstring

servicecljs

(service db mine-kw)
source

what-we-can-enrichcljs

(what-we-can-enrich widgets query-parts)

Returns list of columns in the results view that have widgets available for enrichment.

Returns list of columns in the results view that have widgets available for enrichment.
sourceraw docstring

widgets-to-mapcljs

(widgets-to-map widgets)

When the web service gives us a vector, we make it into a map for easy lookup

When the web service gives us a vector, we make it into a map for easy lookup
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close