nxviz icon indicating copy to clipboard operation
nxviz copied to clipboard

circos plot with multiple rings

Open golharam opened this issue 5 years ago • 1 comments

One of the features of circos plots is the ability to draw multiple ideograms on a plot. None of the examples show this and I'm not clear if this is supported by NetworkX or nxviz. Is this possible?

I basically want to series of chromosomes, then draw another circle within the first that represent subsections of each chromosome.

Before I embark on trying to do this, I was hoping to see an example of this just to find out if its possible.

golharam avatar Oct 24 '18 03:10 golharam

@golharam thanks for pinging in! This functionality isn't yet implemented in nxviz. I think what you're thinking of is multiple information tracks layered outside of the main graph (inner-most ring), is that correct?

I haven't been working on nxviz recently because it's not been relevant to my work, but if you've got some time and would like to take a stab at implementing it, I'm more than happy to guide you through the process. The most important feature of nxviz is a declarative API, so ensuring that the declarative API remains declarative (even for new information tracks) is very important, but it also takes a bit of time to figure out how to do this.

ericmjl avatar Oct 24 '18 12:10 ericmjl