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
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
> cellchat <- computeNetSimilarityPairwise(cellchat, type = "functional")
Compute signaling network similarity for datasets 1 2
> cellchat <- netEmbedding(cellchat, type = "functional")
Manifold learning of the signaling networks for datasets 1 2
> cellchat <- netEmbedding(cellchat, umap.method="uwot",type = "functional")
Manifold learning of the signaling networks for datasets 1 2
Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics'
Also defined by ‘spam’
Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics'
Also defined by ‘spam’
> cellchat <- netEmbedding(cellchat, umap.method="umap-learn",type = "functional")
Manifold learning of the signaling networks for datasets 1 2
> cellchat <- netClustering(cellchat, method="umap-learn", type = "functional")
Classification learning of the signaling networks for datasets 1 2
> cellchat <- netClustering(cellchat, method="uwot", type = "functional")
Classification learning of the signaling networks for datasets 1 2
> netVisual_embedding(cellchat, type = "functional", label.size = 3.5)
Error in base::colSums(x, na.rm = na.rm, dims = dims, ...) :
'x' must be an array of at least two dimensions
`