multiObjects | R Documentation |
The matchObject function takes only one id/name at a time, this method allows you to input many ids and get an aggregated table for their detailed information. It can only accept ids for now.
multiObjects(ids, databaseName = "Reactome", speedUp = FALSE, cluster = 2)
ids |
Reactome stIds/dbIds, or non-Reactome ids |
databaseName |
database name |
speedUp |
set |
cluster |
the number of cluster in |
Reactome database objects for the given ids
matchObject for details
## "ids" can be Reactome or non-Reactome ids
ids <- c("P02741", "P08887", "P08505", "Q9GZQ8")
#res <- multiObjects(ids, databaseName="UniProt", speedUp=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.