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
There is only call_harmony_2 function in call_harmony.R
when I change call_harmony to call_harmony_2 in run_harmony_01.R, it has error below:
b_seurat <- RunHarmony(object = b_seurat, batch_label, theta = theta_harmony, plot_convergence = TRUE,
nclust = numclust, max.iter.cluster = max_iter_cluster)
Error in UseMethod("RunHarmony") :
no applicable method for 'RunHarmony' applied to an object of class "seurat"
The text was updated successfully, but these errors were encountered:
Hi,
There is only call_harmony_2 function in call_harmony.R
when I change call_harmony to call_harmony_2 in run_harmony_01.R, it has error below:
The text was updated successfully, but these errors were encountered: