Open yinlisssss opened 6 years ago
Hello, Could you send me the MAE object and the parameters you used? So I can replicate the case.
The permu.rda is not the final result expected that's why it is closing. I'll have to add a tryCatch. But there should be another .rda with all the results. Unless there no master TF regulator found.
the mae object is bigger than 10mb, how can i upload? thanks
Dropbox or google drive would work.
OK, uploading to dropbox... the internet sucks, sorry for your time
I was able to get results with the same parameters.
It seems the version you have is not the last version. Could you please update the package?
devtools::install_github("tiagochst/ELMER")
devtools::install_github("BioinformaticsFMRP/TCGAbiolinksGUI")
My only concern is the Empirical P value cut-off. We normally set Number of permutations to 10K to get a reliable correction. However this would take several hours to run. If you are doing only 100 permutations please reduce the Empirical P value cut-off to 0.05.
Also. why do you have that few number of probes?
I tried to install the latest version, however
ERROR: dependencies 'TCGAbiolinksGUI.data', 'IlluminaHumanMethylation450kanno.ilmn12.hg19', 'IlluminaHumanMethylation450kmanifest', 'IlluminaHumanMethylation27kmanifest', 'IlluminaHumanMethylation27kanno.ilmn12.hg19', 'IlluminaHumanMethylationEPICanno.ilm10b2.hg19', 'IlluminaHumanMethylationEPICmanifest' are not available for package 'TCGAbiolinksGUI'
Then i manually downloaded last version ZIP from bioconductor . now it works.
but when it comes to ELMER analysis, it's like this..
Can you try running:
source("https://bioconductor.org/biocLite.R")
deps <- c("devtools",
"IlluminaHumanMethylation450kanno.ilmn12.hg19",
"IlluminaHumanMethylation450kmanifest",
"IlluminaHumanMethylation27kmanifest",
"IlluminaHumanMethylation27kanno.ilmn12.hg19",
"IlluminaHumanMethylationEPICanno.ilm10b2.hg19",
"IlluminaHumanMethylationEPICmanifest")
for(pkg in deps) if (!pkg %in% installed.packages()) biocLite(pkg, dependencies = TRUE)
devtools::install_github("tiagochst/ELMER.data")
devtools::install_github("BioinformaticsFMRP/TCGAbiolinksGUI.data",ref = "R_3.4")
devtools::install_github("BioinformaticsFMRP/TCGAbiolinksGUI")
Downloading GitHub repo BioinformaticsFMRP/TCGAbiolinksGUI@master from URL https://api.github.com/repos/BioinformaticsFMRP/TCGAbiolinksGUI/zipball/master Installing TCGAbiolinksGUI "C:/PROGRA~1/R/R-34~1.4/bin/x64/R" --no-site-file --no-environ --no-save \ --no-restore --quiet CMD INSTALL \ "C:/Users/asus/AppData/Local/Temp/Rtmpa2S620/devtools29d4363439a0/BioinformaticsFMRP-TCGAbiolinksGUI-ec762c5" \ --library="C:/Users/asus/Documents/R/win-library/3.4" --install-tests
R has a limit of 100 DLL loaded. I believe that for R version 3.5 it has been solved. But, for the moment you will need to increase it manually. Please, just set the environment variable R_MAX_NUM_DLLS to R_MAX_NUM_DLLS=150 in the Renviron file.
There is some information in the vignettes. http://bioconductor.org/packages/release/bioc/vignettes/TCGAbiolinksGUI/inst/doc/index.html#21_installation
i set the max number of DLL to 1000. it still exceeds.,,,, i wanna cry..
150 was sufficient. You need to restart R. Did you do that?
Tiago Chedraoui Silva
Em 23 de abr de 2018, à(s) 17:31, yinlisssss notifications@github.com escreveu:
i set the max number of DLL to 1000. it still exceeds.,,,, i wanna cry..
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
i am upating my R to 3.5,,,,let me see if it works later..
finally , the installation of GUI 1.5.6succeeded, thank you very much !
but, ELMER analysis still doesnot work ...
Warning: Error in !: invalid argument type
I was not able to reproduce the error. Which ELMER version do you have ? 2.3.17? Also, which part does it stops?
i checked my elmer, and it was an very old version.. stuipd i am...
now everything works well .
MUCH appreciated !!!
Hi, I really love this package, which helps me a lot.
recently I have been trying to learn how to perfome the ELMER analysis, the first 2 steps(create input data and analysis) worked very well, and I ended up having this file called permu.rda, then I tried to do the third step(visualize results), but as long as I input permu.rda by SELECT results, the R said ERROR: [on_request_read] connection reset by peer, then the website disappered.
thanks a lot if you could help me with this..