Error Error in norm_cords$x - min(norm_cords$x) : non-numeric argument to binary operator · Issue #70 · YMa-lab/CARD · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 5.6 GiB
2: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.9 GiB
3: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.1 GiB
4: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.1 GiB
I was wondering if this could be related to count data or spatial coordinates. I used spot barcode IDs instead of number x,y coordinates. e. g.
x() TACGATCCAAGCCACT-1_1
y()TACGATCCAAGCCACT-1_1
Also, sc and spatial counts are row filtered data.
Please advise. Thank you.
The text was updated successfully, but these errors were encountered:
What does your spatial_location matrix look like? This matrix should contain the spatial coordinates. Please follow our tutorial to check if you input data match exactly with the tutorial example data format. Thanks.
Hello @YingMa0107 @YMalab > # Make CARD object
QC on scRNASeq dataset! ...
QC on spatially-resolved dataset! ...
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 5.6 GiB
2: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.9 GiB
3: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.1 GiB
4: In asMethod(object) :
sparse->dense coercion: allocating vector of size 2.1 GiB
I was wondering if this could be related to count data or spatial coordinates. I used spot barcode IDs instead of number x,y coordinates. e. g.
x() TACGATCCAAGCCACT-1_1
y()TACGATCCAAGCCACT-1_1
Also, sc and spatial counts are row filtered data.
Please advise. Thank you.
The text was updated successfully, but these errors were encountered: