Description Creating Objects Slots Details Author(s) See Also
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.
Objects can be created using the function setQuery
.
Assign with a character string giving a name to the query. Pre-fixed with "".
Assign with a character string describing the purpose and the type of data retrieved by the query. Pre-fixed with "".
a character vector defining the type of data to be returned.
a list the name of the column and the type of sorting which will be used to order the retrieved data.frame.
a list containing the constraints used to restrict the query. Each constraint constitutes a list as well.
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.
InterMine Team
setConstraints
, setQuery
, InterMineR-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.