ListManager-class: ListManager class provides methods to manage list contents...

Description Creating Objects Slots Details Author(s) See Also

Description

ListManager constitutes a class used to store the information required for managing lists contents and performing operations. Specifically, it contains information about:

1) the default list name and description,

2) the different URL endpoints, and

3) the information of the WebService.

Creating Objects

Objects can be created using the function list_manager, which is a webservice method.

Slots

name

Assign with a character string giving a name to the query. Pre-fixed with "".

DEFAULT_LIST_NAME

Assign with a character string, it is used when the names is not specified or the list exists.

DEFAULT_DESCRIPTION

a character string that indicates that the list is created with the R client library.

LIST_PATH

URL endpoint for storing lists.

INTERSECTION_PATH

URL endpoint for intersecting lists.

UNION_PATH

URL endpoint for the union of lists.

DIFFERENCE_PATH

URL endpoint for the difference of lists.

SUBTRACTION_PATH

URL endpoint for the subtraction lists.

mine

URL of the an InterMine Webservice.

token

API access key.

Details

ListManager class specifies an object in which the the common inputs to make an API request are stored.

Author(s)

InterMine Team

See Also

list_manager, ListManager-methods, webservice-methods


intermine/InterMineR documentation built on Jan. 10, 2022, 11:34 p.m.