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

cibersort can not run #79

Closed
liuxy9797 opened this issue Nov 8, 2021 · 9 comments
Closed

cibersort can not run #79

liuxy9797 opened this issue Nov 8, 2021 · 9 comments
Labels
bug Something isn't working

Comments

@liuxy9797
Copy link

This error occurs when I run it, but otherwise works fine.

res <-deconvolute(exprMatrix, "cibersort")

Running cibersort
Error in (function (sig_matrix, mixture_file, perm = 0, QN = TRUE) :
Parameter useless(absolute = FALSE, abs_method = "sig.score")

@liuxy9797 liuxy9797 added the bug Something isn't working label Nov 8, 2021
@grst
Copy link
Collaborator

grst commented Apr 29, 2022

Hi @liuxy9797,

sorry for not following up earlier. Does this issue persist?
If yes, can you please provide a minimal reproducible example with example data?

@Gorgot
Copy link

Gorgot commented May 12, 2022

I have the same problem. My expression matrix can run quantiseq well in immunedeconv, but not cibersort. My matrix has 50000+ rows and 120+ columes, so I think it's not the single sample error.
Here's the error dialog:
Error in (function (sig_matrix, mixture_file, perm = 0, QN = TRUE) :
unused arguments (absolute = FALSE, abs_method = "sig.score")

@grst
Copy link
Collaborator

grst commented May 12, 2022

I'm starting to wonder if you might have a different version of the CIBERSORT.R script.

Could you send me your CIBERSORT.R script by e-mail (do NOT post it here due to the licensing)? My email can be found on my github profile.

@Gorgot
Copy link

Gorgot commented May 14, 2022

Thank you for your reply! I did use a wrong version of CIBERSORT.R script of v1.03. Now the issue has been settled by v1.04. By the way, may I ask which version of script is required for immunedeconv?

@grst
Copy link
Collaborator

grst commented May 14, 2022

I wasn't even aware there were multiple versions. I have been using v1.04.
We should probably add a check for this.

@Gorgot
Copy link

Gorgot commented May 14, 2022

Thanks for your efforts!

@grst
Copy link
Collaborator

grst commented Jan 31, 2024

closing in favor of #137

@dfeng4127
Copy link

Hi when i run :
results <- cibersort('./type_use.txt', "./exp_sp.txt")

I got this error:
Error in (function (.x, .f, ..., .progress = FALSE) :
ℹ In index: 1.
Caused by error in predict.svm():
! Model is empty!

@LorenzoMerotto
Copy link
Collaborator

Hello @dfeng4127

cibersort() is not a function included in immunedeconv.
Could you please try to apply the deconvolute_cibersort() function and include the error message here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants