We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am experiencing errors while displaying pathway contribution in spatial context. Here is the code snippet that gives me an error:
netVisual_aggregate(cellchat, signaling = pathways.show, layout = "spatial", edge.width.max = 2, vertex.size.max = 1, alpha.image = 0.2, vertex.label.cex = 3.5) Error in if (ncol(coordinates) == 2) { : argument is of length zero
I can see that cellchat contains spatial image data as well:
> cellchat@images $fov Spatial coordinates for 321020 cells and 541 molecules First 10 molecules: ABI3BP, ACAN, ADAM10, ADAMTS16, ADAMTS3, ADIPOQ Default segmentation boundary: centroids Associated assay: Xenium Key: Xenium_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am experiencing errors while displaying pathway contribution in spatial context. Here is the code snippet that gives me an error:
I can see that cellchat contains spatial image data as well:
The text was updated successfully, but these errors were encountered: