Skip to content
New issue

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

netVisual_heatmap for certain pathways on merged object #276

Open
JaneChik opened this issue Dec 16, 2024 · 2 comments
Open

netVisual_heatmap for certain pathways on merged object #276

JaneChik opened this issue Dec 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@JaneChik
Copy link

Hi! Thank you for the opportunity to compare different datasets. However, I've noticed that function netVisual_heatmap works fine on the whole merged cellchat object but crashes when user specifies particular pathways:

cellchat <- mergeCellChat(cellchat_list, add.names = names(cellchat_list))
pathways.show <- "WNT
netVisual_heatmap(cellchat, 
                  signaling = pathways.show,
                  cluster.cols = T, cluster.rows = T,
                  remove.isolate = T,
                  comparison = c(1,2), measure = "count",
                  title.name = paste(pathways.show, "signaling"))

There is no error but the resulting heatmap is empty.
It would be wonderful if you could add such option for merged objects!

Thanks!
Evgeniia

@sqjin
Copy link
Member

sqjin commented Dec 18, 2024

@JaneChik The current function indeed does not support the input of signaling for merged objects. To use both measure and signaling, we need to modify the codes. Will do it later.

@sqjin sqjin added the enhancement New feature or request label Dec 18, 2024
@JaneChik
Copy link
Author

@sqjin Thank you! It will be very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants