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

LIONESS-PANDA issue #334

Open
NanLin123 opened this issue Nov 5, 2024 · 1 comment
Open

LIONESS-PANDA issue #334

NanLin123 opened this issue Nov 5, 2024 · 1 comment

Comments

@NanLin123
Copy link

I tried slurm job for PANDA-LIONESS. I used 5 cores (80GB), but I encountered the following error:

*** caught segfault ***
address 0x2b9064976040, cause 'memory not mapped'

Traceback:
1: cor(t(expr), method = cor.method, use = "pairwise.complete.obs")
2: panda(motif, expr, ppi, ...)
3: lioness(expr = test2, motif = MOTIF, ppi = PPI, network.inference.method = "panda", ncores = 5)
An irrecoverable exception occurred. R is aborting now ...
/var/spool/slurmd/job1886295/slurm_script: line 13: 26930 Segmentation fault (core dumped) Rscript /udd/nhlna/NHS_ovca_proteomics/src/LIONESS.R

@taraeicher
Copy link
Contributor

I can confirm that this issue occurs after running LIONESS for ~ 2 hours on a sample data set with 108 samples and 3,000 expression levels (similar configuration to the user's). The issue is not with LIONESS itself but with the pandaR package when computing the correlation matrix. This is likely a memory overflow issue because, as currently implemented, LIONESS requires PANDA to union the genes in the motif with the genes in the expression data set, which can be memory intensive for large motifs. Working on a suitable workaround.

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