-
Notifications
You must be signed in to change notification settings - Fork 101
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
Error message when running CIBERSORT #137
Comments
Hello, Thank you for signaling the issue. Unfortunately I fear that this problem is related to the CIBERSORT script in itself and not to the immunedeconv package, Since each user has its own version I don't think it is possible for us to fix it. |
I've managed to solve that issue, but now I'm having the same issue as in error #124, and the solution listed is stated to use the version of CIBERSORTx from their website (https://cibersortx.stanford.edu/download.php) rather than from /~https://github.com/IOBR/IOBR/blob/905127ffa32aee5e1fa6c305c2e14e7c918a5967/R/CIBERSORT.R Unfortunately, using the version of CIBERSORT.R from the website (which for me is version 1.02) has not solved my issue: instead, I get the same error as in error #79 . The solution for that error is apparently to run a newer version of CIBERSORT (v1.04), which is the one giving me the error from #124 . As you can see, this has left me going somewhat in circles. Any ideas how I might fix this issue? (I can set up a new issue for this if you'd like, but I thought I'd add it to this one as it' still a CIBERSORT issue) |
@LorenzoMerotto, I think this one is actually ours: immunedeconv/R/immune_deconvolution_methods.R Line 260 in 28fce56
|
@ValerieCrolley I'll try to wrap up the discussion:
@grst Unfortunately there are a ton of CIBERSORT scripts available online. What if we pick the last version (the one that's working for us) and we introduce a form of control, for example with sha256? The downside of this is that even minor changes will produce some errors but I doubt that users are editing the script |
In #79 I suggested we check the version identifier in the first line of the script. sha256 might indeed be a bit too strict. Ideally, we would get permission of the authors to include the source code into immundeconv, but in the past I wasn't very successful in getting a response from the authors for various requests. |
The problem is that the problematic script has the same first line identifier as the good one |
Well, strictly speaking, it's not the first line. But I get your point. |
What should the multiple checksums correspond to? |
different versions of the script of which we know they work. I only have one version, but there might be different ones that we become aware of
Interesting idea, but maybe overkill? 🤷 |
I'm open to other suggestions We could also use the sha256 and issue a warning in case of wrong script. |
Hi Both, I think the main issue is that there's no way now to find the version of CIBERSORTX.R which works with immunedeconv - the new CIBERSORT website will only give access to a Docker container (which doesn;t give access to the v1.04 CIBERSORTX.R file needed for immunedeconv. Older versions of the CIBERSORTX website will only let you donwnload v1.02 (which does not work), and attempting to download versions of CIBERSORTX from anywhere else also doesn't work. This basically still leaves me stuck, as I'm needing a version of a file that there's no way to get access to... |
Have you had any updates on this issue? I am having the same problem, I can't get access to CIBERSORT.R v1.04 since they removed it from their website. Your package doesn't work with v1.02 or v1.03 on their website or the modified script published by someone else. |
Hi @jackchenry. Thank you for your interest in this topic. @jackchenry a solution would be to use another deconvolution method such as |
Took me a while to get access, but the script that can be downloaded from the cibersort website is indeed version 1.02. It probably wouldn't be very hard to support that version on our part (I think it's just a different function signature). |
For future reference, the CIBERSORT source code may happen to be available from various places on github, accessible via the code search: /~https://github.com/search?q=%22CIBERSORT+R+script+v1.04%22&type=code |
@ValerieCrolley nice to see you here as well! I had the same problem, I solved by taking the CIBERSORTx script from here /~https://github.com/cansysbio/HGSOC_TME_Heterogeneity/blob/b697b8a6113d31196715f6ef581648237f8e9414/Scripts/3/CIBERSORT.R . |
To Whom it may Concern,
I'm trying to run CIBERSORT as part of the immunedeconv package, and the following error message appears:
Warning message:
The
path
argument ofwrite_tsv()
is deprecated as of readr 1.4.0.ℹ Please use the
file
argument instead.ℹ The deprecated feature was likely used in the immunedeconv package.
Please report the issue at
/~https://github.com/omnideconv/immunedeconv/issues.
I'm still trying to get it to run on my data (other issues), but it doesn't look like this issue has been flagged to you so far.
The text was updated successfully, but these errors were encountered: