InterMineR-class: InterMineR class contains the input values for performing...

Description Creating Objects Slots Details Author(s) See Also

Description

InterMineR constitutes a class used to store the information which are required for performing a query for biological data in an InterMine instance. Specifically, it contains information about:

1) the type of data which are to be returned from the InterMine instance,

2) the type of sorting performed on these data, and

3) the constraints used to perform the query for the data of interest.

Creating Objects

Objects can be created using the function setQuery.

Slots

name

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

description

Assign with a character string describing the purpose and the type of data retrieved by the query. Pre-fixed with "".

select

a character vector defining the type of data to be returned.

orderBy

a list the name of the column and the type of sorting which will be used to order the retrieved data.frame.

where

a list containing the constraints used to restrict the query. Each constraint constitutes a list as well.

Details

InterMineR class specifies an object in which the input values of a query can be stored. A single constraint within the object can be assigned with multiple values.

Author(s)

InterMine Team

See Also

setConstraints, setQuery, InterMineR-methods


InterMineR documentation built on Nov. 8, 2020, 5:58 p.m.