Closed elenichri closed 3 years ago
Hi @elenichri , thanks for your interest in proActiv! If you're installing the github version or the one from the Bioconductor development branch you should be seeing 1.3.4. Either way I've not seen this error before. I suppose you are using standard STAR / TopHat2 junction files?
Thank you @jleechung for your prompt reply! It is weird that I see v1.1.6. If I go into the R library folder, it is indeed v1.3.4. So why do I see v 1.1.6 in my sessionInfo()? And, anyway, why is proActiv v1.3.4 labelled as too new? Please note that I run this on a server, where I don't have admin rights.
Yes, I use TopHat2 junction files.
@elenichri I see. You can try calling library(proActiv, lib.loc = ...)
to load the proActiv from a specific location and see if you then get 1.3.4 in the sess info.
Too new might be because 1.3.4 is from the dev version of Bioconductor but I'm not entirely sure.
@jleechung I did so and indeed, proActiv 1.3.4 was loaded in the R environment. However, it is still considered too new and I still get the same error when I run proActiv
invalid class "DESeqDataSet" object: superclass "RectangularData" not defined in the environment of the object's class
I will try to completely remove proActiv by deleting the respective R library and then try to load an older version. I hope this will work.
@elenichri Sure. It's also possible that packages from different Bioconductor releases are installed and loaded at the same time. In any case you can perhaps try to process one or two files locally and see if you can reproduce the error.
Thanks @jleechung . It was a Bioconductor package clash on the server I am using. Problem solved :)
I am trying to run proActiv with 174 TCGA GBM junction files. Everything goes smoothly until the calculation reaches its end. I get the following error:
I tried installing proActiv via Bioconductor and via devtools/github, but I get the error in both cases. I ran
BiocManager::valid()
and got 1 too new package and 18 out of date. It is strange because the out_of_date packages are the ones that I have just installed/updated!What trouble me most is the too new package
This is weird because my
sessionInfo()
tells me that I am running proActiv 1.1.6.Could you please help me resolve the problem?
Thank you very much !