You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching for the gene "RPS3A" via the web interface 5 interactions are returned but for some reason the below code returns nothing. Why might this be?
I am having these issues as well. I am not certain but I think this is querying from DGIdb v2.0 and not more modern versions of the database. Unfortunately I think this package has thus become outdated.
When searching for the gene "RPS3A" via the web interface 5 interactions are returned but for some reason the below code returns nothing. Why might this be?
library(rDGIdb)
test <- queryDGIdb(c("RPS3A"),
sourceDatabases = NULL,
geneCategories = NULL,
interactionTypes = NULL)
detailedResults(test)
The text was updated successfully, but these errors were encountered: