Entering edit mode
4.3 years ago
yakumo
•
0
Hi everyone,
I am fairly new to Bioconductor - I am trying to use the GRmetrics package and it works very well with the example files.
However, whenever I try to open my own file (that is built according to the package requirements) via the data() term, I always get an error:
> data("inputCaseA") #this works perfectly fine
> data("testinput")
Warning message:
In data("testinput") : data set ‘testinput’ not found
The file testinput.xlsx is in the same file as my Rproj. Is there a different folder where R expects it?
Thanks a lot for your help!
Best wishes
Thanks so much! It works now!
All the best