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
I am trying to run RCTD but for some reason I keep hitting this error code
EWS4064.normalize <- FindSpatiallyVariableFeatures(EWS4064.normalize, features = VariableFeatures(EWS4064.normalize)[1:2000],
selection.method = "moransi")
Computing Moran's I
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=19s
#visualize top 20
top.features <- head(SpatiallyVariableFeatures(EWS4064.normalize, selection.method = "moransi"), 20)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'head': cannot xtfrm data frames
In addition: Warning message:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to run RCTD but for some reason I keep hitting this error code
Computing Moran's I
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=19s
any thoughts on how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions