-
Hi:
Thanks for the nice package!
When I run the code in chapter 1:
```
set.seed(999)
n = 1000
df = data.frame(sectors = sample(letters[1:8], n, replace = TRUE),
x = rnorm(n), y = runif(n))
…
-
I just learn the example on https://jokergoo.github.io/circlize_book/book/introduction.html#principle-of-design, chapter 1.2.
my code:
library(circlize);
set.seed(999);
n = 1000;
df = data.fram…
-
Hi Sqjin, I tried to install CellChat by
devtools::install_github("sqjin/CellChat")
, however it gives an error:
Error in readRDS(nsInfoFilePath) : error reading from connection
Calls: ... nam…
-
Hi to everyone,
I am new using circlize. I am starting trying to do a chordDiagram. I guess it is an easy topic, but i am not able to change the font size of the labels, and they are too big. Any hel…
-
为了转换我的浏览器收藏,使用了md,但是如果只复制一部分,转换后没有换行(链接各自紧挨着),如果全部复制,``````标签会出现在输出中。先复制到word再粘贴回来就不会有。
例如:
```[circlize - 简书](https://www.jianshu.com/p/13ad296544c3)```
-
Hello,
I am trying to create a hierarchical edge bundling circular graph of brain connectivity in which the points in the circle are nodes and the edges connecting them are connections in the brain…
-
Thank you for the continuing work on a very useful software in this field.
I was wondering if it's possible to annotate multiple genes that form a cluster, e.g. they are located so close by that re…
-
![Screenshot 2023-06-02 at 11 29 36 AM](https://github.com/HaojiaWu/plot1cell/assets/4881411/25f9e982-f4fc-4bc0-9b33-2b8590e1f878)
Any parameter can adjust circle size?
-
I have tried your function `plotBipartiteSummary`, however, was not able to replicate it. How did you plot Fig. 2A (https://www.nature.com/articles/s41564-022-01132-w#rightslink), could it be possible…
-
Hello,
When running the examples for chordDiagram() I get this error: Since `gap.degree` parameter has length larger than
1, it should have same length as the number of sectors.
I am unable to …