Circos: how to draw ribbons?
Hello
Does anyone has experience with circos?
I want to draw a figure like this, but I am struggling to draw it. I have two bacterial genomes and they are represented in one circle (every half is one genome). I also have the coordinates of the regios that I want to connect with ribbons like in the figure. They were "calculated" using a different program. I can not find how to input these coordinates in circos. Does anyone already tried this?
Thanks in advance.
• 2,982 views
•
link
1 answer
You can use the RCircos.Ribbon.Plot() function in the RCircos package.
• 0 views
•
link
Log in to answer this question.
Have you been working with circos previosly? If so, how your circos.conf file looks like? In general your link data file should have this structure:
e.g.
and so on.
Thank you for the reply. I already figured out what I did wrong.
I used the wrong names for the links. They should have the same name as the chromosomes defined in the karyotype. I also did not make a seperate linkfile. As soon as I did that, I just had to add "<<include path="" to="" linkfile="" links.conf="">>" in conf-file. Afterwards everything worked perfectly.