Description Usage Arguments Value Author(s) References Examples
Initialize the InterMine list with the base URL of the webservice of the database and the API token.
Some resources such as lists are normally privately associated with the individual user that created them and require authentication for access. To access these private resources, each request needs to be authenticated, using an API key token. You can get an API token from the web-app of the service you intend to access: visit the MyMine tab after logging-in and click on API Key.
1 | initInterMine(mine = listMines()["HumanMine"], token="")
|
mine |
a string, representing the base URL of the webservice of the database. |
token |
a string, representing the API token in order to use private functions such as list and enrichment. |
A list containing the base URL and API token.
InterMine Team
/urlhttp://intermine.readthedocs.io/en/latest/web-services/
1 | im <- initInterMine(mine = listMines()["HumanMine"], "TOKEN") #replace TOKEN with your token
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.