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
When running runspatialdecon, I got the following error:
Error in [<-(*tmp*, colnames(result$beta), , value = t(result$beta)) :
subscript out of bounds
When running runspatialdecon, I got the following error:
Error in
[<-
(*tmp*
, colnames(result$beta), , value = t(result$beta)) :subscript out of bounds
Here is my code:
target_MRD_Data_filter2$istumor = target_MRD_Data_filter2$SegmentLabel == "Tumor"
restils = runspatialdecon(object = target_MRD_Data_filter2,
norm_elt = "q_norm",
raw_elt = "exprs",
X = safeTME,
cellmerges = safeTME.matches,
cell_counts = target_MRD_Data_filter2$AOINucleiCount,
is_pure_tumor = target_MRD_Data_filter2$istumor,
n_tumor_clusters = 10)
Hope to get your help about the reasons. Thank you so much!
The text was updated successfully, but these errors were encountered: