Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCGAbiolinksGUI ELMER visualization fails: ERROR: [on_request_read] connection reset by peer > #40

Open
yinlisssss opened this issue Apr 22, 2018 · 20 comments

Comments

@yinlisssss
Copy link

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..

@tiagochst
Copy link
Contributor

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.

@yinlisssss
Copy link
Author

1
2
3
4

@yinlisssss
Copy link
Author

the mae object is bigger than 10mb, how can i upload? thanks

@tiagochst
Copy link
Contributor

Dropbox or google drive would work.

@yinlisssss
Copy link
Author

OK, uploading to dropbox... the internet sucks, sorry for your time

@yinlisssss
Copy link
Author

@tiagochst
Copy link
Contributor

I was able to get results with the same parameters.

screen shot 2018-04-23 at 12 38 20 am

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?

@tiagochst
Copy link
Contributor

@yinlisssss
Copy link
Author

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'

  • removing 'C:/Users/asus/Documents/R/win-library/3.4/TCGAbiolinksGUI'
    In R CMD INSTALL
    Installation failed: Command failed (1)

@yinlisssss
Copy link
Author

1
2
Then i manually downloaded last version ZIP from bioconductor . now it works.

but when it comes to ELMER analysis, it's like this..

@tiagochst
Copy link
Contributor

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")

@yinlisssss
Copy link
Author

Downloading GitHub repo BioinformaticsFMRP/TCGAbiolinksGUI@master
from URL https://api.github.com/repos/BioinformaticsFMRP/TCGAbiolinksGUI/zipball/master
Installing TCGAbiolinksGUI
"C:/PROGRA1/R/R-341.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

  • installing source package 'TCGAbiolinksGUI' ...
    ** R
    ** inst
    ** preparing package for lazy loading
    Error in inDL(x, as.logical(local), as.logical(now), ...) :
    unable to load shared object 'C:/Users/asus/Documents/R/win-library/3.4/fgsea/libs/x64/fgsea.dll':
    `maximal number of DLLs reached...
    ERROR: lazy loading failed for package 'TCGAbiolinksGUI'
  • removing 'C:/Users/asus/Documents/R/win-library/3.4/TCGAbiolinksGUI'
  • restoring previous 'C:/Users/asus/Documents/R/win-library/3.4/TCGAbiolinksGUI'
    In R CMD INSTALL
    Installation failed: Command failed (1)

@tiagochst
Copy link
Contributor

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

@yinlisssss
Copy link
Author

i set the max number of DLL to 1000. it still exceeds.,,,, i wanna cry..

@tiagochst
Copy link
Contributor

tiagochst commented Apr 23, 2018 via email

@yinlisssss
Copy link
Author

1

@yinlisssss
Copy link
Author

i am upating my R to 3.5,,,,let me see if it works later..

@yinlisssss
Copy link
Author

finally , the installation of GUI 1.5.6succeeded, thank you very much !

but, ELMER analysis still doesnot work ...

Warning: Error in !: invalid argument type

@tiagochst
Copy link
Contributor

I was not able to reproduce the error. Which ELMER version do you have ? 2.3.17?
Also, which part does it stops?

@yinlisssss
Copy link
Author

i checked my elmer, and it was an very old version.. stuipd i am...

now everything works well .

MUCH appreciated !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants