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
Formatting issue in error message when calling EmbedSWNE with dist.metric = "correlation":
swne_embedding <- EmbedSWNE(nmf.scores, snn, alpha.exp = alpha.exp, snn.exp = snn.exp,
+ n_pull = n_pull, dist.use = dist.metric)
Error in get_factor_coords(H.smooth, method = proj.method, pca.red = pca.red, :
Distance must be one of: pearsonDistance must be one of: ICDistance must be one of:
cosineDistance must be one of: euclidean
The text was updated successfully, but these errors were encountered:
Formatting issue in error message when calling EmbedSWNE with
dist.metric = "correlation"
:The text was updated successfully, but these errors were encountered: