List available studies and their metadata
listStudies(libraries = NULL)
Returns a nested list with one element per installed OmicNavigator study package. Each study package entry has the following sublist components:
(character) Name of the study
(list) The fields from DESCRIPTION
(nested list) The testIDs available for each modelID
(nested list) The annotationIDs available for each modelID
(nested list) The plotIDs available for each modelID
The directories to search for installed study packages. If
left as NULL
(the default), then
installed.packages
will use the result of
.libPaths
.