This is the API endpoint the app uses to populate the dropdown menu in the Enrichment Analysis tab with the list of available models for the selected study.
getEnrichmentsModels(study, libraries = NULL)A named list. The names are the identifiers to be displayed in the dropdown menu, and each list element is a single character vector with the description to be used as a tooltip in the app. If no custom description was provided by the user, the tooltip text is simply the identifier.
An OmicNavigator study. Only accepts name of installed study package.
Character vector of library directories to search for study
packages. If NULL, uses .libPaths.
The models correspond to those used when adding the results with
addEnrichments. Any optional tooltips correspond to the
descriptions added with addModels.
getEnrichmentsStudies,
getResultsModels,
addEnrichments,
addModels