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 has been archived by the owner on Jan 24, 2024. It is now read-only.
Error in if (!(df.i.j$dataset[idx.max] %in% dataset.name[max.dataset])) { :
the condition has length > 1
But I cannot find the "df.i.j" in my dataset. And when the sources.use = 1 or 2, there is no error and I could get the figure. But when sources.use is 3 or bigger numbers, it gave me the error above.
Do you have any thoughts on this?
Thank you so much in advance.
The text was updated successfully, but these errors were encountered:
Hi @sqjin ,
Thank you for the nice package. I have problems when I use the following code
gg1 <- netVisual_bubble(cellchat, sources.use = 3, targets.use = c(1:26), comparison = c(1, 2), max.dataset = 2, title.name = "Increased signaling in wt", angle.x = 45, remove.isolate = T)
But I cannot find the "df.i.j" in my dataset. And when the sources.use = 1 or 2, there is no error and I could get the figure. But when sources.use is 3 or bigger numbers, it gave me the error above.
Do you have any thoughts on this?
Thank you so much in advance.
The text was updated successfully, but these errors were encountered: