Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Error in base::colSums(x, na.rm = na.rm, dims = dims, ...) : 'x' must be an array of at least two dimensions #747

@yueli8

Description

@yueli8

Hello,

Thank you for developing so nice software!

Thank you in advance for great help!

Best,

Yue

> 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
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions