JosieCen

Results 4 issues of JosieCen

How I change the size of the arrows in the top source-target-source section? ![image](https://github.com/user-attachments/assets/66c2617d-5ae3-486c-a834-7014372aaf16) `netVisual_aggregate(cellchat, signaling = "PECAM2", vertex.receiver = vertex.receiver, layout='hierarchy', arrow.width = 0.05,arrow.size = 0.1,edge.label.cex=0.1)`

When I use the following code to draw a communication graph, the pattern appears strange, is there something wrong? ![image](https://github.com/user-attachments/assets/d326a672-28aa-4caf-b55e-2bb9c7f77413) ``` groupSize packageVersion("CellChat") [1] ‘2.1.2’ > groupSize [1] 21118 321...

I Lift up cellChat object and merge together to create cellchat. When I want to "Identify the up-gulated and down-regulated signaling ligand-receptor pairs" following the guidance, I met the error:...

> netVisual_circle(cellchat_PD@net$weight, vertex.weight = groupSize, weight.scale = T, label.edge= F, title.name = "Interaction weights/strength in PD",arrow.size = 0.05) Error in i_set_vertex_attr(x, attr(value, "name"), index = value, value = attr(value, :...