This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ggbio circular plot color tune

Hello everyone,

how to tune colors in geom="link" at ggbio package? There are only two variants for that: orange and green and I can not control it. Is it possible to change it e.g. to black and gray colors?

Example of my code:

plot <- ggplot() + layout_circle(hg19Ideo, geom = "ideo", fill = "gray95", radius = 30,
                                   trackWidth = 1.5)
plot <- plot+ layout_circle(gr, geom = "link", linked.to = "to.gr", aes(color = score),
                     radius = 16.3, trackWidth = 1)

Thanks in advance.

ggbio ggplot2

0 answers

No answers yet.

Log in to answer this question.