-
Notifications
You must be signed in to change notification settings - Fork 21
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 norm_cords$x - min(norm_cords$x) : non-numeric argument to binary operator #79
Comments
Same problem here, when trying to run CARD on the Mouse Cortex seqFISH+ dataset used in the paper. My sessionInfo() output is the following: R version 4.3.3 (2024-02-29 ucrt) Matrix products: default locale: time zone: Europe/Madrid attached base packages: other attached packages: loaded via a namespace (and not attached): Thanks in advanced. |
I have the same error and I have solved it. I think the problem may be the data type of your spatial_location data frame is not integer. you can use as.integer() to make it become integer. This is how I solved my problem. |
@YingMa0107 @YMalab
I would greatly appreciate your help with this error:
create reference matrix from scRNASeq...
Select Informative Genes! ...
Error in norm_cords$x - min(norm_cords$x) :
non-numeric argument to binary operator
In addition: Warning messages:
1: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.0 GiB
2: In asMethod(object) :
sparse->dense coercion: allocating vector of size 1.1 GiB
3: In asMethod(object) :
sparse->dense coercion: allocating vector of size 1.1 GiB
Thank you
The text was updated successfully, but these errors were encountered: