Learn R Programming

OmicNavigator (version 1.19.0)

getResultsModels: Get the models for the results of an installed OmicNavigator study

Description

This is the API endpoint the app uses to populate the dropdown menu in the Differential Analysis tab with the list of available models for the selected study.

Usage

getResultsModels(study, libraries = NULL)

Value

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.

Arguments

study

An OmicNavigator study. Only accepts name of installed study package.

libraries

Character vector of library directories to search for study packages. If NULL, uses .libPaths.

Details

The models correspond to those used when adding the results with addResults. Any optional tooltips correspond to the descriptions added with addModels.

See Also

getResultsStudies, getEnrichmentsModels, addResults, addModels