getServiceOptions: Get default service options.

Description Usage Arguments Value Author(s) Examples

View source: R/ENVISIONQuery.R

Description

Get default service options.

Usage

1
2
getServiceOptions(serviceName="menu",
    graphicMenu=getOption("menu.graphics"))

Arguments

serviceName

The name of Envision service which default options should be retrieved.

graphicMenu

If TRUE (default is FALSE), use a GUI window for the pick menus. If equal to "menu" (default) menu is contructed allowing to choose one of the available services

Value

The list where each item name and value corresponds to the particular option name and default value correspondingly.

Author(s)

Alex Lisovich, Roger Day

Examples

1
2
3
4
5
6
7
8
9
#get options for 'Reactome' service
options<-getServiceOptions("Reactome");
print(options);

## Not run: 
#get options for a service selected interactively
getServiceOptions("menu");

## End(Not run)

ENVISIONQuery documentation built on Nov. 8, 2020, 5:25 p.m.