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
Thanks for the update! Changing "im=im.human" to "im.human" takes away the previous error, but now when I run doEnrichment I got:
Error in .local(object, ...) : Unauthorized (HTTP 401).
Does this mean the "im.human" object does not have proper authentication to access InterMine? Any advice?
The code before this chunk is this:
# load intermine instance for human genome
im.human = initInterMine(listMines()["HumanMine"])
# get all HumanMine widgets
human.widgets = as.data.frame(getWidgets(im.human))
human.widgets
# only gene related widgets
# get enrichment, gene-related widgets for HumanMine
subset(human.widgets, widgetType == 'enrichment' & targets == "Gene")
Checking results from the above lines, the "human.widgets" object seems to be fine. Using the example data "data("PL_DiabetesGenes")" in the documentation instead of my own gene list gave the same authorization error. Could this a problem on the InterMine side?
Running the example in the tutorial (https://rdrr.io/bioc/InterMineR/f/vignettes/Enrichment_Analysis_and_Visualization.Rmd) does not work any more after upgrading bioconductor to 3.13. It throws out the following error:
Could be some dependency issues but could not find much information on this message.
The text was updated successfully, but these errors were encountered: