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

Error in if (any(meta_cell[, var_per_cell, drop = FALSE] <= 0)) { : missing value where TRUE/FALSE needed #4

Open
maggiebr0wn opened this issue Dec 2, 2022 · 1 comment

Comments

@maggiebr0wn
Copy link

Hello,

Thank you for making a tool which tackles the common statistical issues in DEG detection for single cell!

In trying IDEAS, I'm encountering the following error and am unsure how to proceed overcoming it:

Error in if (any(meta_cell[, var_per_cell, drop = FALSE] <= 0)) { :
missing value where TRUE/FALSE needed
In addition: Warning message:
In Ops.factor(left, right) : ‘<=’ not meaningful for factors

Thanks in advance

@liusi2019
Copy link
Collaborator

Hi Maggiebr0wn,

Sorry that I didn't notice this message earlier and sorry for the long overdue. The values in in meta_cell under the column names inside var_per_cell are expected to be numerical values instead of factors. Could you check whether any of these columns have factor format in your data?

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