listStudies {OmicNavigator}R Documentation

List available studies and their metadata

Description

List available studies and their metadata

Usage

listStudies(libraries = NULL)

Arguments

libraries

The directories to search for installed study packages. If left as NULL (the default), then installed.packages will use the result of .libPaths.

Value

Returns a nested list with one element per installed OmicNavigator study package. Each study package entry has the following sublist components:

name

(character) Name of the study

package

(list) The fields from DESCRIPTION

results

(nested list) The testIDs available for each modelID

enrichments

(nested list) The annotationIDs available for each modelID

plots

(nested list) The plotIDs available for each modelID


[Package OmicNavigator version 1.13.13 Index]