Closed paulatn240 closed 2 years ago
Hello, @paulatn240!
I'm Aleksandr Popov, a developer of Immunarch package. Thank you for using our software!
I've tried to reproduce the issue with built-in immdata, but this command worked without errors. So this can be an issue either with Immunarch installation, or with dataset. The things you can do to fix the issue or find out what's happening:
R --vanilla
, install the latest version of Immunarch in that environment (install.packages("immunarch")
) and try to repeat the command.data(immdata)
, then repeat the command.Best regards, Aleksandr
2. data(immdata)
I ran into the same error with my data. bulit-in data works fine. My data set is not huge, run as a pilot test with 1000+ seqs. Error as this "Error in seq.default(.step, n, .step) : invalid '(to - from)/by'". No clue how to troubleshoot it.
Can you, please, send me an example file on which this bug appears? It will help me to reproduce and fix it.
Best regards, Aleksandr
Dear Aleksandr I had the same problem and I have been trying to trace it back. So the problem is that .step is 0 in some 10X datasets. and seq(0,n,0) throwing an error since it can't increase by 0.
Hello, @mksamur, @mimisikai and @paulatn240!
I've made a branch diversity-fixes
with a fix for this bug. Eventually it will be merged into dev
, and then included into the next release of Immunarch.
You can install Immunarch version with this fix now with these commands:
install.packages(c("devtools", "pkgload"))
devtools::install_github("immunomind/immunarch", ref="diversity-fixes")
devtools::reload(pkgload::inst("immunarch"))
Best regards, Aleksandr
Thank you Aleksandr
Thank you @Alexander230 :)
Hello,
I am trying to run the following code but I get this error:
I downloaded the latest version of Immunarch but the error keeps showing up. Could it be a problem with the dataset?
Thank you very much in advance!